01KWFWP5Z3JC52ZQ5327ZA0ZNA: build-and-test (helios)

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

Buildomat Job: 01KWFWPMVQHN0Y8VG8JCVZ9Z38

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T22:28:21.719Zjob assigned to worker 01KWFWPVQF6DS4QM0EKW71Q2TS [factory aws, i-022e9aa9e484a4e60] (queued for 55 s)
 
22026-07-01T22:28:29.155Zstarting task 0: "setup"
32026-07-01T22:28:29.160Z++ uname -s
42026-07-01T22:28:29.163Z+ kern=SunOS
52026-07-01T22:28:29.163Z+ build_user=build
62026-07-01T22:28:29.163Z+ build_uid=12345
72026-07-01T22:28:29.163Z+ work_dir=/work
82026-07-01T22:28:29.163Z+ input_dir=/input
92026-07-01T22:28:29.163Z+ [[ 0 == 12345 ]]
102026-07-01T22:28:29.163Z+ case "$kern" in
112026-07-01T22:28:29.163Z+ groupadd -g 12345 build
122026-07-01T22:28:29.166Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T22:28:31.172Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T22:28:31.288Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T22:28:31.292Z+ home_fs=zfs
162026-07-01T22:28:31.292Z+ [[ zfs == autofs ]]
172026-07-01T22:28:31.292Z+ mkdir -p /home/build
182026-07-01T22:28:31.295Z+ chown build:build /home/build /work
192026-07-01T22:28:33.295Z+ chmod 0700 /home/build /work
202026-07-01T22:28:33.299Zprocess exited: duration 4148 ms, exit code 0
 
212026-07-01T22:28:33.305Zstarting task 1: "rust-toolchain"
222026-07-01T22:28:33.312Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T22:28:33.312Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T22:28:33.312Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-01T22:28:33.312Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-01T22:28:33.312Z * rust toolchain channel = "1.96.1"
272026-07-01T22:28:33.312Z * rust toolchain profile = "default"
282026-07-01T22:28:33.315Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T22:28:33.315Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T22:28:33.400Zinfo: downloading installer
312026-07-01T22:28:35.218Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T22:28:35.218Zwarn: /home/build/.rustup/settings.toml
332026-07-01T22:28:35.218Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T22:28:35.218Zwarn: instead of the one inferred from the default host triple.
352026-07-01T22:28:35.222Zinfo: profile set to default
362026-07-01T22:28:35.222Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T22:28:35.223Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T22:28:35.345Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T22:28:35.348Zinfo: downloading 6 components
402026-07-01T22:28:51.278Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T22:28:51.278Z
422026-07-01T22:28:51.305Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T22:28:51.305Z
442026-07-01T22:28:51.306Z
452026-07-01T22:28:51.306ZRust is installed now. Great!
462026-07-01T22:28:51.306Z
472026-07-01T22:28:51.306ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T22:28:51.306Zenvironment variable. This has not been done automatically.
492026-07-01T22:28:51.306Z
502026-07-01T22:28:51.306ZTo configure your current shell, you need to source
512026-07-01T22:28:51.306Zthe corresponding env file under $HOME/.cargo.
522026-07-01T22:28:51.306Z
532026-07-01T22:28:51.306ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T22:28:51.306Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T22:28:51.306Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T22:28:51.306Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T22:28:51.306Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T22:28:51.306Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T22:28:51.306Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T22:28:51.309Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T22:28:51.309Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T22:28:51.420Z+ rustup --version
632026-07-01T22:28:51.426Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T22:28:51.429Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T22:28:51.447Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T22:28:51.451Z+ cargo --version
672026-07-01T22:28:51.461Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T22:28:51.464Z+ rustc --version
692026-07-01T22:28:51.485Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T22:28:51.491Zprocess exited: duration 18182 ms, exit code 0
 
712026-07-01T22:28:51.500Zstarting task 2: "authentication"
722026-07-01T22:28:51.522Zprocess exited: duration 22 ms, exit code 0
 
732026-07-01T22:28:51.528Zstarting task 3: "clone repository"
742026-07-01T22:28:51.534Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T22:28:51.537Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T22:28:51.572ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T22:29:02.058Z+ cd /work/oxidecomputer/omicron
782026-07-01T22:29:02.058Z+ git fetch origin 3b3963ee27d31ab7421626fcb057c63d6dafc38d
792026-07-01T22:29:02.911ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T22:29:02.911Z * branch 3b3963ee27d31ab7421626fcb057c63d6dafc38d -> FETCH_HEAD
812026-07-01T22:29:02.943Z+ [[ -n '' ]]
822026-07-01T22:29:02.943Z+ git reset --hard 3b3963ee27d31ab7421626fcb057c63d6dafc38d
832026-07-01T22:29:02.943ZHEAD is now at 3b3963ee2 [spr] initial version
842026-07-01T22:29:02.943Zprocess exited: duration 10952 ms, exit code 0
 
852026-07-01T22:29:02.999Zstarting task 4: "build"
862026-07-01T22:29:03.009Z+ source ./env.sh
872026-07-01T22:29:03.009Z++ OLD_SHELL_OPTS=ehxB
882026-07-01T22:29:03.009Z++ set -o xtrace
892026-07-01T22:29:03.015Z++++ dirname ./env.sh
902026-07-01T22:29:03.016Z+++ readlink -f .
912026-07-01T22:29:03.016Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-01T22:29:03.016Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-01T22:29:03.016Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-01T22:29:03.016Z++ 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
952026-07-01T22:29:03.016Z++ 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
962026-07-01T22:29:03.016Z++ 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
972026-07-01T22:29:03.016Z++ 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
982026-07-01T22:29:03.016Z++ 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
992026-07-01T22:29:03.016Z++ 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
1002026-07-01T22:29:03.016Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T22:29:03.016Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-01T22:29:03.016Z++ case $OLD_SHELL_OPTS in
1032026-07-01T22:29:03.016Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-01T22:29:03.016Z+ source .github/buildomat/ci-env.sh
1052026-07-01T22:29:03.016Z++ export CARGO_TERM_COLOR=always
1062026-07-01T22:29:03.016Z++ CARGO_TERM_COLOR=always
1072026-07-01T22:29:03.016Z+ target_os=illumos
1082026-07-01T22:29:03.017Z+ NEXTEST_VERSION=0.9.131
1092026-07-01T22:29:03.017Z+ cargo --version
1102026-07-01T22:29:03.031Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-01T22:29:03.359Z+ rustc --version
1122026-07-01T22:29:03.385Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-01T22:29:03.385Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1142026-07-01T22:29:03.385Z+ gunzip
1152026-07-01T22:29:03.385Z+ tar -xvf - -C /home/build/.cargo/bin
1162026-07-01T22:29:04.555Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1172026-07-01T22:29:04.577Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1182026-07-01T22:29:04.577Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1192026-07-01T22:29:04.577Ztests will store ephemeral output in /var/tmp/omicron_tmp
1202026-07-01T22:29:04.577Z+ mkdir /var/tmp/omicron_tmp
1212026-07-01T22:29:04.577Z+ OUTPUT_DIR=/work
1222026-07-01T22:29:04.577Z+ echo 'tests will store non-ephemeral output in /work'
1232026-07-01T22:29:04.577Ztests will store non-ephemeral output in /work
1242026-07-01T22:29:04.577Z+ mkdir -p /work
1252026-07-01T22:29:04.577Z+ banner prerequisites
1262026-07-01T22:29:04.577Z
1272026-07-01T22:29:04.577Z ##### ##### ###### ##### ###### #### # # # #### #
1282026-07-01T22:29:04.577Z # # # # # # # # # # # # # # #
1292026-07-01T22:29:04.577Z # # # # ##### # # ##### # # # # # #### #
1302026-07-01T22:29:04.577Z ##### ##### # ##### # # # # # # # # #
1312026-07-01T22:29:04.577Z # # # # # # # # # # # # # # #
1322026-07-01T22:29:04.577Z # # # ###### # # ###### ### # #### # #### #
1332026-07-01T22:29:04.577Z
1342026-07-01T22:29:04.577Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1352026-07-01T22:29:06.154Z Startup: Refreshing catalog 'helios' ... Done
1362026-07-01T22:29:06.262Z Startup: Caching catalogs ... Done
1372026-07-01T22:29:06.752ZPlanning: Solver setup ... Done (0.443s)
1382026-07-01T22:29:06.778ZPlanning: Running solver ... Done (0.026s)
1392026-07-01T22:29:06.789ZPlanning: Finding local manifests ... Done (0.003s)
1402026-07-01T22:29:06.809ZPlanning: Fetching manifests: 0/2 0% complete
1412026-07-01T22:29:06.829ZPlanning: Fetching manifests: 2/2 100% complete
1422026-07-01T22:29:06.844ZPlanning: Package planning ... Done (0.015s)
1432026-07-01T22:29:06.847ZPlanning: Merging actions ... Done (0.001s)
1442026-07-01T22:29:07.017ZPlanning: Checking for conflicting actions ... Done (0.171s)
1452026-07-01T22:29:07.020ZPlanning: Consolidating action changes ... Done (0.001s)
1462026-07-01T22:29:07.905ZPlanning: Evaluating mediators ... Done (0.887s)
1472026-07-01T22:29:07.909ZPlanning: Planning completed in 1.62 seconds
1482026-07-01T22:29:07.915Z Packages to install: 2
1492026-07-01T22:29:07.915Z Estimated space available: 156.05 GB
1502026-07-01T22:29:07.915ZEstimated space to be consumed: 30.98 MB
1512026-07-01T22:29:07.915Z Create boot environment: No
1522026-07-01T22:29:07.915ZCreate backup boot environment: No
1532026-07-01T22:29:07.918Z Rebuild boot archive: No
1542026-07-01T22:29:07.918Z
1552026-07-01T22:29:07.918ZChanged packages:
1562026-07-01T22:29:07.918Zhelios
1572026-07-01T22:29:07.918Z developer/build-essential
1582026-07-01T22:29:07.918Z None -> 11-3.0
1592026-07-01T22:29:07.918Z library/libxmlsec1
1602026-07-01T22:29:07.919Z None -> 1.2.35-3.0
1612026-07-01T22:29:07.941Z
1622026-07-01T22:29:07.941ZDownload: 0/214 items 0.0/1.3MB 0% complete
1632026-07-01T22:29:08.612ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1642026-07-01T22:29:08.737Z Actions: 1/268 actions (Installing new actions)
1652026-07-01T22:29:08.774Z Actions: Completed 268 actions in 0.04 seconds.
1662026-07-01T22:29:08.787ZFinalize: Updating package state database ... Done (0.012s)
1672026-07-01T22:29:08.787ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-01T22:29:08.817ZFinalize: Updating image state ... Done (0.030s)
1692026-07-01T22:29:11.372ZFinalize: Creating fast lookup database ... Done (2.527s)
1702026-07-01T22:29:11.450ZFinalize: Reading search index ... Done (0.012s)
1712026-07-01T22:29:11.453ZFinalize: Updating search index ... Done (0.000s)
1722026-07-01T22:29:11.526ZFinalize: Updating package cache ... Done (0.000s)
1732026-07-01T22:29:11.842ZPlanning: Evaluating mediator changes ... Done
1742026-07-01T22:29:11.947ZPlanning: Checking for conflicting actions ... Done
1752026-07-01T22:29:11.950ZPlanning: Consolidating action changes ... Done
1762026-07-01T22:29:12.104ZPlanning: Evaluating mediators ... Done
1772026-07-01T22:29:12.107ZPlanning: Planning completed in 0.26 seconds
1782026-07-01T22:29:12.126Z Mediators to change: 2
1792026-07-01T22:29:12.126Z Create boot environment: No
1802026-07-01T22:29:12.126ZCreate backup boot environment: No
1812026-07-01T22:29:12.173ZFinalize: Updating package state database ... Done
1822026-07-01T22:29:12.173ZFinalize: Updating package cache ... Done
1832026-07-01T22:29:12.186ZFinalize: Updating image state ... Done
1842026-07-01T22:29:14.137ZFinalize: Creating fast lookup database ... Done
1852026-07-01T22:29:14.200ZFinalize: Reading search index ... Done
1862026-07-01T22:29:14.203ZFinalize: Updating search index ... Done
1872026-07-01T22:29:14.265ZFinalize: Updating package cache ... Done
1882026-07-01T22:29:14.544ZPlanning: Evaluating mediator changes ... Done
1892026-07-01T22:29:14.648ZPlanning: Checking for conflicting actions ... Done
1902026-07-01T22:29:14.652ZPlanning: Consolidating action changes ... Done
1912026-07-01T22:29:14.806ZPlanning: Evaluating mediators ... Done
1922026-07-01T22:29:14.809ZPlanning: Planning completed in 0.26 seconds
1932026-07-01T22:29:14.827Z Mediators to change: 1
1942026-07-01T22:29:14.827Z Create boot environment: No
1952026-07-01T22:29:14.827ZCreate backup boot environment: No
1962026-07-01T22:29:14.867ZFinalize: Updating package state database ... Done
1972026-07-01T22:29:14.867ZFinalize: Updating package cache ... Done
1982026-07-01T22:29:14.883ZFinalize: Updating image state ... Done
1992026-07-01T22:29:16.825ZFinalize: Creating fast lookup database ... Done
2002026-07-01T22:29:16.889ZFinalize: Reading search index ... Done
2012026-07-01T22:29:16.893ZFinalize: Updating search index ... Done
2022026-07-01T22:29:16.950ZFinalize: Updating package cache ... Done
2032026-07-01T22:29:17.264ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-07-01T22:29:17.264Zapache system 2.4 system
2052026-07-01T22:29:17.264Zclang system 15 system
2062026-07-01T22:29:17.264Zcsh system system illumos
2072026-07-01T22:29:17.264Zctags system system illumos
2082026-07-01T22:29:17.264Zfile vendor vendor darwinsys
2092026-07-01T22:29:17.264Zfile system system illumos
2102026-07-01T22:29:17.264Zgcc vendor 14 vendor
2112026-07-01T22:29:17.264Zgcc system 13 system
2122026-07-01T22:29:17.264Zgcc system 10 system
2132026-07-01T22:29:17.264Zgo system 1.25 system
2142026-07-01T22:29:17.264Zllvm system 15 system
2152026-07-01T22:29:17.264Zmariadb system 11.4 system
2162026-07-01T22:29:17.264Zmta vendor vendor dma
2172026-07-01T22:29:17.264Zopenjdk system 17 system
2182026-07-01T22:29:17.264Zopenjdk system 11 system
2192026-07-01T22:29:17.264Zopenssl vendor 3 vendor
2202026-07-01T22:29:17.264Zperl system 5.40 system
2212026-07-01T22:29:17.264Zpostgresql system 18 system
2222026-07-01T22:29:17.265Zpostgresql system 17 system
2232026-07-01T22:29:17.265Zpython vendor 3 vendor
2242026-07-01T22:29:17.265Zpython system 2 system
2252026-07-01T22:29:17.265Zpython3 vendor 3.13 vendor
2262026-07-01T22:29:17.265Zruby system 3.4 system
2272026-07-01T22:29:17.265Zruby system 3.0 system
2282026-07-01T22:29:17.265Zwords vendor vendor american-english
2292026-07-01T22:29:17.265Zwords system system australian-english
2302026-07-01T22:29:17.265Zwords system system british-english
2312026-07-01T22:29:17.265Zwords system system canadian-english
2322026-07-01T22:29:17.265Zwords system system french
2332026-07-01T22:29:17.265Zwords system system italian
2342026-07-01T22:29:17.265Zwords system system ngerman
2352026-07-01T22:29:17.265Zwords system system ogerman
2362026-07-01T22:29:17.265Zwords system system spanish
2372026-07-01T22:29:17.521ZPUBLISHER TYPE STATUS P LOCATION
2382026-07-01T22:29:17.521Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2392026-07-01T22:29:17.837ZFMRI IFO
2402026-07-01T22:29:17.837Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2412026-07-01T22:29:17.837Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2422026-07-01T22:29:17.837Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2432026-07-01T22:29:17.837Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2442026-07-01T22:29:17.837Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2452026-07-01T22:29:17.837Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2462026-07-01T22:29:17.837Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2472026-07-01T22:29:17.837Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2482026-07-01T22:29:17.838Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2492026-07-01T22:29:18.095Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502026-07-01T22:29:18.386Z Updating crates.io index
2512026-07-01T22:29:18.389Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2522026-07-01T22:29:18.615Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2532026-07-01T22:29:18.917Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542026-07-01T22:29:19.827Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2552026-07-01T22:29:20.315Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562026-07-01T22:29:21.837Z Updating git repository `https://github.com/oxidecomputer/opte`
2572026-07-01T22:29:23.095Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-07-01T22:29:23.351Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-07-01T22:29:23.676Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2602026-07-01T22:29:24.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612026-07-01T22:29:25.125Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-01T22:29:25.405Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-07-01T22:29:25.672Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-07-01T22:29:26.112Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-07-01T22:29:26.616Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2662026-07-01T22:29:26.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2672026-07-01T22:29:27.050Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682026-07-01T22:29:27.325Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-07-01T22:29:27.800Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2702026-07-01T22:29:28.049Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2712026-07-01T22:29:28.303Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2722026-07-01T22:29:28.582Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-07-01T22:29:28.969Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2742026-07-01T22:29:29.299Z Updating git repository `https://github.com/oxidecomputer/erebor`
2752026-07-01T22:29:29.550Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2762026-07-01T22:29:29.941Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2772026-07-01T22:29:30.204Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2782026-07-01T22:29:30.700Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792026-07-01T22:29:30.958Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-07-01T22:29:31.208Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2812026-07-01T22:29:31.567Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2822026-07-01T22:29:31.957Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832026-07-01T22:29:32.240Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842026-07-01T22:29:32.520Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-07-01T22:29:32.795Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2862026-07-01T22:29:33.042Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2872026-07-01T22:29:33.315Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-07-01T22:29:33.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-07-01T22:29:33.858Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-07-01T22:29:34.089Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-07-01T22:29:37.386Z Downloading crates ...
2922026-07-01T22:29:37.435Z Downloaded errno v0.3.14
2932026-07-01T22:29:37.443Z Downloaded fnv v1.0.7
2942026-07-01T22:29:37.443Z Downloaded bytecount v0.6.9
2952026-07-01T22:29:37.443Z Downloaded is_terminal_polyfill v1.70.2
2962026-07-01T22:29:37.443Z Downloaded cargo-platform v0.3.2
2972026-07-01T22:29:37.462Z Downloaded heck v0.4.1
2982026-07-01T22:29:37.462Z Downloaded pretty-hex v0.4.1
2992026-07-01T22:29:37.462Z Downloaded cfg-if v1.0.4
3002026-07-01T22:29:37.462Z Downloaded dof v0.3.0
3012026-07-01T22:29:37.462Z Downloaded anstyle-parse v1.0.0
3022026-07-01T22:29:37.462Z Downloaded toml_datetime v0.6.11
3032026-07-01T22:29:37.463Z Downloaded heck v0.5.0
3042026-07-01T22:29:37.484Z Downloaded zerocopy-derive v0.7.35
3052026-07-01T22:29:37.484Z Downloaded zmij v1.0.21
3062026-07-01T22:29:37.484Z Downloaded unicode-linebreak v0.1.5
3072026-07-01T22:29:37.484Z Downloaded itoa v1.0.17
3082026-07-01T22:29:37.484Z Downloaded zerocopy v0.7.35
3092026-07-01T22:29:37.507Z Downloaded usdt-macro v0.5.0
3102026-07-01T22:29:37.508Z Downloaded swrite v0.1.0
3112026-07-01T22:29:37.508Z Downloaded usdt v0.5.0
3122026-07-01T22:29:37.508Z Downloaded pest_generator v2.8.6
3132026-07-01T22:29:37.508Z Downloaded fastrand v2.3.0
3142026-07-01T22:29:37.508Z Downloaded block-buffer v0.10.4
3152026-07-01T22:29:37.508Z Downloaded scroll v0.12.0
3162026-07-01T22:29:37.508Z Downloaded autocfg v1.5.0
3172026-07-01T22:29:37.508Z Downloaded scroll_derive v0.12.1
3182026-07-01T22:29:37.508Z Downloaded thiserror v1.0.69
3192026-07-01T22:29:37.508Z Downloaded cargo_metadata v0.23.1
3202026-07-01T22:29:37.508Z Downloaded anstyle v1.0.14
3212026-07-01T22:29:37.508Z Downloaded getrandom v0.4.1
3222026-07-01T22:29:37.517Z Downloaded memmap v0.7.0
3232026-07-01T22:29:37.517Z Downloaded colorchoice v1.0.4
3242026-07-01T22:29:37.517Z Downloaded anstyle-query v1.1.5
3252026-07-01T22:29:37.518Z Downloaded generic-array v0.14.7
3262026-07-01T22:29:37.519Z Downloaded camino-tempfile v1.4.1
3272026-07-01T22:29:37.519Z Downloaded anstream v1.0.0
3282026-07-01T22:29:37.519Z Downloaded tempfile v3.25.0
3292026-07-01T22:29:37.519Z Downloaded fs-err v3.3.0
3302026-07-01T22:29:37.534Z Downloaded equivalent v1.0.2
3312026-07-01T22:29:37.534Z Downloaded utf8parse v0.2.2
3322026-07-01T22:29:37.534Z Downloaded crypto-common v0.1.7
3332026-07-01T22:29:37.534Z Downloaded terminal_size v0.4.3
3342026-07-01T22:29:37.534Z Downloaded clap_lex v1.0.0
3352026-07-01T22:29:37.544Z Downloaded tabled_derive v0.7.0
3362026-07-01T22:29:37.544Z Downloaded pest_derive v2.8.6
3372026-07-01T22:29:37.544Z Downloaded sha2 v0.10.9
3382026-07-01T22:29:37.544Z Downloaded proc-macro-error-attr v1.0.4
3392026-07-01T22:29:37.544Z Downloaded plain v0.2.3
3402026-07-01T22:29:37.544Z Downloaded log v0.4.29
3412026-07-01T22:29:37.544Z Downloaded digest v0.10.7
3422026-07-01T22:29:37.544Z Downloaded dtrace-parser v0.2.0
3432026-07-01T22:29:37.544Z Downloaded papergrid v0.11.0
3442026-07-01T22:29:37.547Z Downloaded thread-id v4.2.2
3452026-07-01T22:29:37.548Z Downloaded cpufeatures v0.2.17
3462026-07-01T22:29:37.548Z Downloaded serde_spanned v0.6.9
3472026-07-01T22:29:37.548Z Downloaded strsim v0.11.1
3482026-07-01T22:29:37.551Z Downloaded version_check v0.9.5
3492026-07-01T22:29:37.555Z Downloaded smawk v0.3.2
3502026-07-01T22:29:37.561Z Downloaded usdt-attr-macro v0.5.0
3512026-07-01T22:29:37.571Z Downloaded macaddr v1.0.1
3522026-07-01T22:29:37.575Z Downloaded once_cell v1.21.3
3532026-07-01T22:29:37.578Z Downloaded toml_write v0.1.2
3542026-07-01T22:29:37.578Z Downloaded clap_derive v4.6.1
3552026-07-01T22:29:37.581Z Downloaded thiserror-impl v1.0.69
3562026-07-01T22:29:37.581Z Downloaded byteorder v1.5.0
3572026-07-01T22:29:37.590Z Downloaded cargo_toml v0.21.0
3582026-07-01T22:29:37.593Z Downloaded quote v1.0.45
3592026-07-01T22:29:37.596Z Downloaded thiserror-impl v2.0.18
3602026-07-01T22:29:37.596Z Downloaded serde_tokenstream v0.2.3
3612026-07-01T22:29:37.596Z Downloaded proc-macro-error v1.0.4
3622026-07-01T22:29:37.599Z Downloaded thiserror v2.0.18
3632026-07-01T22:29:37.606Z Downloaded usdt-impl v0.5.0
3642026-07-01T22:29:37.609Z Downloaded toml v0.8.23
3652026-07-01T22:29:37.611Z Downloaded proc-macro2 v1.0.106
3662026-07-01T22:29:37.611Z Downloaded bitflags v2.11.0
3672026-07-01T22:29:37.615Z Downloaded serde_derive v1.0.228
3682026-07-01T22:29:37.615Z Downloaded anyhow v1.0.102
3692026-07-01T22:29:37.620Z Downloaded camino v1.2.2
3702026-07-01T22:29:37.655Z Downloaded semver v1.0.28
3712026-07-01T22:29:37.658Z Downloaded serde_core v1.0.228
3722026-07-01T22:29:37.658Z Downloaded serde v1.0.228
3732026-07-01T22:29:37.658Z Downloaded memchr v2.8.0
3742026-07-01T22:29:37.663Z Downloaded ucd-trie v0.1.7
3752026-07-01T22:29:37.663Z Downloaded clap v4.6.1
3762026-07-01T22:29:37.679Z Downloaded textwrap v0.16.2
3772026-07-01T22:29:37.679Z Downloaded pest_meta v2.8.6
3782026-07-01T22:29:37.685Z Downloaded toml_edit v0.22.27
3792026-07-01T22:29:37.697Z Downloaded unicode-ident v1.0.24
3802026-07-01T22:29:37.702Z Downloaded indexmap v2.14.0
3812026-07-01T22:29:37.712Z Downloaded typenum v1.20.1
3822026-07-01T22:29:37.725Z Downloaded pest v2.8.6
3832026-07-01T22:29:37.731Z Downloaded hashbrown v0.17.0
3842026-07-01T22:29:37.753Z Downloaded serde_json v1.0.150
3852026-07-01T22:29:37.758Z Downloaded clap_builder v4.6.0
3862026-07-01T22:29:37.761Z Downloaded goblin v0.8.2
3872026-07-01T22:29:37.771Z Downloaded tabled v0.15.0
3882026-07-01T22:29:37.779Z Downloaded winnow v0.7.14
3892026-07-01T22:29:37.789Z Downloaded syn v1.0.109
3902026-07-01T22:29:37.794Z Downloaded unicode-width v0.1.14
3912026-07-01T22:29:37.798Z Downloaded syn v2.0.117
3922026-07-01T22:29:37.804Z Downloaded unicode-width v0.2.0
3932026-07-01T22:29:37.817Z Downloaded rustix v1.1.3
3942026-07-01T22:29:37.846Z Downloaded libc v0.2.185
3952026-07-01T22:29:37.914Z Compiling proc-macro2 v1.0.106
3962026-07-01T22:29:37.915Z Compiling unicode-ident v1.0.24
3972026-07-01T22:29:37.915Z Compiling quote v1.0.45
3982026-07-01T22:29:37.915Z Compiling serde_core v1.0.228
3992026-07-01T22:29:37.918Z Compiling libc v0.2.185
4002026-07-01T22:29:37.918Z Compiling version_check v0.9.5
4012026-07-01T22:29:37.918Z Compiling memchr v2.8.0
4022026-07-01T22:29:37.918Z Compiling serde v1.0.228
4032026-07-01T22:29:37.918Z Compiling zmij v1.0.21
4042026-07-01T22:29:37.918Z Compiling thiserror v1.0.69
4052026-07-01T22:29:37.918Z Compiling ucd-trie v0.1.7
4062026-07-01T22:29:37.918Z Compiling itoa v1.0.17
4072026-07-01T22:29:37.918Z Compiling rustix v1.1.3
4082026-07-01T22:29:38.179Z Compiling byteorder v1.5.0
4092026-07-01T22:29:38.196Z Compiling bitflags v2.11.0
4102026-07-01T22:29:38.199Z Compiling serde_json v1.0.150
4112026-07-01T22:29:38.199Z Compiling syn v1.0.109
4122026-07-01T22:29:38.199Z Compiling camino v1.2.2
4132026-07-01T22:29:38.199Z Compiling utf8parse v0.2.2
4142026-07-01T22:29:38.199Z Compiling hashbrown v0.17.0
4152026-07-01T22:29:38.208Z Compiling getrandom v0.4.1
4162026-07-01T22:29:38.211Z Compiling plain v0.2.3
4172026-07-01T22:29:38.211Z Compiling equivalent v1.0.2
4182026-07-01T22:29:38.211Z Compiling log v0.4.29
4192026-07-01T22:29:38.211Z Compiling colorchoice v1.0.4
4202026-07-01T22:29:38.211Z Compiling thiserror v2.0.18
4212026-07-01T22:29:38.211Z Compiling pretty-hex v0.4.1
4222026-07-01T22:29:38.211Z Compiling is_terminal_polyfill v1.70.2
4232026-07-01T22:29:38.211Z Compiling cfg-if v1.0.4
4242026-07-01T22:29:38.305Z Compiling autocfg v1.5.0
4252026-07-01T22:29:38.550Z Compiling anstyle-parse v1.0.0
4262026-07-01T22:29:38.658Z Compiling toml_write v0.1.2
4272026-07-01T22:29:38.675Z Compiling winnow v0.7.14
4282026-07-01T22:29:38.678Z Compiling proc-macro-error-attr v1.0.4
4292026-07-01T22:29:38.719Z Compiling usdt-impl v0.5.0
4302026-07-01T22:29:38.769Z Compiling proc-macro-error v1.0.4
4312026-07-01T22:29:38.791Z Compiling anstyle-query v1.1.5
4322026-07-01T22:29:38.835Z Compiling anstyle v1.0.14
4332026-07-01T22:29:38.880Z Compiling heck v0.4.1
4342026-07-01T22:29:38.904Z Compiling pest v2.8.6
4352026-07-01T22:29:38.969Z Compiling heck v0.5.0
4362026-07-01T22:29:38.990Z Compiling clap_lex v1.0.0
4372026-07-01T22:29:38.993Z Compiling fastrand v2.3.0
4382026-07-01T22:29:39.017Z Compiling unicode-width v0.1.14
4392026-07-01T22:29:39.038Z Compiling fs-err v3.3.0
4402026-07-01T22:29:39.069Z Compiling anyhow v1.0.102
4412026-07-01T22:29:39.072Z Compiling strsim v0.11.1
4422026-07-01T22:29:39.096Z Compiling indexmap v2.14.0
4432026-07-01T22:29:39.184Z Compiling anstream v1.0.0
4442026-07-01T22:29:39.189Z Compiling bytecount v0.6.9
4452026-07-01T22:29:39.231Z Compiling once_cell v1.21.3
4462026-07-01T22:29:39.255Z Compiling fnv v1.0.7
4472026-07-01T22:29:39.276Z Compiling smawk v0.3.2
4482026-07-01T22:29:39.319Z Compiling unicode-width v0.2.0
4492026-07-01T22:29:39.401Z Compiling unicode-linebreak v0.1.5
4502026-07-01T22:29:39.405Z Compiling swrite v0.1.0
4512026-07-01T22:29:39.841Z Compiling papergrid v0.11.0
4522026-07-01T22:29:40.093Z Compiling syn v2.0.117
4532026-07-01T22:29:40.135Z Compiling errno v0.3.14
4542026-07-01T22:29:40.135Z Compiling thread-id v4.2.2
4552026-07-01T22:29:40.138Z Compiling memmap v0.7.0
4562026-07-01T22:29:40.215Z Compiling pest_meta v2.8.6
4572026-07-01T22:29:40.803Z Compiling cargo-platform v0.3.2
4582026-07-01T22:29:40.803Z Compiling semver v1.0.28
4592026-07-01T22:29:41.042Z Compiling terminal_size v0.4.3
4602026-07-01T22:29:41.042Z Compiling tempfile v3.25.0
4612026-07-01T22:29:41.151Z Compiling clap_builder v4.6.0
4622026-07-01T22:29:41.151Z Compiling textwrap v0.16.2
4632026-07-01T22:29:41.270Z Compiling camino-tempfile v1.4.1
4642026-07-01T22:29:41.443Z Compiling tabled_derive v0.7.0
4652026-07-01T22:29:42.106Z Compiling tabled v0.15.0
4662026-07-01T22:29:42.149Z Compiling pest_generator v2.8.6
4672026-07-01T22:29:42.635Z Compiling serde_derive v1.0.228
4682026-07-01T22:29:42.635Z Compiling thiserror-impl v1.0.69
4692026-07-01T22:29:42.639Z Compiling zerocopy-derive v0.7.35
4702026-07-01T22:29:42.639Z Compiling scroll_derive v0.12.1
4712026-07-01T22:29:42.639Z Compiling thiserror-impl v2.0.18
4722026-07-01T22:29:42.639Z Compiling clap_derive v4.6.1
4732026-07-01T22:29:42.707Z Compiling pest_derive v2.8.6
4742026-07-01T22:29:43.294Z Compiling scroll v0.12.0
4752026-07-01T22:29:43.420Z Compiling zerocopy v0.7.35
4762026-07-01T22:29:43.520Z Compiling goblin v0.8.2
4772026-07-01T22:29:43.684Z Compiling dtrace-parser v0.2.0
4782026-07-01T22:29:43.990Z Compiling clap v4.6.1
4792026-07-01T22:29:45.059Z Compiling toml_datetime v0.6.11
4802026-07-01T22:29:45.059Z Compiling serde_spanned v0.6.9
4812026-07-01T22:29:45.059Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-01T22:29:45.065Z Compiling macaddr v1.0.1
4832026-07-01T22:29:45.065Z Compiling cargo_metadata v0.23.1
4842026-07-01T22:29:45.078Z Compiling dof v0.3.0
4852026-07-01T22:29:45.083Z Compiling serde_tokenstream v0.2.3
4862026-07-01T22:29:45.284Z Compiling toml_edit v0.22.27
4872026-07-01T22:29:45.762Z Compiling usdt-macro v0.5.0
4882026-07-01T22:29:45.766Z Compiling usdt-attr-macro v0.5.0
4892026-07-01T22:29:46.368Z Compiling usdt v0.5.0
4902026-07-01T22:29:46.474Z Compiling toml v0.8.23
4912026-07-01T22:29:46.787Z Compiling cargo_toml v0.21.0
4922026-07-01T22:29:48.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-07-01T22:29:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.16s
4942026-07-01T22:29:50.301Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-07-01T22:29:50.797Z Downloading crates ...
4962026-07-01T22:29:50.891Z Downloaded async-stream-impl v0.3.6
4972026-07-01T22:29:50.895Z Downloaded atomic-waker v1.1.2
4982026-07-01T22:29:50.900Z Downloaded backon v1.6.0
4992026-07-01T22:29:50.913Z Downloaded convert_case v0.10.0
5002026-07-01T22:29:50.923Z Downloaded darling_core v0.23.0
5012026-07-01T22:29:50.926Z Downloaded dirs-sys-next v0.1.2
5022026-07-01T22:29:50.926Z Downloaded daft v0.1.7
5032026-07-01T22:29:50.931Z Downloaded assert_matches v1.5.0
5042026-07-01T22:29:50.943Z Downloaded curve25519-dalek v4.1.3
5052026-07-01T22:29:50.949Z Downloaded crossbeam-epoch v0.9.18
5062026-07-01T22:29:50.954Z Downloaded cfg_aliases v0.2.1
5072026-07-01T22:29:50.954Z Downloaded block-padding v0.4.2
5082026-07-01T22:29:50.954Z Downloaded bitfield-macros v0.19.4
5092026-07-01T22:29:50.954Z Downloaded cpubits v0.1.1
5102026-07-01T22:29:50.958Z Downloaded bitfield-struct v0.6.2
5112026-07-01T22:29:50.958Z Downloaded darling_core v0.21.3
5122026-07-01T22:29:50.961Z Downloaded darling_core v0.13.4
5132026-07-01T22:29:50.961Z Downloaded crossbeam-channel v0.5.15
5142026-07-01T22:29:50.968Z Downloaded debug-ignore v1.0.5
5152026-07-01T22:29:50.972Z Downloaded darling_macro v0.23.0
5162026-07-01T22:29:50.972Z Downloaded curve25519-dalek-derive v0.1.1
5172026-07-01T22:29:50.972Z Downloaded data-encoding v2.10.0
5182026-07-01T22:29:50.972Z Downloaded bit-set v0.8.0
5192026-07-01T22:29:50.972Z Downloaded darling_macro v0.13.4
5202026-07-01T22:29:50.972Z Downloaded bcrypt-pbkdf v0.11.0
5212026-07-01T22:29:50.972Z Downloaded atty v0.2.14
5222026-07-01T22:29:50.972Z Downloaded atomicwrites v0.4.4
5232026-07-01T22:29:50.977Z Downloaded async-recursion v1.1.1
5242026-07-01T22:29:50.977Z Downloaded diesel_table_macro_syntax v0.3.0
5252026-07-01T22:29:50.977Z Downloaded darling_core v0.20.11
5262026-07-01T22:29:50.982Z Downloaded ciborium-io v0.2.2
5272026-07-01T22:29:50.982Z Downloaded async-stream v0.3.6
5282026-07-01T22:29:50.987Z Downloaded arrayref v0.3.9
5292026-07-01T22:29:50.987Z Downloaded defmt v0.3.100
5302026-07-01T22:29:50.987Z Downloaded darling v0.21.3
5312026-07-01T22:29:50.995Z Downloaded crc-any v2.5.0
5322026-07-01T22:29:50.995Z Downloaded darling_macro v0.20.11
5332026-07-01T22:29:50.995Z Downloaded cstr-argument v0.1.2
5342026-07-01T22:29:50.995Z Downloaded crunchy v0.2.4
5352026-07-01T22:29:50.995Z Downloaded cfg_aliases v0.1.1
5362026-07-01T22:29:50.995Z Downloaded crc-catalog v2.4.0
5372026-07-01T22:29:50.995Z Downloaded ciborium-ll v0.2.2
5382026-07-01T22:29:50.999Z Downloaded darling_macro v0.21.3
5392026-07-01T22:29:50.999Z Downloaded compression-core v0.4.31
5402026-07-01T22:29:50.999Z Downloaded crc8 v0.1.1
5412026-07-01T22:29:50.999Z Downloaded cpufeatures v0.3.0
5422026-07-01T22:29:50.999Z Downloaded ascii-canvas v3.0.0
5432026-07-01T22:29:50.999Z Downloaded adler2 v2.0.1
5442026-07-01T22:29:50.999Z Downloaded array-init v0.0.4
5452026-07-01T22:29:50.999Z Downloaded darling v0.23.0
5462026-07-01T22:29:51.003Z Downloaded embedded-io v0.4.0
5472026-07-01T22:29:51.003Z Downloaded derive_builder_macro v0.20.2
5482026-07-01T22:29:51.003Z Downloaded defmt v1.0.1
5492026-07-01T22:29:51.009Z Downloaded darling v0.13.4
5502026-07-01T22:29:51.016Z Downloaded dyn-clone v1.0.20
5512026-07-01T22:29:51.016Z Downloaded dof v0.4.0
5522026-07-01T22:29:51.016Z Downloaded crc v3.4.0
5532026-07-01T22:29:51.016Z Downloaded dunce v1.0.5
5542026-07-01T22:29:51.016Z Downloaded difflib v0.4.0
5552026-07-01T22:29:51.016Z Downloaded dirs-next v2.0.0
5562026-07-01T22:29:51.020Z Downloaded convert_case v0.4.0
5572026-07-01T22:29:51.020Z Downloaded base16ct v0.2.0
5582026-07-01T22:29:51.020Z Downloaded castaway v0.2.4
5592026-07-01T22:29:51.020Z Downloaded defmt-macros v1.0.1
5602026-07-01T22:29:51.020Z Downloaded deranged v0.5.8
5612026-07-01T22:29:51.020Z Downloaded crc32fast v1.5.0
5622026-07-01T22:29:51.023Z Downloaded bit-set v0.5.3
5632026-07-01T22:29:51.023Z Downloaded bb8 v0.8.6
5642026-07-01T22:29:51.023Z Downloaded display-error-chain v0.2.2
5652026-07-01T22:29:51.023Z Downloaded embedded-io v0.6.1
5662026-07-01T22:29:51.027Z Downloaded endian-type v0.1.2
5672026-07-01T22:29:51.027Z Downloaded const_format_proc_macros v0.2.34
5682026-07-01T22:29:51.027Z Downloaded dtrace-parser v0.3.0
5692026-07-01T22:29:51.030Z Downloaded crypto-common v0.2.2
5702026-07-01T22:29:51.030Z Downloaded cobs v0.3.0
5712026-07-01T22:29:51.030Z Downloaded byte-wrapper v0.1.0
5722026-07-01T22:29:51.034Z Downloaded base16ct v1.0.0
5732026-07-01T22:29:51.034Z Downloaded bitfield v0.19.4
5742026-07-01T22:29:51.034Z Downloaded aead v0.6.1
5752026-07-01T22:29:51.037Z Downloaded base64ct v1.8.3
5762026-07-01T22:29:51.037Z Downloaded crucible-workspace-hack v0.1.0
5772026-07-01T22:29:51.037Z Downloaded anstream v0.6.21
5782026-07-01T22:29:51.048Z Downloaded bit-vec v0.8.0
5792026-07-01T22:29:51.048Z Downloaded bcs v0.1.6
5802026-07-01T22:29:51.048Z Downloaded backoff v0.4.0
5812026-07-01T22:29:51.054Z Downloaded async-trait v0.1.89
5822026-07-01T22:29:51.054Z Downloaded downcast-rs v2.0.2
5832026-07-01T22:29:51.054Z Downloaded document-features v0.2.12
5842026-07-01T22:29:51.054Z Downloaded argon2 v0.5.3
5852026-07-01T22:29:51.054Z Downloaded anstyle-parse v0.2.7
5862026-07-01T22:29:51.054Z Downloaded fd-lock v4.0.4
5872026-07-01T22:29:51.054Z Downloaded flagset v0.4.7
5882026-07-01T22:29:51.062Z Downloaded buf-list v1.1.2
5892026-07-01T22:29:51.062Z Downloaded block-buffer v0.12.1
5902026-07-01T22:29:51.062Z Downloaded env_filter v1.0.0
5912026-07-01T22:29:51.068Z Downloaded arrayvec v0.7.6
5922026-07-01T22:29:51.068Z Downloaded enum-as-inner v0.6.1
5932026-07-01T22:29:51.068Z Downloaded dropshot-api-manager-types v0.7.2
5942026-07-01T22:29:51.069Z Downloaded defmt-parser v1.0.0
5952026-07-01T22:29:51.069Z Downloaded corncobs v0.1.4
5962026-07-01T22:29:51.069Z Downloaded either v1.15.0
5972026-07-01T22:29:51.073Z Downloaded cmake v0.1.57
5982026-07-01T22:29:51.073Z Downloaded csv-core v0.1.13
5992026-07-01T22:29:51.073Z Downloaded crossbeam-utils v0.8.21
6002026-07-01T22:29:51.073Z Downloaded compression-codecs v0.4.37
6012026-07-01T22:29:51.085Z Downloaded cipher v0.5.2
6022026-07-01T22:29:51.085Z Downloaded cipher v0.4.4
6032026-07-01T22:29:51.088Z Downloaded dsl_auto_type v0.2.0
6042026-07-01T22:29:51.088Z Downloaded blowfish v0.10.0
6052026-07-01T22:29:51.088Z Downloaded cexpr v0.6.0
6062026-07-01T22:29:51.088Z Downloaded constant_time_eq v0.4.2
6072026-07-01T22:29:51.088Z Downloaded bitflags v1.3.2
6082026-07-01T22:29:51.088Z Downloaded funty v2.0.0
6092026-07-01T22:29:51.089Z Downloaded foreign-types-shared v0.1.1
6102026-07-01T22:29:51.089Z Downloaded float-cmp v0.10.0
6112026-07-01T22:29:51.089Z Downloaded foreign-types v0.5.0
6122026-07-01T22:29:51.089Z Downloaded futures-macro v0.3.32
6132026-07-01T22:29:51.089Z Downloaded float-ord v0.3.2
6142026-07-01T22:29:51.093Z Downloaded foreign-types v0.3.2
6152026-07-01T22:29:51.093Z Downloaded form_urlencoded v1.2.2
6162026-07-01T22:29:51.093Z Downloaded futures-sink v0.3.32
6172026-07-01T22:29:51.093Z Downloaded futures-task v0.3.32
6182026-07-01T22:29:51.093Z Downloaded futures-io v0.3.32
6192026-07-01T22:29:51.098Z Downloaded futures-core v0.3.32
6202026-07-01T22:29:51.098Z Downloaded foreign-types-shared v0.3.1
6212026-07-01T22:29:51.098Z Downloaded git-stub v1.0.0
6222026-07-01T22:29:51.098Z Downloaded fxhash v0.2.1
6232026-07-01T22:29:51.098Z Downloaded foreign-types-macros v0.2.3
6242026-07-01T22:29:51.102Z Downloaded fixedbitset v0.4.2
6252026-07-01T22:29:51.102Z Downloaded ena v0.14.4
6262026-07-01T22:29:51.102Z Downloaded gethostname v0.5.0
6272026-07-01T22:29:51.102Z Downloaded bzip2 v0.6.1
6282026-07-01T22:29:51.110Z Downloaded ghash v0.6.0
6292026-07-01T22:29:51.110Z Downloaded derive-ex v0.1.8
6302026-07-01T22:29:51.110Z Downloaded chacha20 v0.9.1
6312026-07-01T22:29:51.110Z Downloaded aead v0.5.2
6322026-07-01T22:29:51.110Z Downloaded cassowary v0.3.0
6332026-07-01T22:29:51.117Z Downloaded blake2 v0.10.6
6342026-07-01T22:29:51.117Z Downloaded bit-vec v0.6.3
6352026-07-01T22:29:51.117Z Downloaded ahash v0.8.12
6362026-07-01T22:29:51.117Z Downloaded camino-tempfile-ext v0.3.3
6372026-07-01T22:29:51.117Z Downloaded ctutils v0.4.2
6382026-07-01T22:29:51.117Z Downloaded ff v0.13.1
6392026-07-01T22:29:51.121Z Downloaded daft-derive v0.1.7
6402026-07-01T22:29:51.121Z Downloaded delegate v0.13.5
6412026-07-01T22:29:51.121Z Downloaded critical-section v1.2.0
6422026-07-01T22:29:51.124Z Downloaded hex-literal v1.1.0
6432026-07-01T22:29:51.124Z Downloaded ff v0.14.0
6442026-07-01T22:29:51.124Z Downloaded erased-serde v0.3.31
6452026-07-01T22:29:51.128Z Downloaded diesel-dtrace v0.5.0
6462026-07-01T22:29:51.128Z Downloaded cbc v0.2.1
6472026-07-01T22:29:51.128Z Downloaded argon2 v0.6.0-rc.8
6482026-07-01T22:29:51.134Z Downloaded fixedbitset v0.5.7
6492026-07-01T22:29:51.134Z Downloaded derive_builder_core v0.20.2
6502026-07-01T22:29:51.134Z Downloaded displaydoc v0.2.5
6512026-07-01T22:29:51.134Z Downloaded colored v3.1.1
6522026-07-01T22:29:51.138Z Downloaded ecdsa v0.17.0-rc.18
6532026-07-01T22:29:51.138Z Downloaded colored v2.2.0
6542026-07-01T22:29:51.138Z Downloaded cmov v0.5.4
6552026-07-01T22:29:51.142Z Downloaded hash32 v0.2.1
6562026-07-01T22:29:51.142Z Downloaded chacha20 v0.10.0
6572026-07-01T22:29:51.146Z Downloaded headers-core v0.3.0
6582026-07-01T22:29:51.146Z Downloaded cookie_store v0.22.1
6592026-07-01T22:29:51.146Z Downloaded bzip2 v0.4.4
6602026-07-01T22:29:51.146Z Downloaded blake2 v0.11.0-rc.6
6612026-07-01T22:29:51.149Z Downloaded hash32 v0.3.1
6622026-07-01T22:29:51.149Z Downloaded fs_extra v1.3.0
6632026-07-01T22:29:51.149Z Downloaded der_derive v0.7.3
6642026-07-01T22:29:51.152Z Downloaded futures-executor v0.3.32
6652026-07-01T22:29:51.152Z Downloaded fs-err v2.11.0
6662026-07-01T22:29:51.156Z Downloaded find-msvc-tools v0.1.9
6672026-07-01T22:29:51.156Z Downloaded foldhash v0.1.5
6682026-07-01T22:29:51.157Z Downloaded filetime v0.2.27
6692026-07-01T22:29:51.162Z Downloaded fallible-iterator v0.2.0
6702026-07-01T22:29:51.162Z Downloaded foldhash v0.2.0
6712026-07-01T22:29:51.162Z Downloaded enum_dispatch v0.3.13
6722026-07-01T22:29:51.165Z Downloaded ecdsa v0.16.9
6732026-07-01T22:29:51.165Z Downloaded globwalk v0.9.1
6742026-07-01T22:29:51.165Z Downloaded console v0.15.11
6752026-07-01T22:29:51.165Z Downloaded globset v0.4.18
6762026-07-01T22:29:51.168Z Downloaded hostname v0.3.1
6772026-07-01T22:29:51.169Z Downloaded glob v0.3.3
6782026-07-01T22:29:51.169Z Downloaded cancel-safe-futures v0.1.5
6792026-07-01T22:29:51.171Z Downloaded http-body v1.0.1
6802026-07-01T22:29:51.171Z Downloaded hex v0.4.3
6812026-07-01T22:29:51.171Z Downloaded group v0.13.0
6822026-07-01T22:29:51.175Z Downloaded hostname v0.4.2
6832026-07-01T22:29:51.175Z Downloaded home v0.5.12
6842026-07-01T22:29:51.177Z Downloaded hyper-tls v0.6.0
6852026-07-01T22:29:51.178Z Downloaded clang-sys v1.8.1
6862026-07-01T22:29:51.178Z Downloaded console v0.16.2
6872026-07-01T22:29:51.180Z Downloaded ciborium v0.2.2
6882026-07-01T22:29:51.183Z Downloaded async-bb8-diesel v0.2.1
6892026-07-01T22:29:51.183Z Downloaded digest v0.11.3
6902026-07-01T22:29:51.186Z Downloaded crossbeam-deque v0.8.6
6912026-07-01T22:29:51.186Z Downloaded darling v0.20.11
6922026-07-01T22:29:51.189Z Downloaded const-oid v0.9.6
6932026-07-01T22:29:51.194Z Downloaded ed25519 v3.0.0
6942026-07-01T22:29:51.194Z Downloaded des v0.9.0
6952026-07-01T22:29:51.197Z Downloaded derive_builder v0.20.2
6962026-07-01T22:29:51.197Z Downloaded allocator-api2 v0.2.21
6972026-07-01T22:29:51.202Z Downloaded ed25519 v2.2.3
6982026-07-01T22:29:51.205Z Downloaded diff v0.1.13
6992026-07-01T22:29:51.214Z Downloaded indent_write v2.2.0
7002026-07-01T22:29:51.215Z Downloaded hubpack_derive v0.1.1
7012026-07-01T22:29:51.215Z Downloaded illumos-nvpair-sys v0.2.0
7022026-07-01T22:29:51.224Z Downloaded ident_case v1.0.1
7032026-07-01T22:29:51.224Z Downloaded highway v1.3.0
7042026-07-01T22:29:51.224Z Downloaded git-stub-vcs v0.1.0
7052026-07-01T22:29:51.224Z Downloaded illumos-nvpair v0.3.0
7062026-07-01T22:29:51.224Z Downloaded group v0.14.0
7072026-07-01T22:29:51.224Z Downloaded ctr v0.10.1
7082026-07-01T22:29:51.229Z Downloaded indoc v1.0.9
7092026-07-01T22:29:51.229Z Downloaded is_ci v1.2.0
7102026-07-01T22:29:51.229Z Downloaded is-terminal v0.4.17
7112026-07-01T22:29:51.229Z Downloaded inout v0.1.4
7122026-07-01T22:29:51.229Z Downloaded lalrpop-util v0.19.12
7132026-07-01T22:29:51.249Z Downloaded env_logger v0.11.9
7142026-07-01T22:29:51.249Z Downloaded futures-channel v0.3.32
7152026-07-01T22:29:51.249Z Downloaded hmac v0.13.0
7162026-07-01T22:29:51.249Z Downloaded const-oid v0.10.2
7172026-07-01T22:29:51.249Z Downloaded chacha20poly1305 v0.10.1
7182026-07-01T22:29:51.249Z Downloaded const_format v0.2.35
7192026-07-01T22:29:51.250Z Downloaded getrandom v0.2.17
7202026-07-01T22:29:51.250Z Downloaded kstat-rs v0.2.4
7212026-07-01T22:29:51.250Z Downloaded kem v0.3.0
7222026-07-01T22:29:51.255Z Downloaded libscf-sys v1.1.0
7232026-07-01T22:29:51.255Z Downloaded hyper-staticfile v0.10.1
7242026-07-01T22:29:51.255Z Downloaded humantime v2.3.0
7252026-07-01T22:29:51.255Z Downloaded http-body-util v0.1.3
7262026-07-01T22:29:51.255Z Downloaded compact_str v0.8.1
7272026-07-01T22:29:51.255Z Downloaded lru-slab v0.1.2
7282026-07-01T22:29:51.255Z Downloaded cc v1.2.56
7292026-07-01T22:29:51.255Z Downloaded base64 v0.21.7
7302026-07-01T22:29:51.258Z Downloaded lru-cache v0.1.2
7312026-07-01T22:29:51.259Z Downloaded dropshot_endpoint v0.17.1
7322026-07-01T22:29:51.262Z Downloaded hubpack v0.1.2
7332026-07-01T22:29:51.262Z Downloaded derive-where v1.6.0
7342026-07-01T22:29:51.266Z Downloaded derive_more v0.99.20
7352026-07-01T22:29:51.270Z Downloaded elliptic-curve v0.14.0-rc.33
7362026-07-01T22:29:51.270Z Downloaded keccak v0.2.0
7372026-07-01T22:29:51.273Z Downloaded cookie v0.18.1
7382026-07-01T22:29:51.273Z Downloaded md-5 v0.10.6
7392026-07-01T22:29:51.277Z Downloaded fatfs v0.3.6
7402026-07-01T22:29:51.277Z Downloaded mime v0.3.17
7412026-07-01T22:29:51.281Z Downloaded ingot v0.1.1
7422026-07-01T22:29:51.281Z Downloaded drift v0.2.0
7432026-07-01T22:29:51.286Z Downloaded match_cfg v0.1.0
7442026-07-01T22:29:51.286Z Downloaded jobserver v0.1.34
7452026-07-01T22:29:51.291Z Downloaded crypto-bigint v0.5.5
7462026-07-01T22:29:51.294Z Downloaded bytes v1.11.1
7472026-07-01T22:29:51.294Z Downloaded base64 v0.22.1
7482026-07-01T22:29:51.298Z Downloaded bumpalo v3.20.2
7492026-07-01T22:29:51.298Z Downloaded lazy_static v1.5.0
7502026-07-01T22:29:51.301Z Downloaded arc-swap v1.8.2
7512026-07-01T22:29:51.301Z Downloaded ar_archive_writer v0.5.1
7522026-07-01T22:29:51.305Z Downloaded inout v0.2.2
7532026-07-01T22:29:51.305Z Downloaded libsw-core v0.3.2
7542026-07-01T22:29:51.309Z Downloaded ingot-types v0.1.2
7552026-07-01T22:29:51.309Z Downloaded http-range v0.1.5
7562026-07-01T22:29:51.309Z Downloaded futures v0.3.32
7572026-07-01T22:29:51.312Z Downloaded half v1.8.3
7582026-07-01T22:29:51.312Z Downloaded getrandom v0.3.4
7592026-07-01T22:29:51.316Z Downloaded httpdate v1.0.3
7602026-07-01T22:29:51.317Z Downloaded libloading v0.8.9
7612026-07-01T22:29:51.317Z Downloaded nibble_vec v0.1.0
7622026-07-01T22:29:51.320Z Downloaded newtype_derive v0.1.6
7632026-07-01T22:29:51.320Z Downloaded newtype-uuid-macros v0.1.0
7642026-07-01T22:29:51.320Z Downloaded generic-array v1.4.3
7652026-07-01T22:29:51.323Z Downloaded indoc v2.0.7
7662026-07-01T22:29:51.323Z Downloaded nonempty v0.12.0
7672026-07-01T22:29:51.323Z Downloaded normalize-line-endings v0.3.0
7682026-07-01T22:29:51.323Z Downloaded impl-trait-for-tuples v0.2.3
7692026-07-01T22:29:51.326Z Downloaded ipnetwork v0.21.1
7702026-07-01T22:29:51.326Z Downloaded internet-checksum v0.2.1
7712026-07-01T22:29:51.330Z Downloaded memoffset v0.9.1
7722026-07-01T22:29:51.330Z Downloaded md5 v0.8.0
7732026-07-01T22:29:51.330Z Downloaded linked-hash-map v0.5.6
7742026-07-01T22:29:51.333Z Downloaded hmac v0.12.1
7752026-07-01T22:29:51.333Z Downloaded maybe-uninit v2.0.0
7762026-07-01T22:29:51.333Z Downloaded elliptic-curve v0.13.8
7772026-07-01T22:29:51.336Z Downloaded hyper-rustls v0.27.7
7782026-07-01T22:29:51.336Z Downloaded lock_api v0.4.14
7792026-07-01T22:29:51.341Z Downloaded async-compression v0.4.41
7802026-07-01T22:29:51.345Z Downloaded linear-map v1.2.0
7812026-07-01T22:29:51.345Z Downloaded hybrid-array v0.4.13
7822026-07-01T22:29:51.346Z Downloaded flate2 v1.1.9
7832026-07-01T22:29:51.349Z Downloaded multimap v0.10.1
7842026-07-01T22:29:51.349Z Downloaded maplit v1.0.2
7852026-07-01T22:29:51.352Z Downloaded num-conv v0.2.0
7862026-07-01T22:29:51.352Z Downloaded lru v0.12.5
7872026-07-01T22:29:51.352Z Downloaded num-iter v0.1.45
7882026-07-01T22:29:51.357Z Downloaded instant v0.1.13
7892026-07-01T22:29:51.360Z Downloaded opaque-debug v0.3.1
7902026-07-01T22:29:51.360Z Downloaded olpc-cjson v0.1.4
7912026-07-01T22:29:51.360Z Downloaded num_enum_derive v0.5.11
7922026-07-01T22:29:51.360Z Downloaded mime_guess v2.0.5
7932026-07-01T22:29:51.363Z Downloaded openssl-probe v0.2.1
7942026-07-01T22:29:51.363Z Downloaded openssl-probe v0.1.6
7952026-07-01T22:29:51.366Z Downloaded keccak v0.1.6
7962026-07-01T22:29:51.366Z Downloaded newtype-uuid v1.3.2
7972026-07-01T22:29:51.366Z Downloaded half v2.7.1
7982026-07-01T22:29:51.370Z Downloaded new_debug_unreachable v1.0.6
7992026-07-01T22:29:51.383Z Downloaded openssl-macros v0.1.1
8002026-07-01T22:29:51.388Z Downloaded newline-converter v0.3.0
8012026-07-01T22:29:51.388Z Downloaded managed v0.8.0
8022026-07-01T22:29:51.388Z Downloaded heapless v0.8.0
8032026-07-01T22:29:51.393Z Downloaded hickory-resolver v0.24.4
8042026-07-01T22:29:51.393Z Downloaded flume v0.11.1
8052026-07-01T22:29:51.403Z Downloaded module-lattice v0.2.3
8062026-07-01T22:29:51.406Z Downloaded nodrop v0.1.14
8072026-07-01T22:29:51.406Z Downloaded nu-ansi-term v0.50.3
8082026-07-01T22:29:51.406Z Downloaded oso-derive v0.27.3
8092026-07-01T22:29:51.406Z Downloaded num-complex v0.4.6
8102026-07-01T22:29:51.409Z Downloaded path-slash v0.1.5
8112026-07-01T22:29:51.409Z Downloaded parse-size v1.1.0
8122026-07-01T22:29:51.409Z Downloaded parse-display v0.10.0
8132026-07-01T22:29:51.412Z Downloaded packed_struct_codegen v0.10.1
8142026-07-01T22:29:51.415Z Downloaded litrs v1.0.0
8152026-07-01T22:29:51.415Z Downloaded instability v0.3.11
8162026-07-01T22:29:51.419Z Downloaded icu_properties v2.1.2
8172026-07-01T22:29:51.423Z Downloaded ingot-macros v0.1.1
8182026-07-01T22:29:51.423Z Downloaded nanorand v0.7.0
8192026-07-01T22:29:51.423Z Downloaded num-rational v0.4.2
8202026-07-01T22:29:51.426Z Downloaded icu_collections v2.1.1
8212026-07-01T22:29:51.428Z Downloaded icu_provider v2.1.1
8222026-07-01T22:29:51.434Z Downloaded percent-encoding v2.3.2
8232026-07-01T22:29:51.434Z Downloaded num_enum v0.7.6
8242026-07-01T22:29:51.437Z Downloaded peg-runtime v0.8.5
8252026-07-01T22:29:51.437Z Downloaded password-hash v0.6.1
8262026-07-01T22:29:51.437Z Downloaded idna_adapter v1.2.1
8272026-07-01T22:29:51.437Z Downloaded iana-time-zone v0.1.65
8282026-07-01T22:29:51.440Z Downloaded phf_shared v0.13.1
8292026-07-01T22:29:51.440Z Downloaded phf_shared v0.12.1
8302026-07-01T22:29:51.440Z Downloaded phf_shared v0.11.3
8312026-07-01T22:29:51.440Z Downloaded num_enum_derive v0.7.6
8322026-07-01T22:29:51.444Z Downloaded icu_normalizer_data v2.1.1
8332026-07-01T22:29:51.444Z Downloaded ed25519-dalek v2.2.0
8342026-07-01T22:29:51.447Z Downloaded httparse v1.10.1
8352026-07-01T22:29:51.447Z Downloaded headers v0.4.1
8362026-07-01T22:29:51.450Z Downloaded ml-kem v0.3.2
8372026-07-01T22:29:51.453Z Downloaded native-tls v0.2.18
8382026-07-01T22:29:51.456Z Downloaded oxide-tokio-rt v0.1.4
8392026-07-01T22:29:51.456Z Downloaded icu_normalizer v2.1.1
8402026-07-01T22:29:51.459Z Downloaded der v0.7.10
8412026-07-01T22:29:51.463Z Downloaded powerfmt v0.2.0
8422026-07-01T22:29:51.463Z Downloaded indicatif v0.18.4
8432026-07-01T22:29:51.466Z Downloaded heapless v0.7.17
8442026-07-01T22:29:51.469Z Downloaded num_threads v0.1.7
8452026-07-01T22:29:51.469Z Downloaded num_enum v0.5.11
8462026-07-01T22:29:51.472Z Downloaded num-derive v0.4.2
8472026-07-01T22:29:51.476Z Downloaded num v0.4.3
8482026-07-01T22:29:51.476Z Downloaded lzss v0.8.2
8492026-07-01T22:29:51.479Z Downloaded num-derive v0.3.3
8502026-07-01T22:29:51.479Z Downloaded litemap v0.8.1
8512026-07-01T22:29:51.479Z Downloaded libbz2-rs-sys v0.2.2
8522026-07-01T22:29:51.482Z Downloaded owo-colors v4.3.0
8532026-07-01T22:29:51.482Z Downloaded num-integer v0.1.46
8542026-07-01T22:29:51.485Z Downloaded parking_lot_core v0.8.6
8552026-07-01T22:29:51.485Z Downloaded hashbrown v0.12.3
8562026-07-01T22:29:51.487Z Downloaded predicates-tree v1.0.13
8572026-07-01T22:29:51.487Z Downloaded predicates-core v1.0.10
8582026-07-01T22:29:51.490Z Downloaded proc-macro-crate v1.3.1
8592026-07-01T22:29:51.490Z Downloaded oxnet v0.1.6
8602026-07-01T22:29:51.493Z Downloaded hashbrown v0.13.2
8612026-07-01T22:29:51.498Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-07-01T22:29:51.501Z Downloaded derive_more-impl v2.1.1
8632026-07-01T22:29:51.501Z Downloaded paste v1.0.15
8642026-07-01T22:29:51.504Z Downloaded peg v0.8.5
8652026-07-01T22:29:51.508Z Downloaded pem-rfc7468 v1.0.0
8662026-07-01T22:29:51.508Z Downloaded pem-rfc7468 v0.7.0
8672026-07-01T22:29:51.514Z Downloaded memmap2 v0.9.10
8682026-07-01T22:29:51.514Z Downloaded derive_more v2.1.1
8692026-07-01T22:29:51.518Z Downloaded progenitor-macro v0.13.0
8702026-07-01T22:29:51.521Z Downloaded progenitor-client v0.14.0
8712026-07-01T22:29:51.521Z Downloaded pin-project-lite v0.2.17
8722026-07-01T22:29:51.524Z Downloaded pin-project-internal v1.1.11
8732026-07-01T22:29:51.524Z Downloaded potential_utf v0.1.4
8742026-07-01T22:29:51.525Z Downloaded libefi-sys v0.1.0
8752026-07-01T22:29:51.528Z Downloaded proc-macro-crate v3.4.0
8762026-07-01T22:29:51.528Z Downloaded precomputed-hash v0.1.1
8772026-07-01T22:29:51.534Z Downloaded ipnet v2.11.0
8782026-07-01T22:29:51.544Z Downloaded aes v0.9.1
8792026-07-01T22:29:51.544Z Downloaded pkg-config v0.3.32
8802026-07-01T22:29:51.544Z Downloaded pkcs8 v0.10.2
8812026-07-01T22:29:51.544Z Downloaded poly1305 v0.8.0
8822026-07-01T22:29:51.547Z Downloaded ppv-lite86 v0.2.21
8832026-07-01T22:29:51.547Z Downloaded libsw v3.5.0
8842026-07-01T22:29:51.547Z Downloaded progenitor-macro v0.14.0
8852026-07-01T22:29:51.547Z Downloaded radium v0.7.0
8862026-07-01T22:29:51.552Z Downloaded polyval v0.7.1
8872026-07-01T22:29:51.552Z Downloaded rand_chacha v0.3.1
8882026-07-01T22:29:51.555Z Downloaded quick-error v1.2.3
8892026-07-01T22:29:51.555Z Downloaded rand_xorshift v0.4.0
8902026-07-01T22:29:51.555Z Downloaded parse-display-derive v0.10.0
8912026-07-01T22:29:51.558Z Downloaded peg-macros v0.8.5
8922026-07-01T22:29:51.558Z Downloaded packed_struct v0.10.1
8932026-07-01T22:29:51.562Z Downloaded parking_lot v0.11.2
8942026-07-01T22:29:51.570Z Downloaded predicates v3.1.4
8952026-07-01T22:29:51.575Z Downloaded parking_lot v0.12.5
8962026-07-01T22:29:51.578Z Downloaded primeorder v0.13.6
8972026-07-01T22:29:51.578Z Downloaded primefield v0.14.0
8982026-07-01T22:29:51.578Z Downloaded pbkdf2 v0.13.0
8992026-07-01T22:29:51.578Z Downloaded parking_lot_core v0.9.12
9002026-07-01T22:29:51.583Z Downloaded recursive v0.1.1
9012026-07-01T22:29:51.583Z Downloaded ed25519-dalek v3.0.0-rc.0
9022026-07-01T22:29:51.586Z Downloaded num-traits v0.2.19
9032026-07-01T22:29:51.586Z Downloaded hickory-resolver v0.25.2
9042026-07-01T22:29:51.589Z Downloaded ref-cast v1.0.25
9052026-07-01T22:29:51.593Z Downloaded phc v0.6.1
9062026-07-01T22:29:51.593Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-07-01T22:29:51.593Z Downloaded psl-types v2.0.11
9082026-07-01T22:29:51.593Z Downloaded progenitor-extras v0.2.0
9092026-07-01T22:29:51.601Z Downloaded phf v0.13.1
9102026-07-01T22:29:51.601Z Downloaded pem v3.0.6
9112026-07-01T22:29:51.601Z Downloaded progenitor-client v0.13.0
9122026-07-01T22:29:51.601Z Downloaded rfc6979 v0.5.0
9132026-07-01T22:29:51.601Z Downloaded proc-macro-error2 v2.0.1
9142026-07-01T22:29:51.601Z Downloaded pkcs1 v0.7.5
9152026-07-01T22:29:51.604Z Downloaded pkcs1 v0.8.0-rc.4
9162026-07-01T22:29:51.604Z Downloaded miniz_oxide v0.8.9
9172026-07-01T22:29:51.607Z Downloaded diesel_derives v2.3.7
9182026-07-01T22:29:51.611Z Downloaded ref-cast-impl v1.0.25
9192026-07-01T22:29:51.611Z Downloaded rfc6979 v0.4.0
9202026-07-01T22:29:51.611Z Downloaded progenitor v0.13.0
9212026-07-01T22:29:51.614Z Downloaded primeorder v0.14.0-rc.10
9222026-07-01T22:29:51.617Z Downloaded russh-util v0.52.0
9232026-07-01T22:29:51.617Z Downloaded rtoolbox v0.0.3
9242026-07-01T22:29:51.621Z Downloaded progenitor v0.14.0
9252026-07-01T22:29:51.624Z Downloaded rustc-hash v2.1.1
9262026-07-01T22:29:51.627Z Downloaded poly1305 v0.9.0
9272026-07-01T22:29:51.627Z Downloaded expectorate v1.2.0
9282026-07-01T22:29:51.630Z Downloaded rand_chacha v0.9.0
9292026-07-01T22:29:51.630Z Downloaded r2d2 v0.8.10
9302026-07-01T22:29:51.633Z Downloaded multer v3.1.0
9312026-07-01T22:29:51.633Z Downloaded aho-corasick v1.1.4
9322026-07-01T22:29:51.636Z Downloaded rustc_version v0.4.1
9332026-07-01T22:29:51.637Z Downloaded russh-cryptovec v0.61.0
9342026-07-01T22:29:51.641Z Downloaded rustc_version v0.1.7
9352026-07-01T22:29:51.641Z Downloaded rand_core v0.9.5
9362026-07-01T22:29:51.641Z Downloaded rand_core v0.6.4
9372026-07-01T22:29:51.644Z Downloaded psm v0.1.30
9382026-07-01T22:29:51.644Z Downloaded papergrid v0.17.0
9392026-07-01T22:29:51.647Z Downloaded internal-russh-num-bigint v0.5.0
9402026-07-01T22:29:51.651Z Downloaded pkcs8 v0.11.0
9412026-07-01T22:29:51.654Z Downloaded hyper-util v0.1.20
9422026-07-01T22:29:51.654Z Downloaded postgres-types v0.2.12
9432026-07-01T22:29:51.656Z Downloaded der v0.8.0
9442026-07-01T22:29:51.659Z Downloaded crossterm v0.28.1
9452026-07-01T22:29:51.663Z Downloaded same-file v1.0.6
9462026-07-01T22:29:51.666Z Downloaded minimal-lexical v0.2.1
9472026-07-01T22:29:51.669Z Downloaded password-hash v0.5.0
9482026-07-01T22:29:51.669Z Downloaded sapling-renderdag v0.1.0
9492026-07-01T22:29:51.672Z Downloaded aes-gcm v0.11.0
9502026-07-01T22:29:51.672Z Downloaded scroll_derive v0.13.1
9512026-07-01T22:29:51.675Z Downloaded scopeguard v1.2.0
9522026-07-01T22:29:51.675Z Downloaded scheduled-thread-pool v0.2.7
9532026-07-01T22:29:51.675Z Downloaded rand_seeder v0.4.0
9542026-07-01T22:29:51.678Z Downloaded secrecy v0.10.3
9552026-07-01T22:29:51.678Z Downloaded secrecy v0.8.0
9562026-07-01T22:29:51.678Z Downloaded oso v0.27.3
9572026-07-01T22:29:51.680Z Downloaded ignore v0.4.25
9582026-07-01T22:29:51.683Z Downloaded hickory-server v0.25.2
9592026-07-01T22:29:51.686Z Downloaded resolv-conf v0.7.6
9602026-07-01T22:29:51.686Z Downloaded openssl-sys v0.9.115
9612026-07-01T22:29:51.689Z Downloaded pkcs5 v0.8.1
9622026-07-01T22:29:51.692Z Downloaded postgres-protocol v0.6.10
9632026-07-01T22:29:51.695Z Downloaded postcard v1.1.3
9642026-07-01T22:29:51.695Z Downloaded phf v0.12.1
9652026-07-01T22:29:51.697Z Downloaded serde_repr v0.1.20
9662026-07-01T22:29:51.697Z Downloaded serde-big-array v0.5.1
9672026-07-01T22:29:51.700Z Downloaded semver v0.1.20
9682026-07-01T22:29:51.700Z Downloaded indexmap v1.9.3
9692026-07-01T22:29:51.703Z Downloaded serde_bytes v0.11.19
9702026-07-01T22:29:51.703Z Downloaded serde_spanned v1.1.1
9712026-07-01T22:29:51.703Z Downloaded seq-macro v0.3.6
9722026-07-01T22:29:51.706Z Downloaded serde_plain v1.0.2
9732026-07-01T22:29:51.709Z Downloaded serde_urlencoded v0.7.1
9742026-07-01T22:29:51.712Z Downloaded quinn-udp v0.5.14
9752026-07-01T22:29:51.715Z Downloaded sha1 v0.11.0
9762026-07-01T22:29:51.715Z Downloaded rustls-pemfile v2.2.0
9772026-07-01T22:29:51.718Z Downloaded rustls-native-certs v0.8.3
9782026-07-01T22:29:51.718Z Downloaded sha1 v0.10.6
9792026-07-01T22:29:51.721Z Downloaded rand_core v0.10.0
9802026-07-01T22:29:51.721Z Downloaded pin-project v1.1.11
9812026-07-01T22:29:51.729Z Downloaded rustversion v1.0.22
9822026-07-01T22:29:51.740Z Downloaded http v1.4.2
9832026-07-01T22:29:51.740Z Downloaded prefix-trie v0.7.0
9842026-07-01T22:29:51.740Z Downloaded p384 v0.14.0-rc.10
9852026-07-01T22:29:51.746Z Downloaded dropshot-api-manager v0.7.2
9862026-07-01T22:29:51.746Z Downloaded shell-words v1.1.1
9872026-07-01T22:29:51.746Z Downloaded signal-hook-tokio v0.3.1
9882026-07-01T22:29:51.750Z Downloaded progenitor-impl v0.13.0
9892026-07-01T22:29:51.750Z Downloaded signal-hook-mio v0.2.5
9902026-07-01T22:29:51.750Z Downloaded siphasher v1.0.2
9912026-07-01T22:29:51.754Z Downloaded sigpipe v0.1.3
9922026-07-01T22:29:51.754Z Downloaded signature v3.0.0
9932026-07-01T22:29:51.754Z Downloaded signature v2.2.0
9942026-07-01T22:29:51.758Z Downloaded schemars_derive v0.8.22
9952026-07-01T22:29:51.762Z Downloaded mio v1.2.0
9962026-07-01T22:29:51.765Z Downloaded p256 v0.14.0-rc.10
9972026-07-01T22:29:51.765Z Downloaded itertools v0.10.5
9982026-07-01T22:29:51.768Z Downloaded slog-bunyan v2.5.0
9992026-07-01T22:29:51.771Z Downloaded sec1 v0.7.3
10002026-07-01T22:29:51.771Z Downloaded serde_derive_internals v0.29.1
10012026-07-01T22:29:51.776Z Downloaded serde-hex v0.1.0
10022026-07-01T22:29:51.776Z Downloaded slog-envlogger v2.2.0
10032026-07-01T22:29:51.776Z Downloaded sec1 v0.8.1
10042026-07-01T22:29:51.779Z Downloaded serdect v0.4.3
10052026-07-01T22:29:51.779Z Downloaded scrypt v0.12.0
10062026-07-01T22:29:51.779Z Downloaded serde_path_to_error v0.1.20
10072026-07-01T22:29:51.782Z Downloaded scroll v0.13.0
10082026-07-01T22:29:51.785Z Downloaded serde_with_macros v1.5.2
10092026-07-01T22:29:51.785Z Downloaded iri-string v0.7.10
10102026-07-01T22:29:51.791Z Downloaded progenitor-impl v0.14.0
10112026-07-01T22:29:51.796Z Downloaded num-bigint v0.4.6
10122026-07-01T22:29:51.800Z Downloaded rusty-fork v0.3.1
10132026-07-01T22:29:51.805Z Downloaded prettyplease v0.2.37
10142026-07-01T22:29:51.809Z Downloaded sqlparser_derive v0.5.0
10152026-07-01T22:29:51.809Z Downloaded omicron-zone-package v0.12.3
10162026-07-01T22:29:51.809Z Downloaded rcgen v0.12.1
10172026-07-01T22:29:51.811Z Downloaded itertools v0.12.1
10182026-07-01T22:29:51.815Z Downloaded crossterm v0.29.0
10192026-07-01T22:29:51.819Z Downloaded salsa20 v0.11.0
10202026-07-01T22:29:51.823Z Downloaded strsim v0.10.0
10212026-07-01T22:29:51.823Z Downloaded strum v0.27.2
10222026-07-01T22:29:51.823Z Downloaded strum v0.26.3
10232026-07-01T22:29:51.826Z Downloaded structmeta v0.3.0
10242026-07-01T22:29:51.829Z Downloaded ron v0.8.1
10252026-07-01T22:29:51.832Z Downloaded stable_deref_trait v1.2.1
10262026-07-01T22:29:51.832Z Downloaded signal-hook-registry v1.4.8
10272026-07-01T22:29:51.832Z Downloaded strip-ansi-escapes v0.2.1
10282026-07-01T22:29:51.836Z Downloaded sync_wrapper v1.0.2
10292026-07-01T22:29:51.836Z Downloaded supports-color v3.0.2
10302026-07-01T22:29:51.836Z Downloaded structmeta-derive v0.3.0
10312026-07-01T22:29:51.836Z Downloaded sync-ptr v0.1.4
10322026-07-01T22:29:51.839Z Downloaded smallvec v0.6.14
10332026-07-01T22:29:51.839Z Downloaded slab v0.4.12
10342026-07-01T22:29:51.839Z Downloaded shlex v1.3.0
10352026-07-01T22:29:51.842Z Downloaded hashbrown v0.16.1
10362026-07-01T22:29:51.850Z Downloaded snafu-derive v0.8.9
10372026-07-01T22:29:51.853Z Downloaded rustls-pki-types v1.14.0
10382026-07-01T22:29:51.856Z Downloaded slog-stdlog v4.1.1
10392026-07-01T22:29:51.856Z Downloaded tagptr v0.2.0
10402026-07-01T22:29:51.856Z Downloaded subtle v2.6.1
10412026-07-01T22:29:51.858Z Downloaded blake3 v1.8.5
10422026-07-01T22:29:51.861Z Downloaded tap v1.0.1
10432026-07-01T22:29:51.865Z Downloaded icu_locale_core v2.1.1
10442026-07-01T22:29:51.868Z Downloaded testing_table v0.3.0
10452026-07-01T22:29:51.868Z Downloaded sha2 v0.11.0
10462026-07-01T22:29:51.871Z Downloaded ssh-encoding v0.3.0-rc.9
10472026-07-01T22:29:51.871Z Downloaded spki v0.7.3
10482026-07-01T22:29:51.874Z Downloaded termtree v0.5.1
10492026-07-01T22:29:51.874Z Downloaded slog-term v2.9.2
10502026-07-01T22:29:51.878Z Downloaded take_mut v0.2.2
10512026-07-01T22:29:51.878Z Downloaded rustls-platform-verifier v0.6.2
10522026-07-01T22:29:51.884Z Downloaded serde_with_macros v3.17.0
10532026-07-01T22:29:51.884Z Downloaded tabled_derive v0.11.0
10542026-07-01T22:29:51.884Z Downloaded serde_cbor v0.11.2
10552026-07-01T22:29:51.884Z Downloaded thiserror-impl-no-std v2.0.2
10562026-07-01T22:29:51.888Z Downloaded tinyvec_macros v0.1.1
10572026-07-01T22:29:51.888Z Downloaded thread-id v5.1.0
10582026-07-01T22:29:51.888Z Downloaded sqlformat v0.3.5
10592026-07-01T22:29:51.888Z Downloaded slog-scope v4.4.1
10602026-07-01T22:29:51.888Z Downloaded spki v0.8.0
10612026-07-01T22:29:51.891Z Downloaded smf v0.2.3
10622026-07-01T22:29:51.891Z Downloaded slog-json v2.6.1
10632026-07-01T22:29:51.891Z Downloaded rayon-core v1.13.0
10642026-07-01T22:29:51.894Z Downloaded stringprep v0.1.5
10652026-07-01T22:29:51.897Z Downloaded string_cache v0.8.9
10662026-07-01T22:29:51.897Z Downloaded slog-dtrace v0.3.0
10672026-07-01T22:29:51.897Z Downloaded slog-async v2.8.0
10682026-07-01T22:29:51.900Z Downloaded simd-adler32 v0.3.8
10692026-07-01T22:29:51.903Z Downloaded stacker v0.1.23
10702026-07-01T22:29:51.903Z Downloaded strum_macros v0.27.2
10712026-07-01T22:29:51.906Z Downloaded ssh-cipher v0.3.0-rc.9
10722026-07-01T22:29:51.906Z Downloaded time-core v0.1.8
10732026-07-01T22:29:51.910Z Downloaded tokio-macros v2.7.0
10742026-07-01T22:29:51.914Z Downloaded strum_macros v0.24.3
10752026-07-01T22:29:51.922Z Downloaded schemars v0.8.22
10762026-07-01T22:29:51.929Z Downloaded synstructure v0.13.2
10772026-07-01T22:29:51.932Z Downloaded jiff-static v0.2.21
10782026-07-01T22:29:51.932Z Downloaded spin v0.9.8
10792026-07-01T22:29:51.936Z Downloaded support-bundle-viewer v0.1.2
10802026-07-01T22:29:51.936Z Downloaded publicsuffix v2.3.0
10812026-07-01T22:29:51.939Z Downloaded tabwriter v1.4.1
10822026-07-01T22:29:51.939Z Downloaded aws-lc-rs v1.16.3
10832026-07-01T22:29:51.943Z Downloaded libxml v0.3.3
10842026-07-01T22:29:51.947Z Downloaded tower-service v0.3.3
10852026-07-01T22:29:51.950Z Downloaded tower-layer v0.3.3
10862026-07-01T22:29:51.950Z Downloaded quinn v0.11.9
10872026-07-01T22:29:51.953Z Downloaded termios v0.3.3
10882026-07-01T22:29:51.953Z Downloaded serde_yaml v0.9.34+deprecated
10892026-07-01T22:29:51.957Z Downloaded p521 v0.14.0-rc.10
10902026-07-01T22:29:51.957Z Downloaded itertools v0.13.0
10912026-07-01T22:29:51.961Z Downloaded typify-macro v0.6.2
10922026-07-01T22:29:51.964Z Downloaded time-macros v0.2.27
10932026-07-01T22:29:51.964Z Downloaded num-bigint-dig v0.8.6
10942026-07-01T22:29:51.967Z Downloaded ryu v1.0.23
10952026-07-01T22:29:51.970Z Downloaded rand v0.8.6
10962026-07-01T22:29:51.970Z Downloaded idna v1.1.0
10972026-07-01T22:29:51.973Z Downloaded hyper v1.10.1
10982026-07-01T22:29:51.977Z Downloaded crypto-primes v0.7.2
10992026-07-01T22:29:51.981Z Downloaded unicode-xid v0.2.6
11002026-07-01T22:29:51.984Z Downloaded unarray v0.1.4
11012026-07-01T22:29:51.984Z Downloaded try-lock v0.2.5
11022026-07-01T22:29:51.984Z Downloaded trait-variant v0.1.2
11032026-07-01T22:29:51.987Z Downloaded thiserror-no-std v2.0.2
11042026-07-01T22:29:51.987Z Downloaded tokio-dtrace v0.1.1
11052026-07-01T22:29:51.990Z Downloaded tinystr v0.8.2
11062026-07-01T22:29:51.990Z Downloaded unit-prefix v0.5.2
11072026-07-01T22:29:51.993Z Downloaded unicode-truncate v1.1.0
11082026-07-01T22:29:51.993Z Downloaded tokio-test v0.4.5
11092026-07-01T22:29:51.993Z Downloaded similar v2.7.0
11102026-07-01T22:29:52.007Z Downloaded untrusted v0.9.0
11112026-07-01T22:29:52.007Z Downloaded usdt v0.6.0
11122026-07-01T22:29:52.008Z Downloaded universal-hash v0.6.1
11132026-07-01T22:29:52.008Z Downloaded universal-hash v0.5.1
11142026-07-01T22:29:52.008Z Downloaded tiny-keccak v2.0.2
11152026-07-01T22:29:52.008Z Downloaded schemars v0.9.0
11162026-07-01T22:29:52.012Z Downloaded tokio-tungstenite v0.23.1
11172026-07-01T22:29:52.013Z Downloaded tokio-tungstenite v0.21.0
11182026-07-01T22:29:52.013Z Downloaded tokio-native-tls v0.3.1
11192026-07-01T22:29:52.017Z Downloaded topological-sort v0.2.2
11202026-07-01T22:29:52.018Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-01T22:29:52.018Z Downloaded smallvec v1.15.1
11222026-07-01T22:29:52.018Z Downloaded term v1.2.1
11232026-07-01T22:29:52.021Z Downloaded socket2 v0.5.10
11242026-07-01T22:29:52.021Z Downloaded utf8_iter v1.0.4
11252026-07-01T22:29:52.021Z Downloaded usdt-macro v0.6.0
11262026-07-01T22:29:52.021Z Downloaded usdt-attr-macro v0.6.0
11272026-07-01T22:29:52.024Z Downloaded rsa v0.9.10
11282026-07-01T22:29:52.027Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11292026-07-01T22:29:52.027Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-07-01T22:29:52.027Z Downloaded term v0.7.0
11312026-07-01T22:29:52.032Z Downloaded rand v0.10.1
11322026-07-01T22:29:52.035Z Downloaded tls_codec_derive v0.4.2
11332026-07-01T22:29:52.035Z Downloaded nom v8.0.0
11342026-07-01T22:29:52.038Z Downloaded rustls-webpki v0.103.9
11352026-07-01T22:29:52.040Z Downloaded utf-8 v0.7.6
11362026-07-01T22:29:52.040Z Downloaded chrono v0.4.44
11372026-07-01T22:29:52.043Z Downloaded icu_properties_data v2.1.2
11382026-07-01T22:29:52.050Z Downloaded want v0.3.1
11392026-07-01T22:29:52.053Z Downloaded wait-timeout v0.2.1
11402026-07-01T22:29:52.053Z Downloaded void v1.0.2
11412026-07-01T22:29:52.053Z Downloaded thread_local v1.1.9
11422026-07-01T22:29:52.053Z Downloaded signal-hook v0.3.18
11432026-07-01T22:29:52.055Z Downloaded waitgroup v0.1.2
11442026-07-01T22:29:52.056Z Downloaded tui-tree-widget v0.23.1
11452026-07-01T22:29:52.056Z Downloaded tls_codec v0.4.2
11462026-07-01T22:29:52.059Z Downloaded itertools v0.14.0
11472026-07-01T22:29:52.066Z Downloaded xattr v1.6.1
11482026-07-01T22:29:52.066Z Downloaded untrusted v0.7.1
11492026-07-01T22:29:52.071Z Downloaded tokio-stream v0.1.18
11502026-07-01T22:29:52.071Z Downloaded schemars v1.2.1
11512026-07-01T22:29:52.074Z Downloaded xshell-macros v0.2.7
11522026-07-01T22:29:52.074Z Downloaded tokio-rustls v0.26.4
11532026-07-01T22:29:52.077Z Downloaded subprocess v0.2.15
11542026-07-01T22:29:52.077Z Downloaded slog v2.8.2
11552026-07-01T22:29:52.080Z Downloaded samael v0.0.19
11562026-07-01T22:29:52.083Z Downloaded yoke-derive v0.8.1
11572026-07-01T22:29:52.087Z Downloaded socket2 v0.6.3
11582026-07-01T22:29:52.087Z Downloaded usdt-impl v0.6.0
11592026-07-01T22:29:52.087Z Downloaded test-strategy v0.4.5
11602026-07-01T22:29:52.091Z Downloaded rand v0.9.2
11612026-07-01T22:29:52.095Z Downloaded zerofrom v0.1.6
11622026-07-01T22:29:52.095Z Downloaded h2 v0.4.15
11632026-07-01T22:29:52.098Z Downloaded zone v0.3.1
11642026-07-01T22:29:52.098Z Downloaded vergen-lib v0.1.6
11652026-07-01T22:29:52.098Z Downloaded vergen-gitcl v1.0.8
11662026-07-01T22:29:52.098Z Downloaded zeroize_derive v1.4.3
11672026-07-01T22:29:52.103Z Downloaded zerofrom-derive v0.1.6
11682026-07-01T22:29:52.103Z Downloaded libm v0.2.16
11692026-07-01T22:29:52.106Z Downloaded git2 v0.20.4
11702026-07-01T22:29:52.110Z Downloaded twox-hash v2.1.2
11712026-07-01T22:29:52.115Z Downloaded bindgen v0.71.1
11722026-07-01T22:29:52.118Z Downloaded vergen-lib v9.1.0
11732026-07-01T22:29:52.118Z Downloaded vsss-rs v3.3.4
11742026-07-01T22:29:52.118Z Downloaded zone_cfg_derive v0.3.1
11752026-07-01T22:29:52.121Z Downloaded qorb v0.4.1
11762026-07-01T22:29:52.124Z Downloaded vergen-git2 v9.1.0
11772026-07-01T22:29:52.124Z Downloaded toml_parser v1.1.2+spec-1.1.0
11782026-07-01T22:29:52.124Z Downloaded whoami v1.6.1
11792026-07-01T22:29:52.128Z Downloaded unicode-properties v0.1.4
11802026-07-01T22:29:52.128Z Downloaded tinyvec v1.10.0
11812026-07-01T22:29:52.128Z Downloaded tracing-attributes v0.1.31
11822026-07-01T22:29:52.131Z Downloaded unicase v2.9.0
11832026-07-01T22:29:52.131Z Downloaded hkdf v0.13.0
11842026-07-01T22:29:52.137Z Downloaded futures-util v0.3.32
11852026-07-01T22:29:52.141Z Downloaded writeable v0.6.2
11862026-07-01T22:29:52.141Z Downloaded whoami v2.1.0
11872026-07-01T22:29:52.144Z Downloaded nom v7.1.3
11882026-07-01T22:29:52.144Z Downloaded bitvec v1.0.1
11892026-07-01T22:29:52.153Z Downloaded yoke v0.8.1
11902026-07-01T22:29:52.156Z Downloaded uzers v0.12.2
11912026-07-01T22:29:52.156Z Downloaded toml v0.7.8
11922026-07-01T22:29:52.159Z Downloaded snafu v0.8.9
11932026-07-01T22:29:52.162Z Downloaded zstd-safe v7.2.4
11942026-07-01T22:29:52.165Z Downloaded zstd v0.13.3
11952026-07-01T22:29:52.165Z Downloaded zeroize v1.8.2
11962026-07-01T22:29:52.165Z Downloaded toml v1.1.2+spec-1.1.0
11972026-07-01T22:29:52.168Z Downloaded tar v0.4.45
11982026-07-01T22:29:52.172Z Downloaded rsa v0.10.0-rc.18
11992026-07-01T22:29:52.175Z Downloaded tungstenite v0.21.0
12002026-07-01T22:29:52.175Z Downloaded rustyline v14.0.0
12012026-07-01T22:29:52.179Z Downloaded vergen v9.1.0
12022026-07-01T22:29:52.179Z Downloaded strum_macros v0.26.4
12032026-07-01T22:29:52.182Z Downloaded static_assertions v1.1.0
12042026-07-01T22:29:52.182Z Downloaded hkdf v0.12.4
12052026-07-01T22:29:52.182Z Downloaded walkdir v2.5.0
12062026-07-01T22:29:52.186Z Downloaded iddqd v0.4.2
12072026-07-01T22:29:52.189Z Downloaded typify v0.6.2
12082026-07-01T22:29:52.192Z Downloaded zerocopy v0.6.6
12092026-07-01T22:29:52.192Z Downloaded unicode-bidi v0.3.18
12102026-07-01T22:29:52.195Z Downloaded steno v0.4.1
12112026-07-01T22:29:52.198Z Downloaded yasna v0.5.2
12122026-07-01T22:29:52.198Z Downloaded pretty_assertions v1.4.1
12132026-07-01T22:29:52.198Z Downloaded hashbrown v0.15.5
12142026-07-01T22:29:52.201Z Downloaded rpassword v7.4.0
12152026-07-01T22:29:52.204Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-07-01T22:29:52.208Z Downloaded uuid v1.23.4
12172026-07-01T22:29:52.220Z Downloaded zerovec-derive v0.11.2
12182026-07-01T22:29:52.224Z Downloaded tungstenite v0.23.0
12192026-07-01T22:29:52.226Z Downloaded tracing-core v0.1.36
12202026-07-01T22:29:52.229Z Downloaded vte v0.14.1
12212026-07-01T22:29:52.232Z Downloaded reedline v0.40.0
12222026-07-01T22:29:52.235Z Downloaded serde_with v1.14.0
12232026-07-01T22:29:52.241Z Downloaded unsafe-libyaml v0.2.11
12242026-07-01T22:29:52.249Z Downloaded wyz v0.5.1
12252026-07-01T22:29:52.252Z Downloaded xshell v0.2.7
12262026-07-01T22:29:52.272Z Downloaded zopfli v0.8.3
12272026-07-01T22:29:52.284Z Downloaded unicode_categories v0.1.1
12282026-07-01T22:29:52.290Z Downloaded reqwest v0.12.28
12292026-07-01T22:29:52.298Z Downloaded yansi v1.0.1
12302026-07-01T22:29:52.301Z Downloaded reqwest v0.13.2
12312026-07-01T22:29:52.305Z Downloaded url v2.5.8
12322026-07-01T22:29:52.305Z Downloaded tokio-postgres v0.7.16
12332026-07-01T22:29:52.309Z Downloaded zerotrie v0.2.3
12342026-07-01T22:29:52.312Z Downloaded typed-path v0.9.3
12352026-07-01T22:29:52.315Z Downloaded rayon v1.11.0
12362026-07-01T22:29:52.319Z Downloaded zip v0.6.6
12372026-07-01T22:29:52.322Z Downloaded lalrpop v0.19.12
12382026-07-01T22:29:52.325Z Downloaded unicode-segmentation v1.12.0
12392026-07-01T22:29:52.328Z Downloaded crypto-bigint v0.7.5
12402026-07-01T22:29:52.338Z Downloaded p384 v0.13.1
12412026-07-01T22:29:52.341Z Downloaded moka v0.12.13
12422026-07-01T22:29:52.345Z Downloaded zerocopy-derive v0.8.40
12432026-07-01T22:29:52.350Z Downloaded tower v0.5.3
12442026-07-01T22:29:52.355Z Downloaded salty v0.3.0
12452026-07-01T22:29:52.359Z Downloaded quick-xml v0.37.5
12462026-07-01T22:29:52.363Z Downloaded x509-cert v0.2.5
12472026-07-01T22:29:52.365Z Downloaded regex v1.12.3
12482026-07-01T22:29:52.369Z Downloaded portable-atomic v1.13.1
12492026-07-01T22:29:52.375Z Downloaded bstr v1.12.1
12502026-07-01T22:29:52.378Z Downloaded toml_edit v0.19.15
12512026-07-01T22:29:52.388Z Downloaded ssh-key v0.7.0-rc.10
12522026-07-01T22:29:52.393Z Downloaded petname v2.0.2
12532026-07-01T22:29:52.397Z Downloaded goblin v0.10.5
12542026-07-01T22:29:52.412Z Downloaded tough v0.22.0
12552026-07-01T22:29:52.418Z Downloaded tokio-util v0.7.18
12562026-07-01T22:29:52.421Z Downloaded zip v4.6.1
12572026-07-01T22:29:52.424Z Downloaded nix v0.27.1
12582026-07-01T22:29:52.431Z Downloaded unicode-normalization v0.1.25
12592026-07-01T22:29:52.444Z Downloaded proptest v1.10.0
12602026-07-01T22:29:52.449Z Downloaded tower-http v0.6.8
12612026-07-01T22:29:52.468Z Downloaded zerovec v0.11.5
12622026-07-01T22:29:52.471Z Downloaded serde_with v3.17.0
12632026-07-01T22:29:52.479Z Downloaded winnow v0.6.26
12642026-07-01T22:29:52.485Z Downloaded radix_trie v0.2.1
12652026-07-01T22:29:52.490Z Downloaded winnow v0.5.40
12662026-07-01T22:29:52.499Z Downloaded quinn-proto v0.11.13
12672026-07-01T22:29:52.503Z Downloaded object v0.30.4
12682026-07-01T22:29:52.509Z Downloaded openssl v0.10.79
12692026-07-01T22:29:52.514Z Downloaded russh v0.61.2
12702026-07-01T22:29:52.520Z Downloaded polar-core v0.27.3
12712026-07-01T22:29:52.530Z Downloaded dropshot v0.17.1
12722026-07-01T22:29:52.543Z Downloaded winnow v1.0.3
12732026-07-01T22:29:52.549Z Downloaded tabled v0.20.0
12742026-07-01T22:29:52.559Z Downloaded time v0.3.47
12752026-07-01T22:29:52.570Z Downloaded nix v0.31.2
12762026-07-01T22:29:52.573Z Downloaded curve25519-dalek v5.0.0-rc.0
12772026-07-01T22:29:52.580Z Downloaded object v0.37.3
12782026-07-01T22:29:52.585Z Downloaded vcpkg v0.2.15
12792026-07-01T22:29:52.609Z Downloaded zlib-rs v0.6.2
12802026-07-01T22:29:52.612Z Downloaded openapiv3 v2.2.0
12812026-07-01T22:29:52.620Z Downloaded smoltcp v0.11.0
12822026-07-01T22:29:52.637Z Downloaded regress v0.11.1
12832026-07-01T22:29:52.643Z Downloaded diesel v2.3.7
12842026-07-01T22:29:52.656Z Downloaded zerocopy v0.8.40
12852026-07-01T22:29:52.663Z Downloaded rustls v0.23.41
12862026-07-01T22:29:52.669Z Downloaded regex-syntax v0.8.10
12872026-07-01T22:29:52.673Z Downloaded hickory-proto v0.25.2
12882026-07-01T22:29:52.683Z Downloaded regress v0.10.5
12892026-07-01T22:29:52.688Z Downloaded hickory-proto v0.24.4
12902026-07-01T22:29:52.701Z Downloaded regex-syntax v0.6.29
12912026-07-01T22:29:52.704Z Downloaded sqlparser v0.61.0
12922026-07-01T22:29:52.710Z Downloaded rustix v0.38.44
12932026-07-01T22:29:52.724Z Downloaded smoltcp v0.9.1
12942026-07-01T22:29:52.733Z Downloaded tracing v0.1.44
12952026-07-01T22:29:52.745Z Downloaded sled v0.34.7
12962026-07-01T22:29:52.751Z Downloaded nix v0.28.0
12972026-07-01T22:29:52.758Z Downloaded sha3 v0.11.0
12982026-07-01T22:29:52.761Z Downloaded ratatui v0.29.0
12992026-07-01T22:29:52.783Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-07-01T22:29:52.791Z Downloaded fiat-crypto v0.3.0
13012026-07-01T22:29:52.801Z Downloaded csv v1.4.0
13022026-07-01T22:29:52.814Z Downloaded typify-impl v0.6.2
13032026-07-01T22:29:52.824Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-07-01T22:29:52.836Z Downloaded sha3 v0.10.8
13052026-07-01T22:29:52.883Z Downloaded zerocopy-derive v0.6.6
13062026-07-01T22:29:52.889Z Downloaded regex-automata v0.4.14
13072026-07-01T22:29:52.924Z Downloaded jiff v0.2.21
13082026-07-01T22:29:52.936Z Downloaded chrono-tz v0.10.4
13092026-07-01T22:29:52.948Z Downloaded petgraph v0.6.5
13102026-07-01T22:29:52.998Z Downloaded petgraph v0.8.3
13112026-07-01T22:29:53.012Z Downloaded libz-sys v1.1.24
13122026-07-01T22:29:53.056Z Downloaded tokio v1.52.1
13132026-07-01T22:29:53.126Z Downloaded encoding_rs v0.8.35
13142026-07-01T22:29:53.170Z Downloaded ring v0.17.14
13152026-07-01T22:29:53.225Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-07-01T22:29:53.765Z Downloaded aws-lc-sys v0.40.0
13172026-07-01T22:29:54.025Z Compiling libc v0.2.185
13182026-07-01T22:29:54.025Z Compiling serde_core v1.0.228
13192026-07-01T22:29:54.032Z Compiling serde v1.0.228
13202026-07-01T22:29:54.032Z Compiling log v0.4.29
13212026-07-01T22:29:54.032Z Compiling smallvec v1.15.1
13222026-07-01T22:29:54.032Z Compiling find-msvc-tools v0.1.9
13232026-07-01T22:29:54.032Z Compiling shlex v1.3.0
13242026-07-01T22:29:54.033Z Compiling subtle v2.6.1
13252026-07-01T22:29:54.033Z Compiling scopeguard v1.2.0
13262026-07-01T22:29:54.169Z Compiling stable_deref_trait v1.2.1
13272026-07-01T22:29:54.174Z Compiling typenum v1.20.1
13282026-07-01T22:29:54.174Z Compiling serde_json v1.0.150
13292026-07-01T22:29:54.183Z Compiling zerocopy v0.8.40
13302026-07-01T22:29:54.187Z Compiling portable-atomic v1.13.1
13312026-07-01T22:29:54.187Z Compiling pin-project-lite v0.2.17
13322026-07-01T22:29:54.187Z Compiling parking_lot_core v0.9.12
13332026-07-01T22:29:54.188Z Compiling critical-section v1.2.0
13342026-07-01T22:29:54.188Z Compiling pkg-config v0.3.32
13352026-07-01T22:29:54.188Z Compiling futures-core v0.3.32
13362026-07-01T22:29:54.188Z Compiling getrandom v0.4.1
13372026-07-01T22:29:54.188Z Compiling libm v0.2.16
13382026-07-01T22:29:54.193Z Compiling rand_core v0.10.0
13392026-07-01T22:29:54.239Z Compiling generic-array v0.14.7
13402026-07-01T22:29:54.248Z Compiling num-traits v0.2.19
13412026-07-01T22:29:54.251Z Compiling const-oid v0.9.6
13422026-07-01T22:29:54.251Z Compiling writeable v0.6.2
13432026-07-01T22:29:54.251Z Compiling litemap v0.8.1
13442026-07-01T22:29:54.251Z Compiling percent-encoding v2.3.2
13452026-07-01T22:29:54.251Z Compiling icu_normalizer_data v2.1.1
13462026-07-01T22:29:54.337Z Compiling icu_properties_data v2.1.2
13472026-07-01T22:29:54.353Z Compiling syn v2.0.117
13482026-07-01T22:29:54.357Z Compiling futures-sink v0.3.32
13492026-07-01T22:29:54.413Z Compiling futures-io v0.3.32
13502026-07-01T22:29:54.440Z Compiling slab v0.4.12
13512026-07-01T22:29:54.464Z Compiling futures-task v0.3.32
13522026-07-01T22:29:54.551Z Compiling lock_api v0.4.14
13532026-07-01T22:29:54.557Z Compiling rustversion v1.0.22
13542026-07-01T22:29:54.557Z Compiling getrandom v0.3.4
13552026-07-01T22:29:54.585Z Compiling futures-channel v0.3.32
13562026-07-01T22:29:54.600Z Compiling utf8_iter v1.0.4
13572026-07-01T22:29:54.637Z Compiling rustix v1.1.3
13582026-07-01T22:29:54.740Z Compiling dunce v1.0.5
13592026-07-01T22:29:54.857Z Compiling form_urlencoded v1.2.2
13602026-07-01T22:29:54.857Z Compiling ident_case v1.0.1
13612026-07-01T22:29:54.863Z Compiling fs_extra v1.3.0
13622026-07-01T22:29:54.863Z Compiling iana-time-zone v0.1.65
13632026-07-01T22:29:54.921Z Compiling regex-syntax v0.8.10
13642026-07-01T22:29:54.979Z Compiling vcpkg v0.2.15
13652026-07-01T22:29:54.983Z Compiling base64ct v1.8.3
13662026-07-01T22:29:55.004Z Compiling aws-lc-rs v1.16.3
13672026-07-01T22:29:55.024Z Compiling flagset v0.4.7
13682026-07-01T22:29:55.073Z Compiling base64 v0.22.1
13692026-07-01T22:29:55.092Z Compiling openssl-probe v0.2.1
13702026-07-01T22:29:55.099Z Compiling tinyvec_macros v0.1.1
13712026-07-01T22:29:55.163Z Compiling httparse v1.10.1
13722026-07-01T22:29:55.184Z Compiling cmov v0.5.4
13732026-07-01T22:29:55.205Z Compiling aho-corasick v1.1.4
13742026-07-01T22:29:55.240Z Compiling tower-layer v0.3.3
13752026-07-01T22:29:55.269Z Compiling try-lock v0.2.5
13762026-07-01T22:29:55.275Z Compiling schemars v0.8.22
13772026-07-01T22:29:55.288Z Compiling atomic-waker v1.1.2
13782026-07-01T22:29:55.308Z Compiling dyn-clone v1.0.20
13792026-07-01T22:29:55.344Z Compiling tower-service v0.3.3
13802026-07-01T22:29:55.355Z Compiling untrusted v0.7.1
13812026-07-01T22:29:55.376Z Compiling tinyvec v1.10.0
13822026-07-01T22:29:55.415Z Compiling pem-rfc7468 v0.7.0
13832026-07-01T22:29:55.428Z Compiling httpdate v1.0.3
13842026-07-01T22:29:55.432Z Compiling rustls v0.23.41
13852026-07-01T22:29:55.500Z Compiling cpufeatures v0.2.17
13862026-07-01T22:29:55.532Z Compiling untrusted v0.9.0
13872026-07-01T22:29:55.542Z Compiling foreign-types-shared v0.1.1
13882026-07-01T22:29:55.547Z Compiling openssl v0.10.79
13892026-07-01T22:29:55.547Z Compiling spin v0.9.8
13902026-07-01T22:29:55.553Z Compiling time-core v0.1.8
13912026-07-01T22:29:55.553Z Compiling num-conv v0.2.0
13922026-07-01T22:29:55.566Z Compiling want v0.3.1
13932026-07-01T22:29:55.579Z Compiling native-tls v0.2.18
13942026-07-01T22:29:55.604Z Compiling crc32fast v1.5.0
13952026-07-01T22:29:55.631Z Compiling jobserver v0.1.34
13962026-07-01T22:29:55.658Z Compiling errno v0.3.14
13972026-07-01T22:29:55.707Z Compiling getrandom v0.2.17
13982026-07-01T22:29:55.789Z Compiling mio v1.2.0
13992026-07-01T22:29:55.794Z Compiling socket2 v0.6.3
14002026-07-01T22:29:55.821Z Compiling signal-hook-registry v1.4.8
14012026-07-01T22:29:55.855Z Compiling ctutils v0.4.2
14022026-07-01T22:29:55.907Z Compiling rand_core v0.6.4
14032026-07-01T22:29:55.910Z Compiling foreign-types v0.3.2
14042026-07-01T22:29:55.910Z Compiling powerfmt v0.2.0
14052026-07-01T22:29:55.930Z Compiling cc v1.2.56
14062026-07-01T22:29:55.942Z Compiling time-macros v0.2.27
14072026-07-01T22:29:55.963Z Compiling wait-timeout v0.2.1
14082026-07-01T22:29:55.978Z Compiling sync_wrapper v1.0.2
14092026-07-01T22:29:56.004Z Compiling syn v1.0.109
14102026-07-01T22:29:56.029Z Compiling crossbeam-utils v0.8.21
14112026-07-01T22:29:56.060Z Compiling bit-vec v0.8.0
14122026-07-01T22:29:56.099Z Compiling simd-adler32 v0.3.8
14132026-07-01T22:29:56.141Z Compiling usdt-impl v0.6.0
14142026-07-01T22:29:56.160Z Compiling num_threads v0.1.7
14152026-07-01T22:29:56.169Z Compiling siphasher v1.0.2
14162026-07-01T22:29:56.169Z Compiling quick-error v1.2.3
14172026-07-01T22:29:56.169Z Compiling deranged v0.5.8
14182026-07-01T22:29:56.264Z Compiling once_cell v1.21.3
14192026-07-01T22:29:56.274Z Compiling parking_lot v0.12.5
14202026-07-01T22:29:56.275Z Compiling unicode-normalization v0.1.25
14212026-07-01T22:29:56.283Z Compiling bit-set v0.8.0
14222026-07-01T22:29:56.325Z Compiling slog v2.8.2
14232026-07-01T22:29:56.362Z Compiling rand_core v0.9.5
14242026-07-01T22:29:56.372Z Compiling thread-id v5.1.0
14252026-07-01T22:29:56.426Z Compiling cookie v0.18.1
14262026-07-01T22:29:56.443Z Compiling unicode-properties v0.1.4
14272026-07-01T22:29:56.465Z Compiling signal-hook v0.3.18
14282026-07-01T22:29:56.478Z Compiling iri-string v0.7.10
14292026-07-01T22:29:56.495Z Compiling adler2 v2.0.1
14302026-07-01T22:29:56.499Z Compiling ryu v1.0.23
14312026-07-01T22:29:56.566Z Compiling tracing-core v0.1.36
14322026-07-01T22:29:56.585Z Compiling regex-automata v0.4.14
14332026-07-01T22:29:56.588Z Compiling unarray v0.1.4
14342026-07-01T22:29:56.600Z Compiling zstd-safe v7.2.4
14352026-07-01T22:29:56.615Z Compiling rand_xorshift v0.4.0
14362026-07-01T22:29:56.632Z Compiling paste v1.0.15
14372026-07-01T22:29:56.635Z Compiling allocator-api2 v0.2.21
14382026-07-01T22:29:56.635Z Compiling unicode-bidi v0.3.18
14392026-07-01T22:29:56.668Z Compiling anyhow v1.0.102
14402026-07-01T22:29:56.737Z Compiling miniz_oxide v0.8.9
14412026-07-01T22:29:56.757Z Compiling bitflags v2.11.0
14422026-07-01T22:29:56.761Z Compiling semver v1.0.28
14432026-07-01T22:29:56.773Z Compiling indexmap v2.14.0
14442026-07-01T22:29:56.776Z Compiling uuid v1.23.4
14452026-07-01T22:29:56.789Z Compiling camino v1.2.2
14462026-07-01T22:29:56.998Z Compiling vergen-lib v9.1.0
14472026-07-01T22:29:57.032Z Compiling hash32 v0.2.1
14482026-07-01T22:29:57.051Z Compiling memoffset v0.9.1
14492026-07-01T22:29:57.055Z Compiling encoding_rs v0.8.35
14502026-07-01T22:29:57.055Z Compiling fallible-iterator v0.2.0
14512026-07-01T22:29:57.115Z Compiling cmake v0.1.57
14522026-07-01T22:29:57.166Z Compiling stringprep v0.1.5
14532026-07-01T22:29:57.227Z Compiling mime v0.3.17
14542026-07-01T22:29:57.278Z Compiling zlib-rs v0.6.2
14552026-07-01T22:29:57.299Z Compiling rustix v0.38.44
14562026-07-01T22:29:57.302Z Compiling rustc_version v0.4.1
14572026-07-01T22:29:57.302Z Compiling smoltcp v0.9.1
14582026-07-01T22:29:57.359Z Compiling ref-cast v1.0.25
14592026-07-01T22:29:57.454Z Compiling litrs v1.0.0
14602026-07-01T22:29:57.514Z Compiling psl-types v2.0.11
14612026-07-01T22:29:57.540Z Compiling num-bigint-dig v0.8.6
14622026-07-01T22:29:57.594Z Compiling synstructure v0.13.2
14632026-07-01T22:29:57.618Z Compiling pest_generator v2.8.6
14642026-07-01T22:29:57.639Z Compiling serde_derive_internals v0.29.1
14652026-07-01T22:29:57.669Z Compiling darling_core v0.20.11
14662026-07-01T22:29:57.688Z Compiling darling_core v0.21.3
14672026-07-01T22:29:57.709Z Compiling cfg_aliases v0.2.1
14682026-07-01T22:29:57.712Z Compiling time v0.3.47
14692026-07-01T22:29:57.833Z Compiling nix v0.31.2
14702026-07-01T22:29:57.852Z Compiling cargo-platform v0.3.2
14712026-07-01T22:29:57.855Z Compiling phf_shared v0.13.1
14722026-07-01T22:29:57.855Z Compiling heapless v0.7.17
14732026-07-01T22:29:57.855Z Compiling curve25519-dalek v4.1.3
14742026-07-01T22:29:57.870Z Compiling vergen v9.1.0
14752026-07-01T22:29:57.889Z Compiling num-integer v0.1.46
14762026-07-01T22:29:57.926Z Compiling ff v0.13.1
14772026-07-01T22:29:57.994Z Compiling lazy_static v1.5.0
14782026-07-01T22:29:58.010Z Compiling anstyle-parse v0.2.7
14792026-07-01T22:29:58.062Z Compiling ahash v0.8.12
14802026-07-01T22:29:58.096Z Compiling fs-err v3.3.0
14812026-07-01T22:29:58.115Z Compiling aws-lc-sys v0.40.0
14822026-07-01T22:29:58.118Z Compiling openssl-sys v0.9.115
14832026-07-01T22:29:58.118Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14842026-07-01T22:29:58.185Z Compiling tempfile v3.25.0
14852026-07-01T22:29:58.199Z Compiling bzip2-sys v0.1.13+1.0.8
14862026-07-01T22:29:58.223Z Compiling num-iter v0.1.45
14872026-07-01T22:29:58.223Z Compiling terminal_size v0.4.3
14882026-07-01T22:29:58.233Z Compiling document-features v0.2.12
14892026-07-01T22:29:58.296Z Compiling bumpalo v3.20.2
14902026-07-01T22:29:58.299Z Compiling foldhash v0.2.0
14912026-07-01T22:29:58.331Z Compiling same-file v1.0.6
14922026-07-01T22:29:58.336Z Compiling object v0.37.3
14932026-07-01T22:29:58.370Z Compiling bitflags v1.3.2
14942026-07-01T22:29:58.418Z Compiling managed v0.8.0
14952026-07-01T22:29:58.423Z Compiling unicode-segmentation v1.12.0
14962026-07-01T22:29:58.423Z Compiling base16ct v0.2.0
14972026-07-01T22:29:58.472Z Compiling rusty-fork v0.3.1
14982026-07-01T22:29:58.477Z Compiling libbz2-rs-sys v0.2.2
14992026-07-01T22:29:58.477Z Compiling foldhash v0.1.5
15002026-07-01T22:29:58.477Z Compiling winnow v0.5.40
15012026-07-01T22:29:58.506Z Compiling hashbrown v0.16.1
15022026-07-01T22:29:58.520Z Compiling walkdir v2.5.0
15032026-07-01T22:29:58.539Z Compiling zopfli v0.8.3
15042026-07-01T22:29:58.593Z Compiling clap_builder v4.6.0
15052026-07-01T22:29:58.630Z Compiling hashbrown v0.15.5
15062026-07-01T22:29:58.682Z Compiling group v0.13.0
15072026-07-01T22:29:58.689Z Compiling anstream v0.6.21
15082026-07-01T22:29:58.717Z Compiling phf v0.13.1
15092026-07-01T22:29:58.741Z Compiling signal-hook-mio v0.2.5
15102026-07-01T22:29:58.816Z Compiling float-cmp v0.10.0
15112026-07-01T22:29:58.820Z Compiling phf_shared v0.11.3
15122026-07-01T22:29:58.923Z Compiling pem v3.0.6
15132026-07-01T22:29:58.926Z Compiling memmap2 v0.9.10
15142026-07-01T22:29:58.926Z Compiling thread-id v4.2.2
15152026-07-01T22:29:58.960Z Compiling env_filter v1.0.0
15162026-07-01T22:29:58.963Z Compiling fixedbitset v0.4.2
15172026-07-01T22:29:58.964Z Compiling static_assertions v1.1.0
15182026-07-01T22:29:58.977Z Compiling bzip2 v0.6.1
15192026-07-01T22:29:58.995Z Compiling predicates-core v1.0.10
15202026-07-01T22:29:59.101Z Compiling data-encoding v2.10.0
15212026-07-01T22:29:59.105Z Compiling either v1.15.0
15222026-07-01T22:29:59.105Z Compiling normalize-line-endings v0.3.0
15232026-07-01T22:29:59.154Z Compiling keccak v0.1.6
15242026-07-01T22:29:59.166Z Compiling cpufeatures v0.3.0
15252026-07-01T22:29:59.169Z Compiling typed-path v0.9.3
15262026-07-01T22:29:59.234Z Compiling const-oid v0.10.2
15272026-07-01T22:29:59.237Z Compiling winnow v1.0.3
15282026-07-01T22:29:59.271Z Compiling precomputed-hash v0.1.1
15292026-07-01T22:29:59.274Z Compiling whoami v2.1.0
15302026-07-01T22:29:59.274Z Compiling fixedbitset v0.5.7
15312026-07-01T22:29:59.326Z Compiling jiff v0.2.21
15322026-07-01T22:29:59.329Z Compiling difflib v0.4.0
15332026-07-01T22:29:59.329Z Compiling new_debug_unreachable v1.0.6
15342026-07-01T22:29:59.329Z Compiling env_logger v0.11.9
15352026-07-01T22:29:59.376Z Compiling itertools v0.13.0
15362026-07-01T22:29:59.414Z Compiling bstr v1.12.1
15372026-07-01T22:29:59.418Z Compiling regex v1.12.3
15382026-07-01T22:29:59.486Z Compiling heck v0.4.1
15392026-07-01T22:29:59.489Z Compiling serde_derive v1.0.228
15402026-07-01T22:29:59.489Z Compiling zeroize_derive v1.4.3
15412026-07-01T22:29:59.538Z Compiling zerofrom-derive v0.1.6
15422026-07-01T22:29:59.557Z Compiling yoke-derive v0.8.1
15432026-07-01T22:29:59.668Z Compiling zerovec-derive v0.11.2
15442026-07-01T22:29:59.685Z Compiling zerocopy-derive v0.8.40
15452026-07-01T22:29:59.721Z Compiling displaydoc v0.2.5
15462026-07-01T22:29:59.738Z Compiling tokio-macros v2.7.0
15472026-07-01T22:29:59.767Z Compiling futures-macro v0.3.32
15482026-07-01T22:29:59.783Z Compiling der_derive v0.7.3
15492026-07-01T22:29:59.803Z Compiling thiserror-impl v2.0.18
15502026-07-01T22:29:59.807Z Compiling tracing-attributes v0.1.31
15512026-07-01T22:30:00.002Z Compiling pest_derive v2.8.6
15522026-07-01T22:30:00.017Z Compiling schemars_derive v0.8.22
15532026-07-01T22:30:00.035Z Compiling scroll_derive v0.13.1
15542026-07-01T22:30:00.038Z Compiling openssl-macros v0.1.1
15552026-07-01T22:30:00.069Z Compiling scroll_derive v0.12.1
15562026-07-01T22:30:00.148Z Compiling thiserror-impl v1.0.69
15572026-07-01T22:30:00.201Z Compiling darling_macro v0.20.11
15582026-07-01T22:30:00.246Z Compiling pin-project-internal v1.1.11
15592026-07-01T22:30:00.359Z Compiling zeroize v1.8.2
15602026-07-01T22:30:00.470Z Compiling darling_macro v0.21.3
15612026-07-01T22:30:00.618Z Compiling rustls-pki-types v1.14.0
15622026-07-01T22:30:00.640Z Compiling hybrid-array v0.4.13
15632026-07-01T22:30:00.747Z Compiling zerocopy-derive v0.7.35
15642026-07-01T22:30:00.767Z Compiling async-trait v0.1.89
15652026-07-01T22:30:00.926Z Compiling futures-util v0.3.32
15662026-07-01T22:30:00.979Z Compiling darling v0.20.11
15672026-07-01T22:30:00.993Z Compiling flate2 v1.1.9
15682026-07-01T22:30:01.027Z Compiling scroll v0.12.0
15692026-07-01T22:30:01.099Z Compiling rustls-native-certs v0.8.3
15702026-07-01T22:30:01.121Z Compiling derive_builder_core v0.20.2
15712026-07-01T22:30:01.164Z Compiling der v0.7.10
15722026-07-01T22:30:01.186Z Compiling scroll v0.13.0
15732026-07-01T22:30:01.222Z Compiling strum_macros v0.27.2
15742026-07-01T22:30:01.254Z Compiling block-buffer v0.10.4
15752026-07-01T22:30:01.268Z Compiling crypto-common v0.1.7
15762026-07-01T22:30:01.287Z Compiling darling v0.21.3
15772026-07-01T22:30:01.287Z Compiling hubpack_derive v0.1.1
15782026-07-01T22:30:01.317Z Compiling goblin v0.8.2
15792026-07-01T22:30:01.336Z Compiling zerofrom v0.1.6
15802026-07-01T22:30:01.369Z Compiling ref-cast-impl v1.0.25
15812026-07-01T22:30:01.427Z Compiling curve25519-dalek-derive v0.1.1
15822026-07-01T22:30:01.521Z Compiling digest v0.10.7
15832026-07-01T22:30:01.542Z Compiling goblin v0.10.5
15842026-07-01T22:30:01.572Z Compiling yoke v0.8.1
15852026-07-01T22:30:01.593Z Compiling block-buffer v0.12.1
15862026-07-01T22:30:01.610Z Compiling block-padding v0.4.2
15872026-07-01T22:30:01.610Z Compiling crypto-common v0.2.2
15882026-07-01T22:30:01.636Z Compiling snafu-derive v0.8.9
15892026-07-01T22:30:01.652Z Compiling tracing v0.1.44
15902026-07-01T22:30:01.652Z Compiling thiserror v2.0.18
15912026-07-01T22:30:01.695Z Compiling daft-derive v0.1.7
15922026-07-01T22:30:01.702Z Compiling serde_with_macros v3.17.0
15932026-07-01T22:30:01.702Z Compiling bzip2 v0.4.4
15942026-07-01T22:30:01.771Z Compiling pin-project v1.1.11
15952026-07-01T22:30:01.790Z Compiling zerovec v0.11.5
15962026-07-01T22:30:01.809Z Compiling zerotrie v0.2.3
15972026-07-01T22:30:01.831Z Compiling sha2 v0.10.9
15982026-07-01T22:30:01.845Z Compiling hmac v0.12.1
15992026-07-01T22:30:01.875Z Compiling dtrace-parser v0.3.0
16002026-07-01T22:30:01.910Z Compiling thiserror v1.0.69
16012026-07-01T22:30:01.974Z Compiling md-5 v0.10.6
16022026-07-01T22:30:01.974Z Compiling signature v2.2.0
16032026-07-01T22:30:01.998Z Compiling zerocopy v0.7.35
16042026-07-01T22:30:02.047Z Compiling inout v0.2.2
16052026-07-01T22:30:02.047Z Compiling dtrace-parser v0.2.0
16062026-07-01T22:30:02.059Z Compiling hkdf v0.12.4
16072026-07-01T22:30:02.059Z Compiling crypto-bigint v0.5.5
16082026-07-01T22:30:02.079Z Compiling globset v0.4.18
16092026-07-01T22:30:02.107Z Compiling async-recursion v1.1.1
16102026-07-01T22:30:02.534Z Compiling spki v0.7.3
16112026-07-01T22:30:02.540Z Compiling derive_builder_macro v0.20.2
16122026-07-01T22:30:02.540Z Compiling enum-as-inner v0.6.1
16132026-07-01T22:30:02.540Z Compiling serde_repr v0.1.20
16142026-07-01T22:30:02.540Z Compiling clap_derive v4.6.1
16152026-07-01T22:30:02.540Z Compiling strum_macros v0.26.4
16162026-07-01T22:30:02.540Z Compiling tinystr v0.8.2
16172026-07-01T22:30:02.540Z Compiling potential_utf v0.1.4
16182026-07-01T22:30:02.540Z Compiling pkcs8 v0.10.2
16192026-07-01T22:30:02.546Z Compiling icu_locale_core v2.1.1
16202026-07-01T22:30:02.574Z Compiling icu_collections v2.1.1
16212026-07-01T22:30:02.613Z Compiling pkcs1 v0.7.5
16222026-07-01T22:30:02.674Z Compiling ed25519 v2.2.3
16232026-07-01T22:30:02.696Z Compiling sec1 v0.7.3
16242026-07-01T22:30:02.726Z Compiling cipher v0.5.2
16252026-07-01T22:30:02.759Z Compiling x509-cert v0.2.5
16262026-07-01T22:30:02.768Z Compiling digest v0.11.3
16272026-07-01T22:30:02.814Z Compiling derive_builder v0.20.2
16282026-07-01T22:30:02.861Z Compiling zip v0.6.6
16292026-07-01T22:30:02.893Z Compiling sha3 v0.10.8
16302026-07-01T22:30:02.907Z Compiling similar v2.7.0
16312026-07-01T22:30:02.957Z Compiling predicates v3.1.4
16322026-07-01T22:30:02.986Z Compiling toml_parser v1.1.2+spec-1.1.0
16332026-07-01T22:30:03.032Z Compiling chacha20 v0.10.0
16342026-07-01T22:30:03.059Z Compiling crossbeam-epoch v0.9.18
16352026-07-01T22:30:03.084Z Compiling lalrpop-util v0.19.12
16362026-07-01T22:30:03.104Z Compiling elliptic-curve v0.13.8
16372026-07-01T22:30:03.104Z Compiling peg-runtime v0.8.5
16382026-07-01T22:30:03.131Z Compiling thread_local v1.1.9
16392026-07-01T22:30:03.319Z Compiling icu_provider v2.1.1
16402026-07-01T22:30:03.354Z Compiling futures-executor v0.3.32
16412026-07-01T22:30:03.393Z Compiling ed25519-dalek v2.2.0
16422026-07-01T22:30:03.425Z Compiling slog-async v2.8.0
16432026-07-01T22:30:03.442Z Compiling crossbeam-channel v0.5.15
16442026-07-01T22:30:03.467Z Compiling is-terminal v0.4.17
16452026-07-01T22:30:03.479Z Compiling bytes v1.11.1
16462026-07-01T22:30:03.489Z Compiling chrono v0.4.44
16472026-07-01T22:30:03.515Z Compiling ipnet v2.11.0
16482026-07-01T22:30:03.520Z Compiling serde_spanned v0.6.9
16492026-07-01T22:30:03.561Z Compiling serde_tokenstream v0.2.3
16502026-07-01T22:30:03.578Z Compiling icu_normalizer v2.1.1
16512026-07-01T22:30:03.592Z Compiling icu_properties v2.1.2
16522026-07-01T22:30:03.597Z Compiling serde_urlencoded v0.7.1
16532026-07-01T22:30:03.626Z Compiling toml_datetime v0.6.11
16542026-07-01T22:30:03.667Z Compiling erased-serde v0.3.31
16552026-07-01T22:30:03.671Z Compiling hex v0.4.3
16562026-07-01T22:30:03.711Z Compiling futures v0.3.32
16572026-07-01T22:30:03.717Z Compiling strum v0.27.2
16582026-07-01T22:30:03.717Z Compiling olpc-cjson v0.1.4
16592026-07-01T22:30:03.757Z Compiling dof v0.3.0
16602026-07-01T22:30:03.792Z Compiling serde-big-array v0.5.1
16612026-07-01T22:30:03.797Z Compiling snafu v0.8.9
16622026-07-01T22:30:03.797Z Compiling serde_plain v1.0.2
16632026-07-01T22:30:03.850Z Compiling toml_edit v0.19.15
16642026-07-01T22:30:03.869Z Compiling cargo_metadata v0.23.1
16652026-07-01T22:30:03.918Z Compiling hubpack v0.1.2
16662026-07-01T22:30:03.939Z Compiling toml_edit v0.22.27
16672026-07-01T22:30:03.959Z Compiling crossterm v0.28.1
16682026-07-01T22:30:03.963Z Compiling openapiv3 v2.2.0
16692026-07-01T22:30:03.963Z Compiling petgraph v0.6.5
16702026-07-01T22:30:03.976Z Compiling petgraph v0.8.3
16712026-07-01T22:30:04.009Z Compiling tokio v1.52.1
16722026-07-01T22:30:04.026Z Compiling http v1.4.2
16732026-07-01T22:30:04.064Z Compiling string_cache v0.8.9
16742026-07-01T22:30:04.083Z Compiling filetime v0.2.27
16752026-07-01T22:30:04.116Z Compiling term v1.2.1
16762026-07-01T22:30:04.123Z Compiling take_mut v0.2.2
16772026-07-01T22:30:04.202Z Compiling usdt-impl v0.5.0
16782026-07-01T22:30:04.222Z Compiling xattr v1.6.1
16792026-07-01T22:30:04.228Z Compiling camino-tempfile v1.4.1
16802026-07-01T22:30:04.294Z Compiling strum v0.26.3
16812026-07-01T22:30:04.314Z Compiling clap v4.6.1
16822026-07-01T22:30:04.427Z Compiling tar v0.4.45
16832026-07-01T22:30:04.513Z Compiling idna_adapter v1.2.1
16842026-07-01T22:30:04.578Z Compiling slog-term v2.9.2
16852026-07-01T22:30:04.693Z Compiling ppv-lite86 v0.2.21
16862026-07-01T22:30:04.714Z Compiling idna v1.1.0
16872026-07-01T22:30:04.733Z Compiling http-body v1.0.1
16882026-07-01T22:30:04.765Z Compiling dof v0.4.0
16892026-07-01T22:30:04.791Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16902026-07-01T22:30:04.867Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-01T22:30:04.902Z Compiling http-body-util v0.1.3
16922026-07-01T22:30:05.028Z Compiling url v2.5.8
16932026-07-01T22:30:05.045Z Compiling rand_chacha v0.9.0
16942026-07-01T22:30:05.049Z Compiling rand_chacha v0.3.1
16952026-07-01T22:30:05.083Z Compiling publicsuffix v2.3.0
16962026-07-01T22:30:05.253Z Compiling zstd v0.13.3
16972026-07-01T22:30:05.269Z Compiling rand v0.9.2
16982026-07-01T22:30:05.273Z Compiling toml v0.7.8
16992026-07-01T22:30:05.288Z Compiling rand v0.8.6
17002026-07-01T22:30:05.466Z Compiling zip v4.6.1
17012026-07-01T22:30:05.538Z Compiling cookie_store v0.22.1
17022026-07-01T22:30:05.842Z Compiling proptest v1.10.0
17032026-07-01T22:30:05.843Z Compiling postgres-protocol v0.6.10
17042026-07-01T22:30:05.979Z Compiling usdt-macro v0.6.0
17052026-07-01T22:30:05.979Z Compiling usdt-attr-macro v0.6.0
17062026-07-01T22:30:06.196Z Compiling postgres-types v0.2.12
17072026-07-01T22:30:06.288Z Compiling ipnetwork v0.21.1
17082026-07-01T22:30:06.288Z Compiling serde_with v3.17.0
17092026-07-01T22:30:06.572Z Compiling oxnet v0.1.6
17102026-07-01T22:30:06.797Z Compiling usdt v0.6.0
17112026-07-01T22:30:06.920Z Compiling rsa v0.9.10
17122026-07-01T22:30:07.905Z Compiling tokio-util v0.7.18
17132026-07-01T22:30:07.905Z Compiling tower v0.5.3
17142026-07-01T22:30:07.909Z Compiling tokio-native-tls v0.3.1
17152026-07-01T22:30:07.909Z Compiling buf-list v1.1.2
17162026-07-01T22:30:07.909Z Compiling hickory-proto v0.25.2
17172026-07-01T22:30:08.246Z Compiling newtype-uuid v1.3.2
17182026-07-01T22:30:08.420Z Compiling tower-http v0.6.8
17192026-07-01T22:30:08.505Z Compiling daft v0.1.7
17202026-07-01T22:30:08.612Z Compiling h2 v0.4.15
17212026-07-01T22:30:08.657Z Compiling tokio-postgres v0.7.16
17222026-07-01T22:30:08.657Z Compiling tokio-stream v0.1.18
17232026-07-01T22:30:08.759Z Compiling iddqd v0.4.2
17242026-07-01T22:30:11.337Z Compiling hyper v1.10.1
17252026-07-01T22:30:12.248Z Compiling hyper-util v0.1.20
17262026-07-01T22:30:13.360Z Compiling hyper-tls v0.6.0
17272026-07-01T22:30:13.502Z Compiling reqwest v0.12.28
17282026-07-01T22:30:23.831Z Compiling rustls-webpki v0.103.9
17292026-07-01T22:30:26.531Z Compiling tokio-rustls v0.26.4
17302026-07-01T22:30:26.531Z Compiling rustls-platform-verifier v0.6.2
17312026-07-01T22:30:26.532Z Compiling tough v0.22.0
17322026-07-01T22:30:26.733Z Compiling hyper-rustls v0.27.7
17332026-07-01T22:30:26.923Z Compiling reqwest v0.13.2
17342026-07-01T22:30:29.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-07-01T22:30:29.377Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-07-01T22:30:32.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.89s
17372026-07-01T22:30:32.404Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17382026-07-01T22:30:32.464ZJul 01 22:30:31.103 INFO Starting download, target: Clickhouse
17392026-07-01T22:30:32.464ZJul 01 22:30:31.104 INFO Starting download, target: Console
17402026-07-01T22:30:32.464ZJul 01 22:30:31.104 INFO Starting download, target: Cockroach
17412026-07-01T22:30:32.464ZJul 01 22:30:31.104 INFO Starting download, target: DendriteStub
17422026-07-01T22:30:32.469ZJul 01 22:30:31.104 INFO Starting download, target: MaghemiteMgd
17432026-07-01T22:30:32.469ZJul 01 22:30:31.104 INFO Starting download, target: MaghemiteDdmd
17442026-07-01T22:30:32.469ZJul 01 22:30:31.104 INFO Starting download, target: TransceiverControl
17452026-07-01T22:30:32.469ZJul 01 22:30:31.104 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462026-07-01T22:30:32.469ZJul 01 22:30:31.104 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17472026-07-01T22:30:32.470ZJul 01 22:30:31.104 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-07-01T22:30:32.470ZJul 01 22:30:31.104 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-07-01T22:30:32.470ZJul 01 22:30:31.105 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17502026-07-01T22:30:32.470ZJul 01 22:30:31.105 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-07-01T22:30:32.470ZJul 01 22:30:31.105 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-07-01T22:30:32.825ZJul 01 22:30:31.464 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-07-01T22:30:33.039ZJul 01 22:30:31.672 INFO Download complete, target: TransceiverControl
17542026-07-01T22:30:34.261ZJul 01 22:30:32.900 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-07-01T22:30:34.292ZJul 01 22:30:32.919 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-07-01T22:30:34.332ZJul 01 22:30:32.968 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17572026-07-01T22:30:34.362ZJul 01 22:30:33.002 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-07-01T22:30:34.533ZJul 01 22:30:33.170 INFO Download complete, target: Console
17592026-07-01T22:30:34.831ZJul 01 22:30:33.471 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17602026-07-01T22:30:34.831ZJul 01 22:30:33.471 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17612026-07-01T22:30:35.521ZJul 01 22:30:34.161 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-07-01T22:30:36.247ZJul 01 22:30:34.887 INFO Download complete, target: MaghemiteDdmd
17632026-07-01T22:30:37.331ZJul 01 22:30:35.972 INFO Download complete, target: DendriteStub
17642026-07-01T22:30:37.370ZJul 01 22:30:36.011 INFO Download complete, target: MaghemiteMgd
17652026-07-01T22:30:39.839ZJul 01 22:30:38.479 INFO Checking that binary works, target: Cockroach
17662026-07-01T22:30:39.976ZJul 01 22:30:38.616 INFO Download complete, target: Cockroach
17672026-07-01T22:30:42.458ZJul 01 22:30:41.076 INFO Checking that binary works, target: Clickhouse
17682026-07-01T22:30:42.532ZJul 01 22:30:41.164 INFO Download complete, target: Clickhouse
17692026-07-01T22:30:42.579ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-07-01T22:30:42.611Z
17712026-07-01T22:30:42.611Zreal 1:38.425428272
17722026-07-01T22:30:42.611Zuser 6:39.468872973
17732026-07-01T22:30:42.611Zsys 2:17.726973809
17742026-07-01T22:30:42.611Ztrap 0.222971176
17752026-07-01T22:30:42.611Ztflt 1.472313772
17762026-07-01T22:30:42.611Zdflt 3.357194217
17772026-07-01T22:30:42.611Zkflt 0.025966809
17782026-07-01T22:30:42.611Zlock 26:14.278015946
17792026-07-01T22:30:42.611Zslp 16:08.795988603
17802026-07-01T22:30:42.611Zlat 17.471559977
17812026-07-01T22:30:42.611Zstop 5:11.290864069
17822026-07-01T22:30:42.612Z++ bmat factory name
17832026-07-01T22:30:42.612Z++ bmat factory private
17842026-07-01T22:30:42.612Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-022e9aa9e484a4e60 '{
17852026-07-01T22:30:42.612Z buildomat: {
17862026-07-01T22:30:42.612Z factory: {
17872026-07-01T22:30:42.612Z name: $bmat_factory_name,
17882026-07-01T22:30:42.612Z private: $bmat_factory_private,
17892026-07-01T22:30:42.612Z },
17902026-07-01T22:30:42.612Z },
17912026-07-01T22:30:42.612Z }'
17922026-07-01T22:30:42.612Z+ banner ls-apis
17932026-07-01T22:30:42.612Z
17942026-07-01T22:30:42.612Z # #### ## ##### # ####
17952026-07-01T22:30:42.612Z # # # # # # # #
17962026-07-01T22:30:42.612Z # #### ##### # # # # # ####
17972026-07-01T22:30:42.612Z # # ###### ##### # #
17982026-07-01T22:30:42.612Z # # # # # # # # #
17992026-07-01T22:30:42.612Z ###### #### # # # # ####
18002026-07-01T22:30:42.612Z
18012026-07-01T22:30:42.612Z+ source ./tools/include/force-git-over-https.sh
18022026-07-01T22:30:42.612Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18032026-07-01T22:30:42.612Z++ (( i = 0 ))
18042026-07-01T22:30:42.612Z++ (( i < 5 ))
18052026-07-01T22:30:42.612Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18062026-07-01T22:30:42.626Z++ (( i++ ))
18072026-07-01T22:30:42.626Z++ (( i < 5 ))
18082026-07-01T22:30:42.626Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18092026-07-01T22:30:42.626Z++ (( i++ ))
18102026-07-01T22:30:42.626Z++ (( i < 5 ))
18112026-07-01T22:30:42.626Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18122026-07-01T22:30:42.626Z++ (( i++ ))
18132026-07-01T22:30:42.626Z++ (( i < 5 ))
18142026-07-01T22:30:42.626Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18152026-07-01T22:30:42.626Z++ (( i++ ))
18162026-07-01T22:30:42.627Z++ (( i < 5 ))
18172026-07-01T22:30:42.627Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18182026-07-01T22:30:42.627Z++ (( i++ ))
18192026-07-01T22:30:42.627Z++ (( i < 5 ))
18202026-07-01T22:30:42.627Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18212026-07-01T22:30:42.627Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18222026-07-01T22:30:42.627Z+ ptime -m cargo xtask ls-apis apis
18232026-07-01T22:30:43.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18242026-07-01T22:30:43.075Z Running `target/debug/xtask ls-apis apis`
18252026-07-01T22:30:43.803Z Compiling semver v0.1.20
18262026-07-01T22:30:43.929Z Compiling structmeta-derive v0.3.0
18272026-07-01T22:30:43.929Z Compiling toml v0.8.23
18282026-07-01T22:30:43.959Z Compiling itertools v0.14.0
18292026-07-01T22:30:43.965Z Compiling indent_write v2.2.0
18302026-07-01T22:30:44.085Z Compiling rustc_version v0.1.7
18312026-07-01T22:30:44.269Z Compiling newtype_derive v0.1.6
18322026-07-01T22:30:44.573Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18332026-07-01T22:30:44.737Z Compiling structmeta v0.3.0
18342026-07-01T22:30:44.917Z Compiling parse-display-derive v0.10.0
18352026-07-01T22:30:46.024Z Compiling parse-display v0.10.0
18362026-07-01T22:30:46.155Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18372026-07-01T22:30:49.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
18382026-07-01T22:30:49.514Z Running `target/debug/ls-apis apis`
18392026-07-01T22:30:49.564Zloading metadata for workspace omicron from current workspace
18402026-07-01T22:30:55.065Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
18412026-07-01T22:30:55.069Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
18422026-07-01T22:30:55.069Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
18432026-07-01T22:30:55.069Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
18442026-07-01T22:30:55.069Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
18452026-07-01T22:31:33.912Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
18462026-07-01T22:31:34.799Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18472026-07-01T22:31:34.878Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18482026-07-01T22:31:35.191ZBootstrap Agent (client: bootstrap-agent-client)
18492026-07-01T22:31:35.191Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18502026-07-01T22:31:35.191Z consumed by: wicketd (omicron/wicketd) via 1 path
18512026-07-01T22:31:35.191Z
18522026-07-01T22:31:35.191ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18532026-07-01T22:31:35.191Z consumed by: wicketd (omicron/wicketd) via 2 paths
18542026-07-01T22:31:35.191Z
18552026-07-01T22:31:35.191ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18562026-07-01T22:31:35.191Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18572026-07-01T22:31:35.191Z
18582026-07-01T22:31:35.192ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18592026-07-01T22:31:35.192Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18602026-07-01T22:31:35.192Z
18612026-07-01T22:31:35.192ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18622026-07-01T22:31:35.192Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18632026-07-01T22:31:35.192Z
18642026-07-01T22:31:35.192ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18652026-07-01T22:31:35.192Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18662026-07-01T22:31:35.195Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18672026-07-01T22:31:35.195Z
18682026-07-01T22:31:35.195ZCrucible Agent (client: crucible-agent-client)
18692026-07-01T22:31:35.195Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18702026-07-01T22:31:35.195Z
18712026-07-01T22:31:35.195ZCrucible Control (for testing only) (client: crucible-control-client)
18722026-07-01T22:31:35.195Z
18732026-07-01T22:31:35.195ZCrucible Pantry (client: crucible-pantry-client)
18742026-07-01T22:31:35.195Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18752026-07-01T22:31:35.195Z
18762026-07-01T22:31:35.195ZMaghemite DDM Admin (client: ddm-admin-client)
18772026-07-01T22:31:35.195Z consumed by: installinator (omicron/installinator) via 1 path
18782026-07-01T22:31:35.195Z consumed by: mgd (maghemite/mgd) via 1 path
18792026-07-01T22:31:35.195Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18802026-07-01T22:31:35.195Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18812026-07-01T22:31:35.195Z consumed by: wicketd (omicron/wicketd) via 1 path
18822026-07-01T22:31:35.195Z
18832026-07-01T22:31:35.195ZDNS Server (client: dns-service-client)
18842026-07-01T22:31:35.195Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18852026-07-01T22:31:35.195Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18862026-07-01T22:31:35.196Z
18872026-07-01T22:31:35.196ZDendrite DPD (client: dpd-client)
18882026-07-01T22:31:35.196Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18892026-07-01T22:31:35.196Z consumed by: lldpd (lldp/lldpd) via 2 paths
18902026-07-01T22:31:35.196Z consumed by: mgd (maghemite/mgd) via 1 path
18912026-07-01T22:31:35.196Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18922026-07-01T22:31:35.196Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18932026-07-01T22:31:35.196Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18942026-07-01T22:31:35.196Z consumed by: wicketd (omicron/wicketd) via 2 paths
18952026-07-01T22:31:35.196Z
18962026-07-01T22:31:35.196ZDownstairs Controller (debugging only) (client: dsc-client)
18972026-07-01T22:31:35.196Z
18982026-07-01T22:31:35.196ZManagement Gateway Service (client: gateway-client)
18992026-07-01T22:31:35.199Z consumed by: dpd (dendrite/dpd) via 1 path
19002026-07-01T22:31:35.199Z consumed by: lldpd (lldp/lldpd) via 1 path
19012026-07-01T22:31:35.199Z consumed by: mgd (maghemite/mgd) via 1 path
19022026-07-01T22:31:35.199Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19032026-07-01T22:31:35.199Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19042026-07-01T22:31:35.199Z consumed by: wicketd (omicron/wicketd) via 3 paths
19052026-07-01T22:31:35.199Z
19062026-07-01T22:31:35.199ZWicketd Installinator (client: installinator-client)
19072026-07-01T22:31:35.199Z consumed by: installinator (omicron/installinator) via 1 path
19082026-07-01T22:31:35.200Z
19092026-07-01T22:31:35.200ZLLDP daemon (client: lldpd-client)
19102026-07-01T22:31:35.200Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19112026-07-01T22:31:35.200Z consumed by: tfportd (dendrite/tfportd) via 1 path
19122026-07-01T22:31:35.200Z
19132026-07-01T22:31:35.200ZMaghemite MG Admin (client: mg-admin-client)
19142026-07-01T22:31:35.205Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19152026-07-01T22:31:35.205Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19162026-07-01T22:31:35.205Z
19172026-07-01T22:31:35.205ZNexus Internal API (client: nexus-client)
19182026-07-01T22:31:35.208Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19192026-07-01T22:31:35.208Z consumed by: dpd (dendrite/dpd) via 1 path
19202026-07-01T22:31:35.208Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19212026-07-01T22:31:35.208Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19222026-07-01T22:31:35.208Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19232026-07-01T22:31:35.208Z
19242026-07-01T22:31:35.208ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19252026-07-01T22:31:35.208Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19262026-07-01T22:31:35.208Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
19272026-07-01T22:31:35.208Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19282026-07-01T22:31:35.208Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
19292026-07-01T22:31:35.208Z
19302026-07-01T22:31:35.208ZNTP Admin (client: ntp-admin-client)
19312026-07-01T22:31:35.208Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19322026-07-01T22:31:35.208Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19332026-07-01T22:31:35.208Z
19342026-07-01T22:31:35.208ZNTP Admin version 1 (client: ntp-admin-v1-client)
19352026-07-01T22:31:35.208Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19362026-07-01T22:31:35.208Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19372026-07-01T22:31:35.208Z
19382026-07-01T22:31:35.208ZExternal API (client: oxide-client)
19392026-07-01T22:31:35.208Z
19402026-07-01T22:31:35.208ZOximeter (client: oximeter-client)
19412026-07-01T22:31:35.212Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19422026-07-01T22:31:35.212Z
19432026-07-01T22:31:35.212ZPropolis (client: propolis-client)
19442026-07-01T22:31:35.212Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19452026-07-01T22:31:35.212Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19462026-07-01T22:31:35.212Z
19472026-07-01T22:31:35.212ZCrucible Repair (client: repair-client)
19482026-07-01T22:31:35.212Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19492026-07-01T22:31:35.212Z
19502026-07-01T22:31:35.212ZRepo Depot API (client: repo-depot-client)
19512026-07-01T22:31:35.212Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19522026-07-01T22:31:35.213Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19532026-07-01T22:31:35.213Z
19542026-07-01T22:31:35.213ZSled Agent (client: sled-agent-client)
19552026-07-01T22:31:35.216Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19562026-07-01T22:31:35.216Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
19572026-07-01T22:31:35.216Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19582026-07-01T22:31:35.216Z
19592026-07-01T22:31:35.216ZWicketd (client: wicketd-client)
19602026-07-01T22:31:35.216Z
19612026-07-01T22:31:35.308Z
19622026-07-01T22:31:35.308Zreal 52.666774472
19632026-07-01T22:31:35.308Zuser 29.112585575
19642026-07-01T22:31:35.308Zsys 10.038784450
19652026-07-01T22:31:35.309Ztrap 0.003915369
19662026-07-01T22:31:35.309Ztflt 0.042271371
19672026-07-01T22:31:35.309Zdflt 0.129717957
19682026-07-01T22:31:35.309Zkflt 0.000076972
19692026-07-01T22:31:35.313Zlock 3:56.039103238
19702026-07-01T22:31:35.313Zslp 7:25.604176877
19712026-07-01T22:31:35.313Zlat 0.761421461
19722026-07-01T22:31:35.313Zstop 1.547454177
19732026-07-01T22:31:35.313Z+ ptime -m cargo xtask ls-apis deployment-units
19742026-07-01T22:31:35.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19752026-07-01T22:31:35.786Z Running `target/debug/xtask ls-apis deployment-units`
19762026-07-01T22:31:36.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19772026-07-01T22:31:36.622Z Running `target/debug/ls-apis deployment-units`
19782026-07-01T22:31:36.673Zloading metadata for workspace omicron from current workspace
19792026-07-01T22:31:37.724Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19802026-07-01T22:31:37.727Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
19812026-07-01T22:31:37.727Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
19822026-07-01T22:31:37.727Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
19832026-07-01T22:31:37.727Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
19842026-07-01T22:31:40.073Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
19852026-07-01T22:31:40.780Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19862026-07-01T22:31:40.857Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19872026-07-01T22:31:41.169ZClickHouse
19882026-07-01T22:31:41.169Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19892026-07-01T22:31:41.169Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19902026-07-01T22:31:41.169Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19912026-07-01T22:31:41.169Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19922026-07-01T22:31:41.169Z
19932026-07-01T22:31:41.169Z
19942026-07-01T22:31:41.169ZCockroach
19952026-07-01T22:31:41.169Z omicron-cockroach-admin (omicron/cockroach-admin)
19962026-07-01T22:31:41.169Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19972026-07-01T22:31:41.169Z
19982026-07-01T22:31:41.169Z
19992026-07-01T22:31:41.169ZCrucible
20002026-07-01T22:31:41.169Z crucible-agent (crucible/agent)
20012026-07-01T22:31:41.169Z exposes: Crucible Agent (client = crucible-agent-client)
20022026-07-01T22:31:41.169Z
20032026-07-01T22:31:41.169Z crucible-downstairs (crucible/downstairs)
20042026-07-01T22:31:41.169Z exposes: Crucible Repair (client = repair-client)
20052026-07-01T22:31:41.173Z consumes: repair-client
20062026-07-01T22:31:41.173Z
20072026-07-01T22:31:41.173Z
20082026-07-01T22:31:41.173ZCrucible Pantry
20092026-07-01T22:31:41.173Z crucible-pantry (crucible/pantry)
20102026-07-01T22:31:41.173Z exposes: Crucible Pantry (client = crucible-pantry-client)
20112026-07-01T22:31:41.173Z consumes: nexus-client
20122026-07-01T22:31:41.173Z
20132026-07-01T22:31:41.173Z
20142026-07-01T22:31:41.173ZDNS Server
20152026-07-01T22:31:41.173Z dns-server (omicron/dns-server)
20162026-07-01T22:31:41.173Z exposes: DNS Server (client = dns-service-client)
20172026-07-01T22:31:41.173Z
20182026-07-01T22:31:41.173Z
20192026-07-01T22:31:41.173ZHost OS
20202026-07-01T22:31:41.173Z ddmd (maghemite/ddmd)
20212026-07-01T22:31:41.173Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20222026-07-01T22:31:41.173Z consumes: dpd-client (intra-deployment-unit-only)
20232026-07-01T22:31:41.173Z
20242026-07-01T22:31:41.173Z dpd (dendrite/dpd)
20252026-07-01T22:31:41.173Z exposes: Dendrite DPD (client = dpd-client)
20262026-07-01T22:31:41.173Z consumes: gateway-client (intra-deployment-unit-only)
20272026-07-01T22:31:41.173Z consumes: nexus-client
20282026-07-01T22:31:41.173Z
20292026-07-01T22:31:41.173Z lldpd (lldp/lldpd)
20302026-07-01T22:31:41.173Z exposes: LLDP daemon (client = lldpd-client)
20312026-07-01T22:31:41.173Z consumes: dpd-client (intra-deployment-unit-only)
20322026-07-01T22:31:41.173Z consumes: gateway-client (intra-deployment-unit-only)
20332026-07-01T22:31:41.173Z
20342026-07-01T22:31:41.173Z mgd (maghemite/mgd)
20352026-07-01T22:31:41.173Z exposes: Maghemite MG Admin (client = mg-admin-client)
20362026-07-01T22:31:41.177Z consumes: ddm-admin-client (intra-deployment-unit-only)
20372026-07-01T22:31:41.177Z consumes: dpd-client (intra-deployment-unit-only)
20382026-07-01T22:31:41.177Z consumes: gateway-client (intra-deployment-unit-only)
20392026-07-01T22:31:41.177Z
20402026-07-01T22:31:41.177Z omicron-gateway (omicron/gateway)
20412026-07-01T22:31:41.177Z exposes: Management Gateway Service (client = gateway-client)
20422026-07-01T22:31:41.177Z
20432026-07-01T22:31:41.177Z omicron-sled-agent (omicron/sled-agent)
20442026-07-01T22:31:41.177Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20452026-07-01T22:31:41.177Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20462026-07-01T22:31:41.177Z exposes: Repo Depot API (client = repo-depot-client)
20472026-07-01T22:31:41.177Z exposes: Sled Agent (client = sled-agent-client)
20482026-07-01T22:31:41.177Z consumes: bootstrap-agent-client
20492026-07-01T22:31:41.177Z consumes: ddm-admin-client (intra-deployment-unit-only)
20502026-07-01T22:31:41.177Z consumes: dpd-client (intra-deployment-unit-only)
20512026-07-01T22:31:41.177Z consumes: gateway-client (intra-deployment-unit-only)
20522026-07-01T22:31:41.177Z consumes: mg-admin-client (intra-deployment-unit-only)
20532026-07-01T22:31:41.177Z consumes: nexus-client
20542026-07-01T22:31:41.177Z consumes: nexus-lockstep-client
20552026-07-01T22:31:41.177Z consumes: ntp-admin-v1-client
20562026-07-01T22:31:41.178Z consumes: propolis-client (intra-deployment-unit-only)
20572026-07-01T22:31:41.178Z consumes: repo-depot-client
20582026-07-01T22:31:41.178Z
20592026-07-01T22:31:41.178Z propolis-server (propolis/bin/propolis-server)
20602026-07-01T22:31:41.178Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20612026-07-01T22:31:41.178Z exposes: Propolis (client = propolis-client)
20622026-07-01T22:31:41.181Z consumes: nexus-client
20632026-07-01T22:31:41.181Z consumes: sled-agent-client (intra-deployment-unit-only)
20642026-07-01T22:31:41.181Z
20652026-07-01T22:31:41.181Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
20662026-07-01T22:31:41.181Z consumes: cockroach-admin-client
20672026-07-01T22:31:41.181Z consumes: ddm-admin-client
20682026-07-01T22:31:41.181Z consumes: dns-service-client
20692026-07-01T22:31:41.181Z consumes: nexus-lockstep-client
20702026-07-01T22:31:41.181Z consumes: ntp-admin-client
20712026-07-01T22:31:41.181Z consumes: ntp-admin-v1-client
20722026-07-01T22:31:41.181Z consumes: sled-agent-client
20732026-07-01T22:31:41.181Z
20742026-07-01T22:31:41.181Z tfportd (dendrite/tfportd)
20752026-07-01T22:31:41.181Z consumes: dpd-client (intra-deployment-unit-only)
20762026-07-01T22:31:41.181Z consumes: lldpd-client (intra-deployment-unit-only)
20772026-07-01T22:31:41.181Z
20782026-07-01T22:31:41.182Z wicketd (omicron/wicketd)
20792026-07-01T22:31:41.182Z exposes: Wicketd Installinator (client = installinator-client)
20802026-07-01T22:31:41.182Z exposes: Wicketd (client = wicketd-client)
20812026-07-01T22:31:41.182Z consumes: bootstrap-agent-client
20822026-07-01T22:31:41.182Z consumes: bootstrap-agent-lockstep-client
20832026-07-01T22:31:41.182Z consumes: ddm-admin-client (intra-deployment-unit-only)
20842026-07-01T22:31:41.182Z consumes: dpd-client (intra-deployment-unit-only)
20852026-07-01T22:31:41.182Z consumes: gateway-client (intra-deployment-unit-only)
20862026-07-01T22:31:41.182Z
20872026-07-01T22:31:41.182Z
20882026-07-01T22:31:41.182ZInstallinator
20892026-07-01T22:31:41.182Z installinator (omicron/installinator)
20902026-07-01T22:31:41.182Z consumes: ddm-admin-client
20912026-07-01T22:31:41.182Z consumes: installinator-client
20922026-07-01T22:31:41.182Z
20932026-07-01T22:31:41.182Z
20942026-07-01T22:31:41.182ZNTP
20952026-07-01T22:31:41.182Z omicron-ntp-admin (omicron/ntp-admin)
20962026-07-01T22:31:41.182Z exposes: NTP Admin (client = ntp-admin-client)
20972026-07-01T22:31:41.182Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
20982026-07-01T22:31:41.182Z
20992026-07-01T22:31:41.182Z
21002026-07-01T22:31:41.182ZNexus
21012026-07-01T22:31:41.182Z omicron-nexus (omicron/nexus)
21022026-07-01T22:31:41.182Z exposes: Nexus Internal API (client = nexus-client)
21032026-07-01T22:31:41.182Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21042026-07-01T22:31:41.182Z exposes: External API (client = oxide-client)
21052026-07-01T22:31:41.186Z consumes: clickhouse-admin-keeper-client
21062026-07-01T22:31:41.186Z consumes: clickhouse-admin-server-client
21072026-07-01T22:31:41.186Z consumes: clickhouse-admin-single-client
21082026-07-01T22:31:41.186Z consumes: cockroach-admin-client
21092026-07-01T22:31:41.186Z consumes: crucible-agent-client
21102026-07-01T22:31:41.186Z consumes: crucible-pantry-client
21112026-07-01T22:31:41.186Z consumes: dns-service-client
21122026-07-01T22:31:41.186Z consumes: dpd-client
21132026-07-01T22:31:41.186Z consumes: gateway-client
21142026-07-01T22:31:41.186Z consumes: lldpd-client
21152026-07-01T22:31:41.186Z consumes: mg-admin-client
21162026-07-01T22:31:41.186Z consumes: ntp-admin-client
21172026-07-01T22:31:41.186Z consumes: oximeter-client
21182026-07-01T22:31:41.186Z consumes: propolis-client
21192026-07-01T22:31:41.186Z consumes: repo-depot-client
21202026-07-01T22:31:41.186Z consumes: sled-agent-client
21212026-07-01T22:31:41.186Z
21222026-07-01T22:31:41.186Z
21232026-07-01T22:31:41.186ZOximeter
21242026-07-01T22:31:41.186Z oximeter-collector (omicron/oximeter/collector)
21252026-07-01T22:31:41.186Z exposes: Oximeter (client = oximeter-client)
21262026-07-01T22:31:41.186Z consumes: nexus-client
21272026-07-01T22:31:41.186Z
21282026-07-01T22:31:41.186Z
21292026-07-01T22:31:41.276Z
21302026-07-01T22:31:41.277Zreal 5.937816990
21312026-07-01T22:31:41.277Zuser 4.895828780
21322026-07-01T22:31:41.277Zsys 2.020832071
21332026-07-01T22:31:41.277Ztrap 0.000673235
21342026-07-01T22:31:41.277Ztflt 0.000040579
21352026-07-01T22:31:41.277Zdflt 0.000183254
21362026-07-01T22:31:41.277Zkflt 0.000000000
21372026-07-01T22:31:41.281Zlock 0.080769470
21382026-07-01T22:31:41.281Zslp 20.293242499
21392026-07-01T22:31:41.281Zlat 0.009493905
21402026-07-01T22:31:41.281Zstop 0.006832405
21412026-07-01T22:31:41.281Z+ ptime -m cargo xtask ls-apis servers
21422026-07-01T22:31:41.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21432026-07-01T22:31:41.734Z Running `target/debug/xtask ls-apis servers`
21442026-07-01T22:31:42.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21452026-07-01T22:31:42.529Z Running `target/debug/ls-apis servers`
21462026-07-01T22:31:42.583Zloading metadata for workspace omicron from current workspace
21472026-07-01T22:31:43.629Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
21482026-07-01T22:31:43.629Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
21492026-07-01T22:31:43.632Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21502026-07-01T22:31:43.632Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
21512026-07-01T22:31:43.632Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
21522026-07-01T22:31:45.890Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
21532026-07-01T22:31:46.590Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21542026-07-01T22:31:46.667Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21552026-07-01T22:31:47.010Zcrucible-agent (crucible/agent)
21562026-07-01T22:31:47.010Z exposes: Crucible Agent (client = crucible-agent-client)
21572026-07-01T22:31:47.010Z
21582026-07-01T22:31:47.010Zcrucible-downstairs (crucible/downstairs)
21592026-07-01T22:31:47.010Z exposes: Crucible Repair (client = repair-client)
21602026-07-01T22:31:47.016Z consumes: repair-client
21612026-07-01T22:31:47.016Z
21622026-07-01T22:31:47.016Zcrucible-pantry (crucible/pantry)
21632026-07-01T22:31:47.016Z exposes: Crucible Pantry (client = crucible-pantry-client)
21642026-07-01T22:31:47.016Z consumes: nexus-client
21652026-07-01T22:31:47.016Z
21662026-07-01T22:31:47.016Zddmd (maghemite/ddmd)
21672026-07-01T22:31:47.016Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21682026-07-01T22:31:47.016Z consumes: dpd-client (intra-deployment-unit-only)
21692026-07-01T22:31:47.016Z
21702026-07-01T22:31:47.016Zdns-server (omicron/dns-server)
21712026-07-01T22:31:47.016Z exposes: DNS Server (client = dns-service-client)
21722026-07-01T22:31:47.017Z
21732026-07-01T22:31:47.017Zdpd (dendrite/dpd)
21742026-07-01T22:31:47.017Z exposes: Dendrite DPD (client = dpd-client)
21752026-07-01T22:31:47.017Z consumes: gateway-client (intra-deployment-unit-only)
21762026-07-01T22:31:47.017Z consumes: nexus-client
21772026-07-01T22:31:47.017Z
21782026-07-01T22:31:47.017Zinstallinator (omicron/installinator)
21792026-07-01T22:31:47.017Z consumes: ddm-admin-client
21802026-07-01T22:31:47.017Z consumes: installinator-client
21812026-07-01T22:31:47.017Z
21822026-07-01T22:31:47.017Zlldpd (lldp/lldpd)
21832026-07-01T22:31:47.017Z exposes: LLDP daemon (client = lldpd-client)
21842026-07-01T22:31:47.017Z consumes: dpd-client (intra-deployment-unit-only)
21852026-07-01T22:31:47.017Z consumes: gateway-client (intra-deployment-unit-only)
21862026-07-01T22:31:47.017Z
21872026-07-01T22:31:47.017Zmgd (maghemite/mgd)
21882026-07-01T22:31:47.017Z exposes: Maghemite MG Admin (client = mg-admin-client)
21892026-07-01T22:31:47.017Z consumes: ddm-admin-client (intra-deployment-unit-only)
21902026-07-01T22:31:47.017Z consumes: dpd-client (intra-deployment-unit-only)
21912026-07-01T22:31:47.017Z consumes: gateway-client (intra-deployment-unit-only)
21922026-07-01T22:31:47.017Z
21932026-07-01T22:31:47.017Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21942026-07-01T22:31:47.017Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21952026-07-01T22:31:47.017Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21962026-07-01T22:31:47.017Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21972026-07-01T22:31:47.017Z
21982026-07-01T22:31:47.017Zomicron-cockroach-admin (omicron/cockroach-admin)
21992026-07-01T22:31:47.017Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
22002026-07-01T22:31:47.017Z
22012026-07-01T22:31:47.017Zomicron-gateway (omicron/gateway)
22022026-07-01T22:31:47.017Z exposes: Management Gateway Service (client = gateway-client)
22032026-07-01T22:31:47.017Z
22042026-07-01T22:31:47.017Zomicron-nexus (omicron/nexus)
22052026-07-01T22:31:47.017Z exposes: Nexus Internal API (client = nexus-client)
22062026-07-01T22:31:47.017Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22072026-07-01T22:31:47.017Z exposes: External API (client = oxide-client)
22082026-07-01T22:31:47.017Z consumes: clickhouse-admin-keeper-client
22092026-07-01T22:31:47.017Z consumes: clickhouse-admin-server-client
22102026-07-01T22:31:47.017Z consumes: clickhouse-admin-single-client
22112026-07-01T22:31:47.018Z consumes: cockroach-admin-client
22122026-07-01T22:31:47.018Z consumes: crucible-agent-client
22132026-07-01T22:31:47.018Z consumes: crucible-pantry-client
22142026-07-01T22:31:47.018Z consumes: dns-service-client
22152026-07-01T22:31:47.018Z consumes: dpd-client
22162026-07-01T22:31:47.018Z consumes: gateway-client
22172026-07-01T22:31:47.018Z consumes: lldpd-client
22182026-07-01T22:31:47.018Z consumes: mg-admin-client
22192026-07-01T22:31:47.018Z consumes: ntp-admin-client
22202026-07-01T22:31:47.018Z consumes: oximeter-client
22212026-07-01T22:31:47.018Z consumes: propolis-client
22222026-07-01T22:31:47.018Z consumes: repo-depot-client
22232026-07-01T22:31:47.018Z consumes: sled-agent-client
22242026-07-01T22:31:47.018Z
22252026-07-01T22:31:47.018Zomicron-ntp-admin (omicron/ntp-admin)
22262026-07-01T22:31:47.018Z exposes: NTP Admin (client = ntp-admin-client)
22272026-07-01T22:31:47.018Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
22282026-07-01T22:31:47.018Z
22292026-07-01T22:31:47.018Zomicron-sled-agent (omicron/sled-agent)
22302026-07-01T22:31:47.018Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22312026-07-01T22:31:47.018Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22322026-07-01T22:31:47.018Z exposes: Repo Depot API (client = repo-depot-client)
22332026-07-01T22:31:47.018Z exposes: Sled Agent (client = sled-agent-client)
22342026-07-01T22:31:47.018Z consumes: bootstrap-agent-client
22352026-07-01T22:31:47.018Z consumes: ddm-admin-client (intra-deployment-unit-only)
22362026-07-01T22:31:47.018Z consumes: dpd-client (intra-deployment-unit-only)
22372026-07-01T22:31:47.018Z consumes: gateway-client (intra-deployment-unit-only)
22382026-07-01T22:31:47.018Z consumes: mg-admin-client (intra-deployment-unit-only)
22392026-07-01T22:31:47.018Z consumes: nexus-client
22402026-07-01T22:31:47.018Z consumes: nexus-lockstep-client
22412026-07-01T22:31:47.018Z consumes: ntp-admin-v1-client
22422026-07-01T22:31:47.018Z consumes: propolis-client (intra-deployment-unit-only)
22432026-07-01T22:31:47.018Z consumes: repo-depot-client
22442026-07-01T22:31:47.018Z
22452026-07-01T22:31:47.018Zoximeter-collector (omicron/oximeter/collector)
22462026-07-01T22:31:47.018Z exposes: Oximeter (client = oximeter-client)
22472026-07-01T22:31:47.018Z consumes: nexus-client
22482026-07-01T22:31:47.018Z
22492026-07-01T22:31:47.019Zpropolis-server (propolis/bin/propolis-server)
22502026-07-01T22:31:47.019Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22512026-07-01T22:31:47.019Z exposes: Propolis (client = propolis-client)
22522026-07-01T22:31:47.019Z consumes: nexus-client
22532026-07-01T22:31:47.019Z consumes: sled-agent-client (intra-deployment-unit-only)
22542026-07-01T22:31:47.019Z
22552026-07-01T22:31:47.019Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22562026-07-01T22:31:47.019Z consumes: cockroach-admin-client
22572026-07-01T22:31:47.019Z consumes: ddm-admin-client
22582026-07-01T22:31:47.019Z consumes: dns-service-client
22592026-07-01T22:31:47.019Z consumes: nexus-lockstep-client
22602026-07-01T22:31:47.022Z consumes: ntp-admin-client
22612026-07-01T22:31:47.022Z consumes: ntp-admin-v1-client
22622026-07-01T22:31:47.022Z consumes: sled-agent-client
22632026-07-01T22:31:47.022Z
22642026-07-01T22:31:47.022Ztfportd (dendrite/tfportd)
22652026-07-01T22:31:47.022Z consumes: dpd-client (intra-deployment-unit-only)
22662026-07-01T22:31:47.022Z consumes: lldpd-client (intra-deployment-unit-only)
22672026-07-01T22:31:47.022Z
22682026-07-01T22:31:47.023Zwicketd (omicron/wicketd)
22692026-07-01T22:31:47.023Z exposes: Wicketd Installinator (client = installinator-client)
22702026-07-01T22:31:47.023Z exposes: Wicketd (client = wicketd-client)
22712026-07-01T22:31:47.023Z consumes: bootstrap-agent-client
22722026-07-01T22:31:47.023Z consumes: bootstrap-agent-lockstep-client
22732026-07-01T22:31:47.023Z consumes: ddm-admin-client (intra-deployment-unit-only)
22742026-07-01T22:31:47.023Z consumes: dpd-client (intra-deployment-unit-only)
22752026-07-01T22:31:47.023Z consumes: gateway-client (intra-deployment-unit-only)
22762026-07-01T22:31:47.023Z
22772026-07-01T22:31:47.083Z
22782026-07-01T22:31:47.083Zreal 5.776523913
22792026-07-01T22:31:47.083Zuser 4.879122376
22802026-07-01T22:31:47.083Zsys 1.899582275
22812026-07-01T22:31:47.083Ztrap 0.000574884
22822026-07-01T22:31:47.083Ztflt 0.000099948
22832026-07-01T22:31:47.083Zdflt 0.000562104
22842026-07-01T22:31:47.083Zkflt 0.000000000
22852026-07-01T22:31:47.084Zlock 0.079526654
22862026-07-01T22:31:47.087Zslp 19.581402101
22872026-07-01T22:31:47.087Zlat 0.008261015
22882026-07-01T22:31:47.087Zstop 0.006417955
22892026-07-01T22:31:47.087Z+ ptime -m cargo xtask ls-apis check
22902026-07-01T22:31:47.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22912026-07-01T22:31:47.537Z Running `target/debug/xtask ls-apis check`
22922026-07-01T22:31:48.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
22932026-07-01T22:31:48.322Z Running `target/debug/ls-apis check`
22942026-07-01T22:31:48.376Zloading metadata for workspace omicron from current workspace
22952026-07-01T22:31:49.372Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
22962026-07-01T22:31:49.372Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22972026-07-01T22:31:49.376Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
22982026-07-01T22:31:49.376Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
22992026-07-01T22:31:49.376Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
23002026-07-01T22:31:51.565Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23012026-07-01T22:31:52.268Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23022026-07-01T22:31:52.346Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23032026-07-01T22:31:52.770Z
23042026-07-01T22:31:52.770Z
23052026-07-01T22:31:52.770ZServer-managed APIs:
23062026-07-01T22:31:52.770Z
23072026-07-01T22:31:52.770Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23082026-07-01T22:31:52.770Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23092026-07-01T22:31:52.770Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23102026-07-01T22:31:52.770Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23112026-07-01T22:31:52.770Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23122026-07-01T22:31:52.770Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23132026-07-01T22:31:52.770Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23142026-07-01T22:31:52.770Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23152026-07-01T22:31:52.770Z DNS Server (dns-service-client, exposed by dns-server)
23162026-07-01T22:31:52.770Z Dendrite DPD (dpd-client, exposed by dpd)
23172026-07-01T22:31:52.770Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23182026-07-01T22:31:52.770Z LLDP daemon (lldpd-client, exposed by lldpd)
23192026-07-01T22:31:52.770Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23202026-07-01T22:31:52.770Z External API (oxide-client, exposed by omicron-nexus)
23212026-07-01T22:31:52.770Z Oximeter (oximeter-client, exposed by oximeter-collector)
23222026-07-01T22:31:52.770Z Propolis (propolis-client, exposed by propolis-server)
23232026-07-01T22:31:52.770Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23242026-07-01T22:31:52.770Z Wicketd (wicketd-client, exposed by wicketd)
23252026-07-01T22:31:52.771Z
23262026-07-01T22:31:52.771Z
23272026-07-01T22:31:52.771ZClient-managed API:
23282026-07-01T22:31:52.771Z
23292026-07-01T22:31:52.771Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23302026-07-01T22:31:52.771Z reason: depends on itself (i.e., instances call each other)
23312026-07-01T22:31:52.771Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23322026-07-01T22:31:52.771Z reason: wicketd can wind up calling into sled agent on different sleds
23332026-07-01T22:31:52.771Z Wicketd Installinator (installinator-client, exposed by wicketd)
23342026-07-01T22:31:52.771Z reason: client is provided implicitly by the operator
23352026-07-01T22:31:52.771Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23362026-07-01T22:31:52.771Z reason: Circular dependencies between Nexus and other services
23372026-07-01T22:31:52.771Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23382026-07-01T22:31:52.771Z reason: Circular dependencies between Nexus and other services
23392026-07-01T22:31:52.771Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23402026-07-01T22:31:52.771Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
23412026-07-01T22:31:52.771Z
23422026-07-01T22:31:52.771Z NTP Admin version 1 (ntp-admin-v1-client, exposed by omicron-ntp-admin)
23432026-07-01T22:31:52.771Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
23442026-07-01T22:31:52.771Z
23452026-07-01T22:31:52.771Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23462026-07-01T22:31:52.771Z reason: depends on itself (i.e., instances call each other)
23472026-07-01T22:31:52.771Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23482026-07-01T22:31:52.771Z reason: depends on itself (i.e., instances call each other)
23492026-07-01T22:31:52.771Z
23502026-07-01T22:31:52.771Z
23512026-07-01T22:31:52.771ZAPIs with unknown version management: none
23522026-07-01T22:31:52.771Z
23532026-07-01T22:31:52.771Z
23542026-07-01T22:31:52.771ZAPIs that failed consumer checks: none
23552026-07-01T22:31:52.860Z
23562026-07-01T22:31:52.860Zreal 5.747322004
23572026-07-01T22:31:52.860Zuser 4.908490567
23582026-07-01T22:31:52.860Zsys 1.816353888
23592026-07-01T22:31:52.860Ztrap 0.000601835
23602026-07-01T22:31:52.860Ztflt 0.000071043
23612026-07-01T22:31:52.860Zdflt 0.000103158
23622026-07-01T22:31:52.863Zkflt 0.000000000
23632026-07-01T22:31:52.863Zlock 2.082895835
23642026-07-01T22:31:52.863Zslp 18.895071873
23652026-07-01T22:31:52.863Zlat 0.010242564
23662026-07-01T22:31:52.863Zstop 0.007331794
23672026-07-01T22:31:52.863Z+ ptime -m cargo xtask ls-apis adoc
23682026-07-01T22:31:53.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
23692026-07-01T22:31:53.313Z Running `target/debug/xtask ls-apis adoc`
23702026-07-01T22:31:54.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23712026-07-01T22:31:54.120Z Running `target/debug/ls-apis adoc`
23722026-07-01T22:31:54.177Zloading metadata for workspace omicron from current workspace
23732026-07-01T22:31:55.221Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23742026-07-01T22:31:55.224Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
23752026-07-01T22:31:55.224Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
23762026-07-01T22:31:55.224Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
23772026-07-01T22:31:55.224Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23782026-07-01T22:31:57.436Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23792026-07-01T22:31:58.138Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23802026-07-01T22:31:58.217Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23812026-07-01T22:31:58.643Z
23822026-07-01T22:31:58.643Zreal 5.752854012
23832026-07-01T22:31:58.643Zuser 4.910525136
23842026-07-01T22:31:58.643Zsys 1.891526699
23852026-07-01T22:31:58.643Ztrap 0.000727395
23862026-07-01T22:31:58.644Ztflt 0.000332667
23872026-07-01T22:31:58.644Zdflt 0.000202569
23882026-07-01T22:31:58.644Zkflt 0.000007988
23892026-07-01T22:31:58.644Zlock 0.082240252
23902026-07-01T22:31:58.647Zslp 19.355486179
23912026-07-01T22:31:58.647Zlat 0.008659955
23922026-07-01T22:31:58.647Zstop 0.006643845
23932026-07-01T22:31:58.647Z+ banner build
23942026-07-01T22:31:58.651Z
23952026-07-01T22:31:58.651Z ##### # # # # #####
23962026-07-01T22:31:58.651Z # # # # # # # #
23972026-07-01T22:31:58.651Z ##### # # # # # #
23982026-07-01T22:31:58.651Z # # # # # # # #
23992026-07-01T22:31:58.651Z # # # # # # # #
24002026-07-01T22:31:58.652Z ##### #### # ###### #####
24012026-07-01T22:31:58.652Z
24022026-07-01T22:31:58.652Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24032026-07-01T22:31:58.652Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24042026-07-01T22:31:58.652Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24052026-07-01T22:31:58.652Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24062026-07-01T22:31:58.652Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24072026-07-01T22:31:58.652Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24082026-07-01T22:31:58.652Z+ export TMPDIR=/var/tmp/omicron_tmp
24092026-07-01T22:31:58.652Z+ TMPDIR=/var/tmp/omicron_tmp
24102026-07-01T22:31:58.652Z+ export RUST_BACKTRACE=1
24112026-07-01T22:31:58.652Z+ RUST_BACKTRACE=1
24122026-07-01T22:31:58.652Z+ export CARGO_INCREMENTAL=0
24132026-07-01T22:31:58.652Z+ CARGO_INCREMENTAL=0
24142026-07-01T22:31:58.652Z+ export RUSTC_BOOTSTRAP=1
24152026-07-01T22:31:58.652Z+ RUSTC_BOOTSTRAP=1
24162026-07-01T22:31:58.652Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
24172026-07-01T22:32:00.831Z Compiling proc-macro2 v1.0.106
24182026-07-01T22:32:00.831Z Compiling unicode-ident v1.0.24
24192026-07-01T22:32:00.831Z Compiling quote v1.0.45
24202026-07-01T22:32:00.831Z Compiling libc v0.2.185
24212026-07-01T22:32:00.835Z Compiling serde_core v1.0.228
24222026-07-01T22:32:00.835Z Compiling cfg-if v1.0.4
24232026-07-01T22:32:00.835Z Compiling serde v1.0.228
24242026-07-01T22:32:00.835Z Compiling memchr v2.8.0
24252026-07-01T22:32:00.835Z Compiling smallvec v1.15.1
24262026-07-01T22:32:00.835Z Compiling autocfg v1.5.0
24272026-07-01T22:32:01.112Z Compiling log v0.4.29
24282026-07-01T22:32:01.117Z Compiling itoa v1.0.17
24292026-07-01T22:32:01.117Z Compiling rand_core v0.10.0
24302026-07-01T22:32:01.117Z Compiling getrandom v0.4.1
24312026-07-01T22:32:01.144Z Compiling subtle v2.6.1
24322026-07-01T22:32:01.148Z Compiling libm v0.2.16
24332026-07-01T22:32:01.148Z Compiling version_check v0.9.5
24342026-07-01T22:32:01.148Z Compiling zmij v1.0.21
24352026-07-01T22:32:01.148Z Compiling serde_json v1.0.150
24362026-07-01T22:32:01.148Z Compiling scopeguard v1.2.0
24372026-07-01T22:32:01.176Z Compiling typenum v1.20.1
24382026-07-01T22:32:01.206Z Compiling stable_deref_trait v1.2.1
24392026-07-01T22:32:01.209Z Compiling percent-encoding v2.3.2
24402026-07-01T22:32:01.209Z Compiling writeable v0.6.2
24412026-07-01T22:32:01.209Z Compiling litemap v0.8.1
24422026-07-01T22:32:01.209Z Compiling icu_normalizer_data v2.1.1
24432026-07-01T22:32:01.232Z Compiling icu_properties_data v2.1.2
24442026-07-01T22:32:01.235Z Compiling parking_lot_core v0.9.12
24452026-07-01T22:32:01.235Z Compiling portable-atomic v1.13.1
24462026-07-01T22:32:01.265Z Compiling utf8_iter v1.0.4
24472026-07-01T22:32:01.298Z Compiling fnv v1.0.7
24482026-07-01T22:32:01.301Z Compiling critical-section v1.2.0
24492026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d116ca455467b44e -C extra-filename=-ec1a4aa6125eea86 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-ec1a4aa6125eea86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c7364371df04338 -C extra-filename=-e378351b8a3dc1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=3a77cba0c1d12171 -C extra-filename=-087bff7154b1daaf --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-087bff7154b1daaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bf556b5489ed619f -C extra-filename=-615e06a3eb778834 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-615e06a3eb778834 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f693b2f1caacc1cf -C extra-filename=-1b801243c4ee483c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-1b801243c4ee483c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=8e586acab6df311e -C extra-filename=-b057846ce76d7ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c515db416bfa269d -C extra-filename=-ccf4af5f4acd8b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81593f3fed88be21 -C extra-filename=-f9234036ec2c327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=b449f52738967e72 -C extra-filename=-0479007ad9b4bd9b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-0479007ad9b4bd9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=1c796c83e8eadb98 -C extra-filename=-86480131418ac148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0029a18e9608905 -C extra-filename=-577b54cb67165b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=741912a30df27bec -C extra-filename=-cbff277a70f25ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-cbff277a70f25ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/build.rs --error-format=json --json=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=0d23db0878970a0f -C extra-filename=-c45d2b8f51fad3ac --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-c45d2b8f51fad3ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=540bbf9857a89cc8 -C extra-filename=-c51e2d5c295d0568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632026-07-01T22:32:01.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f29469009b9dde89 -C extra-filename=-ace8c102e25112b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642026-07-01T22:32:01.329Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=f73ec0d8891eac30 -C extra-filename=-b63721280092ad35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652026-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea146eb58f43a7a5 -C extra-filename=-fc47b799cf8db48b --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-fc47b799cf8db48b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662026-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=1034418f3e9090a9 -C extra-filename=-d94e17159bb33dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672026-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=ed57ca929ed51540 -C extra-filename=-5daefdd4e4bfadce --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5daefdd4e4bfadce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682026-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=426cd2aac0743891 -C extra-filename=-97b6d6236c1189b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=db4640b936fe024f -C extra-filename=-def1b171fe4257b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-def1b171fe4257b9 -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffed60376d20159b -C extra-filename=-26f8dcada7e7abf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa8246921e9fd8fe -C extra-filename=-fa90cb92e5a1c9d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-fa90cb92e5a1c9d8 -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=d02aca19dd5782e2 -C extra-filename=-5f08ce4ddbe03377 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-5f08ce4ddbe03377 -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=4d61cdfcfa048260 -C extra-filename=-3e8e6d9e21823578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=d5ec727dec5458aa -C extra-filename=-b201a642b1c0a45d --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b201a642b1c0a45d -L 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-07-01T22:32:01.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=bae3280309ba1479 -C extra-filename=-517a0a45b5918497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.379Z Compiling pin-project-lite v0.2.17
24772026-07-01T22:32:01.444Z Compiling zerocopy v0.8.40
24782026-07-01T22:32:01.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9f5169a88999c00c -C extra-filename=-29cf7af8e2fc43be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.613Z Compiling form_urlencoded v1.2.2
24802026-07-01T22:32:01.647Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=66052e156aba2ad5 -C extra-filename=-8a5f79f444089dc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-8a5f79f444089dc9 -L 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-07-01T22:32:01.647Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2f341638f8559396 -C extra-filename=-878f6df4c8ca5317 --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-97b6d6236c1189b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822026-07-01T22:32:01.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=7c756519880de699 -C extra-filename=-7d9dec711376449a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe5695d30e7d6dce -C extra-filename=-6fbd798935e4a46a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:01.755Z Compiling thiserror v2.0.18
24852026-07-01T22:32:01.943Z Compiling lock_api v0.4.14
24862026-07-01T22:32:02.124Z Compiling shlex v1.3.0
24872026-07-01T22:32:02.124Z Compiling equivalent v1.0.2
24882026-07-01T22:32:02.451Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8d2946fb86586851 -C extra-filename=-91bf8e578b010fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:02.455Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8ef7efd01beebc4 -C extra-filename=-7b3c45f670aa04f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b3c45f670aa04f4 -L 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-07-01T22:32:02.455Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-ec1a4aa6125eea86/build-script-build`
24912026-07-01T22:32:02.455Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ec0e0bed092927 -C extra-filename=-add33099202c13e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:02.455Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=2009600355654a4b -C extra-filename=-fc152cbb7e87bbf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:02.455Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-087bff7154b1daaf/build-script-build`
24942026-07-01T22:32:02.455Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-615e06a3eb778834/build-script-build`
24952026-07-01T22:32:02.455Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-c45d2b8f51fad3ac/build-script-build`
24962026-07-01T22:32:02.520Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=946e107cdebb3f33 -C extra-filename=-a5a76f247fefddb9 --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-3e8e6d9e21823578.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972026-07-01T22:32:02.524Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-1b801243c4ee483c/build-script-build`
24982026-07-01T22:32:02.650Z Compiling find-msvc-tools v0.1.9
24992026-07-01T22:32:02.650Z Compiling heck v0.5.0
25002026-07-01T22:32:02.653Z Compiling rustversion v1.0.22
25012026-07-01T22:32:02.653Z Compiling iana-time-zone v0.1.65
25022026-07-01T22:32:02.653Z Compiling regex-syntax v0.8.10
25032026-07-01T22:32:02.653Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-0479007ad9b4bd9b/build-script-build`
25042026-07-01T22:32:02.653Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-fa90cb92e5a1c9d8/build-script-build`
25052026-07-01T22:32:02.653Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bc9de8b3dfedc539 -C extra-filename=-54dbde732dbccf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062026-07-01T22:32:02.653Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36c7293568fefa54 -C extra-filename=-fd684d5e51179a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072026-07-01T22:32:02.891Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-cbff277a70f25ca8/build-script-build`
25082026-07-01T22:32:02.895Z Compiling hashbrown v0.17.0
25092026-07-01T22:32:02.895Z Compiling strsim v0.11.1
25102026-07-01T22:32:02.895Z Compiling dyn-clone v1.0.20
25112026-07-01T22:32:02.895Z Compiling futures-core v0.3.32
25122026-07-01T22:32:02.929Z Compiling schemars v0.8.22
25132026-07-01T22:32:02.932Z Compiling syn v1.0.109
25142026-07-01T22:32:02.932Z Compiling rustix v1.1.3
25152026-07-01T22:32:02.932Z Compiling aho-corasick v1.1.4
25162026-07-01T22:32:02.932Z Compiling byteorder v1.5.0
25172026-07-01T22:32:02.932Z Compiling cmov v0.5.4
25182026-07-01T22:32:02.932Z Compiling futures-sink v0.3.32
25192026-07-01T22:32:02.962Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a9e838646c1790 -C extra-filename=-b4f780b189a31b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:02.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=aba49b7feadcb239 -C extra-filename=-0cd954401ddedea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212026-07-01T22:32:02.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=883118a5d04a99a4 -C extra-filename=-d74fceb7f2ffb6e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-d74fceb7f2ffb6e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222026-07-01T22:32:02.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a5e0ded40da72886 -C extra-filename=-89fdf5aa1838c400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232026-07-01T22:32:02.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b626ef49f5d6b85 -C extra-filename=-516c5eaca3dcccc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242026-07-01T22:32:02.966Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5f08ce4ddbe03377/build-script-build`
25252026-07-01T22:32:03.307Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-8a5f79f444089dc9/build-script-build`
25262026-07-01T22:32:03.310Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=b558aacfa43305c1 -C extra-filename=-29b83d6ab9521271 --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-e378351b8a3dc1f7.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)'`
25272026-07-01T22:32:03.310Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-def1b171fe4257b9/build-script-build`
25282026-07-01T22:32:03.310Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f6acccfb986f06c5 -C extra-filename=-397b737bc890d6d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292026-07-01T22:32:03.310Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-fc47b799cf8db48b/build-script-build`
25302026-07-01T22:32:03.310Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b325dbc5e83defa -C extra-filename=-afae2e2264006bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25312026-07-01T22:32:03.310Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0efd78e6b3ad2f4 -C extra-filename=-a8fb7fb8cb05d560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:03.310Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b201a642b1c0a45d/build-script-build`
25332026-07-01T22:32:03.310Z Compiling num-traits v0.2.19
25342026-07-01T22:32:03.340Z Compiling generic-array v0.14.7
25352026-07-01T22:32:03.340Z Compiling futures-io v0.3.32
25362026-07-01T22:32:03.343Z Compiling slab v0.4.12
25372026-07-01T22:32:03.343Z Compiling futures-task v0.3.32
25382026-07-01T22:32:03.343Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5daefdd4e4bfadce/build-script-build`
25392026-07-01T22:32:03.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=85780af91f43d71a -C extra-filename=-38ce5daaa43c1f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:03.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cmov --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmov-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1f338988b944caa -C extra-filename=-a950dbc70de7c84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412026-07-01T22:32:03.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=04797acf8a93b2dd -C extra-filename=-cd826904474fece0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422026-07-01T22:32:03.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=4203299f1721bff6 -C extra-filename=-63ba44012e1cbc03 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432026-07-01T22:32:03.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1fb5f697086c73cd -C extra-filename=-f4c53dd6cc6eeae1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f4c53dd6cc6eeae1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442026-07-01T22:32:03.375Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e5aaba762aa0f2df -C extra-filename=-a51fd58e4030cd49 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-a51fd58e4030cd49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452026-07-01T22:32:03.378Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=0d9645bf881c35a9 -C extra-filename=-260b1c36d1afce2b --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-260b1c36d1afce2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462026-07-01T22:32:03.378Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=b4bc36d5d38d37f5 -C extra-filename=-a81f463b5eadc7cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472026-07-01T22:32:03.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=d546c983cd63b952 -C extra-filename=-c71d6c6cbdc15377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25482026-07-01T22:32:03.520Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24c05a155c756453 -C extra-filename=-a194696445488582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492026-07-01T22:32:03.556Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c821c40ed4a269fb -C extra-filename=-475c5481f11c65dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25502026-07-01T22:32:03.738Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=a27d98d312c2668f -C extra-filename=-68cab2fd40a9d29c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-68cab2fd40a9d29c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512026-07-01T22:32:03.742Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=07ec59b45c0c8237 -C extra-filename=-1eed3ad9b5d6e150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25522026-07-01T22:32:03.742Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b3c45f670aa04f4/build-script-build`
25532026-07-01T22:32:03.771Z Compiling thiserror v1.0.69
25542026-07-01T22:32:03.774Z Compiling ident_case v1.0.1
25552026-07-01T22:32:03.774Z Compiling getrandom v0.3.4
25562026-07-01T22:32:03.774Z Compiling anyhow v1.0.102
25572026-07-01T22:32:03.774Z Compiling const-oid v0.9.6
25582026-07-01T22:32:03.774Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=808068087ffb53be -C extra-filename=-05540d085a498351 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-05540d085a498351 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-07-01T22:32:03.774Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=388320c717866a2e -C extra-filename=-c972994ffc95c23b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-07-01T22:32:03.774Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=a834fe0eef8d67cd -C extra-filename=-5fa9b52b41e44aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:03.774Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0c7f20f1ec8f88bb -C extra-filename=-5d2b59558facd16d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622026-07-01T22:32:03.886Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6b01635945798603 -C extra-filename=-c063ff308ae52934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25632026-07-01T22:32:03.886Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03fcc1d2f064dc5b -C extra-filename=-9675ab8a959e1686 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9675ab8a959e1686 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-07-01T22:32:03.889Z Compiling errno v0.3.14
25652026-07-01T22:32:03.919Z Compiling jobserver v0.1.34
25662026-07-01T22:32:03.922Z Compiling mio v1.2.0
25672026-07-01T22:32:03.953Z Compiling socket2 v0.6.3
25682026-07-01T22:32:03.956Z Compiling getrandom v0.2.17
25692026-07-01T22:32:03.956Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-d74fceb7f2ffb6e2/build-script-build`
25702026-07-01T22:32:03.956Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=71a4f1f394f6309a -C extra-filename=-54159e90ff1115fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25712026-07-01T22:32:03.956Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6b51666836ee3c1 -C extra-filename=-d7b87b25cac2758a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722026-07-01T22:32:03.956Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4c53027a549395fb -C extra-filename=-b0b1b805e7f4c99b --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-b0b1b805e7f4c99b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-07-01T22:32:03.956Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=b7cf71f3316da253 -C extra-filename=-9ecfd7549d856f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-07-01T22:32:03.956Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=0c6d633c3bd6cc2d -C extra-filename=-618aa504141926aa --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-618aa504141926aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-07-01T22:32:04.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=aef1979c36612c16 -C extra-filename=-57908231e01adef6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25762026-07-01T22:32:04.132Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-68cab2fd40a9d29c/build-script-build`
25772026-07-01T22:32:04.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2a6cab95582e30fa -C extra-filename=-902eb28261dbbcdf --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-07-01T22:32:04.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db93cf6459778cf9 -C extra-filename=-a4ee466cc94783ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25792026-07-01T22:32:04.202Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9e4c2de14439e9b5 -C extra-filename=-3e48272610caadc8 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802026-07-01T22:32:04.206Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=69a2a2f9fc31a004 -C extra-filename=-20e2a5c74bb6c2f5 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
25812026-07-01T22:32:04.206Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b935b3e5f1e0f226 -C extra-filename=-8b9aad4db87b0c55 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-07-01T22:32:04.206Z Compiling ctutils v0.4.2
25832026-07-01T22:32:04.237Z Compiling futures-channel v0.3.32
25842026-07-01T22:32:04.240Z Compiling base64ct v1.8.3
25852026-07-01T22:32:04.240Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-260b1c36d1afce2b/build-script-build`
25862026-07-01T22:32:04.240Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=114ed93f43e24120 -C extra-filename=-43c4035872041e02 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872026-07-01T22:32:04.240Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=edb7f54765f0ce79 -C extra-filename=-2be4f244cd0ef462 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-07-01T22:32:04.240Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=3491e60856517469 -C extra-filename=-e2575b5c144b22ce --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-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-07-01T22:32:04.525Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-a51fd58e4030cd49/build-script-build`
25902026-07-01T22:32:04.529Z Compiling regex-automata v0.4.14
25912026-07-01T22:32:04.529Z Compiling pkg-config v0.3.32
25922026-07-01T22:32:04.529Z Compiling either v1.15.0
25932026-07-01T22:32:04.529Z Compiling base64 v0.22.1
25942026-07-01T22:32:04.562Z Compiling num-conv v0.2.0
25952026-07-01T22:32:04.565Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=5c3b3fda329ee457 -C extra-filename=-fa6b42ed4cc11fef --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-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962026-07-01T22:32:04.565Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ctutils --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctutils-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=0a14a9824d06da0e -C extra-filename=-e920ad349d0cd8b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cmov=/work/oxidecomputer/omicron/target/debug/deps/libcmov-a950dbc70de7c84f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-07-01T22:32:04.565Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4c53dd6cc6eeae1/build-script-build`
25982026-07-01T22:32:04.565Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ec84580fff20af9c -C extra-filename=-2f5e09e4f5a3ac8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992026-07-01T22:32:04.673Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5db2b2dfb3207a74 -C extra-filename=-6b71e4e3efe07320 --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"))'`
26002026-07-01T22:32:04.676Z Compiling syn v2.0.117
26012026-07-01T22:32:04.676Z Compiling once_cell v1.21.3
26022026-07-01T22:32:04.676Z Compiling signal-hook-registry v1.4.8
26032026-07-01T22:32:04.676Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-05540d085a498351/build-script-build`
26042026-07-01T22:32:04.710Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=449c65058e605e36 -C extra-filename=-5245eb45c03b9429 --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-63ba44012e1cbc03.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052026-07-01T22:32:04.713Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06e021bd590babcb -C extra-filename=-37de36d771c6eb9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062026-07-01T22:32:04.713Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=744ec440670be3a3 -C extra-filename=-802a02953ab3b2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072026-07-01T22:32:04.748Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18ab562633b25f9c -C extra-filename=-533a9d4dd3ba43e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:04.785Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0732ddc67cfd5f4 -C extra-filename=-8a91b2fd79f237fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:04.938Z Compiling parking_lot v0.12.5
26102026-07-01T22:32:04.943Z Compiling rand_core v0.6.4
26112026-07-01T22:32:04.943Z Compiling utf8parse v0.2.2
26122026-07-01T22:32:04.943Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=975176c6d651d744 -C extra-filename=-d597faab344c3474 --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-3e48272610caadc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132026-07-01T22:32:04.943Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bd95b2b00dd4b43f -C extra-filename=-62a3273ba722b64a --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-7d9dec711376449a.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-07-01T22:32:04.943Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=7d387ccda825ae1a -C extra-filename=-8a0b65bb2d2209ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-07-01T22:32:05.144Z Compiling bitflags v2.11.0
26162026-07-01T22:32:05.148Z Compiling semver v1.0.28
26172026-07-01T22:32:05.148Z Compiling cc v1.2.56
26182026-07-01T22:32:05.148Z Compiling uuid v1.23.4
26192026-07-01T22:32:05.215Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=7e9d9cfc8e024310 -C extra-filename=-b90ae94c6b847292 --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-a5a76f247fefddb9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-20e2a5c74bb6c2f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-07-01T22:32:05.218Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=55d258e31b04a76f -C extra-filename=-83efb3bf92b107e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:05.218Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9675ab8a959e1686/build-script-build`
26222026-07-01T22:32:05.252Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-b0b1b805e7f4c99b/build-script-build`
26232026-07-01T22:32:05.255Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=e77d0f140a451e02 -C extra-filename=-a4b588786e87421e --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-2be4f244cd0ef462.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242026-07-01T22:32:05.473Z Compiling indexmap v2.14.0
26252026-07-01T22:32:05.476Z Compiling tracing-core v0.1.36
26262026-07-01T22:32:05.476Z Compiling time-core v0.1.8
26272026-07-01T22:32:05.476Z Compiling powerfmt v0.2.0
26282026-07-01T22:32:05.476Z Compiling num_threads v0.1.7
26292026-07-01T22:32:05.476Z Compiling anstyle v1.0.14
26302026-07-01T22:32:05.476Z Compiling anstyle-query v1.1.5
26312026-07-01T22:32:05.476Z Compiling is_terminal_polyfill v1.70.2
26322026-07-01T22:32:05.476Z Compiling crossbeam-utils v0.8.21
26332026-07-01T22:32:05.476Z Compiling colorchoice v1.0.4
26342026-07-01T22:32:05.476Z Compiling const-oid v0.10.2
26352026-07-01T22:32:05.507Z Compiling httparse v1.10.1
26362026-07-01T22:32:05.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=b792d2c952d5993b -C extra-filename=-c33ab584de8d9506 --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-516c5eaca3dcccc7.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-8b9aad4db87b0c55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-54dbde732dbccf40.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-07-01T22:32:05.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=cb095e3e8d0b4346 -C extra-filename=-1f5100c8f325d83a --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-54159e90ff1115fe.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)'`
26382026-07-01T22:32:05.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=84f83b62f1a5b84e -C extra-filename=-e4b7d8345d76cf1f --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-07-01T22:32:05.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5b24b40d4c7987d4 -C extra-filename=-6f9354b082e3e3f5 --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-86480131418ac148.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-1eed3ad9b5d6e150.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"))'`
26402026-07-01T22:32:05.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=c6bc460a959a4246 -C extra-filename=-64568b11226546eb --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-07-01T22:32:05.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=ce43e6f6c2bb8884 -C extra-filename=-5a616b0dae31bb83 --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-902eb28261dbbcdf.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-07-01T22:32:05.830Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=5d4f6bacba1e242a -C extra-filename=-9ce442fd1cc128fd --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-fd684d5e51179a36.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-397b737bc890d6d2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-07-01T22:32:05.834Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-618aa504141926aa/build-script-build`
26442026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f23a6de5a1dc150 -C extra-filename=-eb2dd144d6cd661f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59869f73fd6ffb60 -C extra-filename=-b42e381d5bc8ef55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f8c15cb4f7e9d5e1 -C extra-filename=-33d2256449469a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=cf18f9c59f2b8185 -C extra-filename=-6fba9c5da1bb2d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=62f935f4c045e48f -C extra-filename=-ad3616d890d7f534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e55592f10aeccdcb -C extra-filename=-0f3a62f4707f631b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0f3a62f4707f631b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-07-01T22:32:05.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=dd77a0846f31c6b4 -C extra-filename=-101965df2ff7192a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-07-01T22:32:05.864Z Compiling anstyle-parse v1.0.0
26522026-07-01T22:32:05.867Z Compiling dunce v1.0.5
26532026-07-01T22:32:05.868Z Compiling camino v1.2.2
26542026-07-01T22:32:05.868Z Compiling fs_extra v1.3.0
26552026-07-01T22:32:05.868Z Compiling cpufeatures v0.3.0
26562026-07-01T22:32:05.868Z Compiling clap_lex v1.0.0
26572026-07-01T22:32:05.868Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=000d273b3883f20f -C extra-filename=-21574cd712eab8b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-07-01T22:32:05.868Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=740fa9fe2e793c03 -C extra-filename=-8fcec526aa4960a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26592026-07-01T22:32:05.868Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eba30f0b661568a7 -C extra-filename=-60c8f6d8d1e5d3d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:05.868Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=50ca053865d25d9a -C extra-filename=-0f13d12a47502573 --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-62a3273ba722b64a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-07-01T22:32:05.868Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e008972b03acce3 -C extra-filename=-9aefef24eeecbb7e --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-9aefef24eeecbb7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-07-01T22:32:06.220Z Compiling allocator-api2 v0.2.21
26632026-07-01T22:32:06.224Z Compiling slog v2.8.2
26642026-07-01T22:32:06.224Z Compiling aws-lc-rs v1.16.3
26652026-07-01T22:32:06.224Z Compiling ryu v1.0.23
26662026-07-01T22:32:06.224Z Compiling cpufeatures v0.2.17
26672026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=63524bb2f05cddee -C extra-filename=-da778a8e0d5d80e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26682026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5ee9d11baaea22e -C extra-filename=-c3c1c57b2bfa2e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5d1cf5797f1a33e -C extra-filename=-941d8d519fa39158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6afc2c66a64519b3 -C extra-filename=-6cf507d1cff81ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65ac6879c0351ce8 -C extra-filename=-27aedb9df198127e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=ae8a222d976e84b4 -C extra-filename=-2756caaa37d30dcc --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2756caaa37d30dcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-07-01T22:32:06.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=bdf455d4b4007ada -C extra-filename=-ca2af37d5e0b54bb --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-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-07-01T22:32:06.475Z Compiling time-macros v0.2.27
26752026-07-01T22:32:06.479Z Compiling cmake v0.1.57
26762026-07-01T22:32:06.479Z Compiling atomic-waker v1.1.2
26772026-07-01T22:32:06.479Z Compiling rustc_version v0.4.1
26782026-07-01T22:32:06.479Z Compiling httpdate v1.0.3
26792026-07-01T22:32:06.479Z Compiling untrusted v0.7.1
26802026-07-01T22:32:06.479Z Compiling try-lock v0.2.5
26812026-07-01T22:32:06.479Z Compiling fastrand v2.3.0
26822026-07-01T22:32:06.479Z Compiling ucd-trie v0.1.7
26832026-07-01T22:32:06.479Z Compiling tower-layer v0.3.3
26842026-07-01T22:32:06.511Z Compiling tower-service v0.3.3
26852026-07-01T22:32:06.546Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=66c3afccefebc448 -C extra-filename=-7dcb47ac0aa2b6cf --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-64568b11226546eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26862026-07-01T22:32:06.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=ca8d16534de17eae -C extra-filename=-a366b71677993b1e --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-07-01T22:32:06.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=15ae6b1eebfb9237 -C extra-filename=-98230cbbab9e3f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-07-01T22:32:06.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=779b1db071c669a5 -C extra-filename=-00bd218468570be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-00bd218468570be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-07-01T22:32:06.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=4fa5e42e1acb748b -C extra-filename=-b95faaec17b65d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-07-01T22:32:06.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8830b4f8384bf412 -C extra-filename=-04d86b88b00df2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-07-01T22:32:06.582Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e68629e549c3bf8f -C extra-filename=-093db0f2b3b1531a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-093db0f2b3b1531a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-07-01T22:32:06.857Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=7129b49c91193d63 -C extra-filename=-484654af456c02f7 --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-37de36d771c6eb9a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-101965df2ff7192a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-07-01T22:32:06.860Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0f3a62f4707f631b/build-script-build`
26942026-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=994984b92bc03d07 -C extra-filename=-662b4c506cdd594c --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-c33ab584de8d9506.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d40a579c59d492f -C extra-filename=-9c2fba7dc8c3ab68 --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-e4b7d8345d76cf1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=933c5facc6528f89 -C extra-filename=-cb2fa448f0536d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e5a875cf4992ab9 -C extra-filename=-25cc7ebab10ea2cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=42957620c50d6b18 -C extra-filename=-c0198133be15211f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b6d574464049b571 -C extra-filename=-95adc8fe9f2951ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ec9f61da4e89b21 -C extra-filename=-135c6475389edf7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:06.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=79bc44001c1ca026 -C extra-filename=-7884411faf8446e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:06.861Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-9aefef24eeecbb7e/build-script-build`
27032026-07-01T22:32:06.861Z Compiling deranged v0.5.8
27042026-07-01T22:32:06.887Z Compiling anstream v1.0.0
27052026-07-01T22:32:06.891Z Compiling rand_core v0.9.5
27062026-07-01T22:32:06.891Z Compiling pretty-hex v0.4.1
27072026-07-01T22:32:06.891Z Compiling plain v0.2.3
27082026-07-01T22:32:06.891Z Compiling untrusted v0.9.0
27092026-07-01T22:32:06.891Z Compiling mime v0.3.17
27102026-07-01T22:32:06.891Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea9a168611fb8770 -C extra-filename=-49eb9166be51a979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112026-07-01T22:32:06.891Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c78b949686793856 -C extra-filename=-7fc39982ef9dfaba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-07-01T22:32:07.206Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=0e364ff8b7082989 -C extra-filename=-2979e45ffd283bf6 --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-6fba9c5da1bb2d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-07-01T22:32:07.210Z Compiling want v0.3.1
27142026-07-01T22:32:07.210Z Compiling rustls v0.23.41
27152026-07-01T22:32:07.210Z Compiling pem-rfc7468 v0.7.0
27162026-07-01T22:32:07.210Z Compiling spin v0.9.8
27172026-07-01T22:32:07.210Z Compiling unicode-segmentation v1.12.0
27182026-07-01T22:32:07.210Z Compiling flagset v0.4.7
27192026-07-01T22:32:07.210Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2756caaa37d30dcc/build-script-build`
27202026-07-01T22:32:07.240Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=d09df9b080bb11d1 -C extra-filename=-c4d6b64651c620f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212026-07-01T22:32:07.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=805ba977a0ce485d -C extra-filename=-614c1cfc56bd8768 --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-a366b71677993b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-07-01T22:32:07.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3dacfd3c74044ed -C extra-filename=-7fc84d34336edae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232026-07-01T22:32:07.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdd5ce9a4d4d2c27 -C extra-filename=-d07e1f9c6fa50b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-07-01T22:32:07.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=3a70d51dd87eff36 -C extra-filename=-1ef663efb51a962b --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-33d2256449469a81.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ca2af37d5e0b54bb.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b42e381d5bc8ef55.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-60c8f6d8d1e5d3d5.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-ad3616d890d7f534.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252026-07-01T22:32:07.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13e3712290f13885 -C extra-filename=-b7b051eec9c8a316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262026-07-01T22:32:07.493Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cb2afe94ccf66d4f -C extra-filename=-13e7df82655a3fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27272026-07-01T22:32:07.493Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1b8d02670a9e16c -C extra-filename=-7267fb885812b854 --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-135c6475389edf7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282026-07-01T22:32:07.497Z Compiling regex v1.12.3
27292026-07-01T22:32:07.497Z Compiling pest v2.8.6
27302026-07-01T22:32:07.497Z Compiling simd-adler32 v0.3.8
27312026-07-01T22:32:07.497Z Compiling openssl-probe v0.2.1
27322026-07-01T22:32:07.497Z Compiling adler2 v2.0.1
27332026-07-01T22:32:07.497Z Compiling encoding_rs v0.8.35
27342026-07-01T22:32:07.497Z Compiling vcpkg v0.2.15
27352026-07-01T22:32:07.497Z Compiling foldhash v0.2.0
27362026-07-01T22:32:07.497Z Compiling crc32fast v1.5.0
27372026-07-01T22:32:07.497Z Compiling sync_wrapper v1.0.2
27382026-07-01T22:32:07.497Z Compiling iri-string v0.7.10
27392026-07-01T22:32:07.528Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c6ff0eb8be2d1706 -C extra-filename=-95bf3ad5c179ed43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-95bf3ad5c179ed43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402026-07-01T22:32:07.532Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=a075fe5b12f9a544 -C extra-filename=-567322735588ace4 --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-a5a76f247fefddb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-07-01T22:32:07.532Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a4f7dbbee85a5c4a -C extra-filename=-0ef97071bef2e3cd --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-2f5e09e4f5a3ac8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-07-01T22:32:07.532Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-093db0f2b3b1531a/build-script-build`
27432026-07-01T22:32:07.532Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=07ed50a25686f0ec -C extra-filename=-18e28674e7c55e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-07-01T22:32:07.532Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=2f7be6d8fa308054 -C extra-filename=-7bafc2cc5669c27a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:07.804Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=502c67de0149a34e -C extra-filename=-1eef1698af9ef41b --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-63ba44012e1cbc03.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-07-01T22:32:07.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=87e6d576c72596b5 -C extra-filename=-eb0483341114352c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27472026-07-01T22:32:07.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=18e325ef691be50d -C extra-filename=-a0f14633b679912f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-07-01T22:32:07.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=28e333d53561ef05 -C extra-filename=-29586db834c2c8c8 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492026-07-01T22:32:07.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a49eb3748055001e -C extra-filename=-c3ddc02eb03e5250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:07.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8b49aac30882999d -C extra-filename=-65b8010b89ba5e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-07-01T22:32:07.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=e64f56452889cf41 -C extra-filename=-533c824c10e8633d --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-533c824c10e8633d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-07-01T22:32:07.808Z Compiling synstructure v0.13.2
27532026-07-01T22:32:07.836Z Compiling serde_derive_internals v0.29.1
27542026-07-01T22:32:07.839Z Compiling terminal_size v0.4.3
27552026-07-01T22:32:07.839Z Compiling aws-lc-sys v0.40.0
27562026-07-01T22:32:07.839Z Compiling tempfile v3.25.0
27572026-07-01T22:32:07.839Z Compiling darling_core v0.21.3
27582026-07-01T22:32:07.839Z Compiling static_assertions v1.1.0
27592026-07-01T22:32:07.870Z Compiling paste v1.0.15
27602026-07-01T22:32:07.873Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=0f7c7e6160c8d8eb -C extra-filename=-1b85095cd2f7e3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-07-01T22:32:07.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ec158318494b7d -C extra-filename=-77aaf41f58c5bf5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:07.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=af75a703fc90d3c5 -C extra-filename=-fb7734b753186998 --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-a81f463b5eadc7cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-07-01T22:32:07.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=242cfe80ff7d3360 -C extra-filename=-57a36c2ad6cf5439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-07-01T22:32:07.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=2e1d09c24993cc90 -C extra-filename=-03e74e23898f7961 --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-29cf7af8e2fc43be.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-95adc8fe9f2951ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-07-01T22:32:07.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=6e5cceb2d9e19f55 -C extra-filename=-0d49d99825834bad --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-c71d6c6cbdc15377.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)'`
27662026-07-01T22:32:08.074Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=3f1f1ead994a07ac -C extra-filename=-7df656c02fce06c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-07-01T22:32:08.077Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b29bcd8ca1c6ff7d -C extra-filename=-79cb5c07660c1ade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-07-01T22:32:08.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0976be1f972afa0 -C extra-filename=-68792b73d7f60e2e --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-7dcb47ac0aa2b6cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-07-01T22:32:08.144Z Compiling winnow v1.0.3
27702026-07-01T22:32:08.147Z Compiling cookie v0.18.1
27712026-07-01T22:32:08.175Z Compiling zlib-rs v0.6.2
27722026-07-01T22:32:08.179Z Compiling litrs v1.0.0
27732026-07-01T22:32:08.179Z Compiling psl-types v2.0.11
27742026-07-01T22:32:08.180Z Compiling winnow v0.7.14
27752026-07-01T22:32:08.180Z Compiling lazy_static v1.5.0
27762026-07-01T22:32:08.205Z Compiling tinyvec_macros v0.1.1
27772026-07-01T22:32:08.209Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=17b44f74bdc8d3c9 -C extra-filename=-6f3e26061bd0b1ee --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6f3e26061bd0b1ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-662b4c506cdd594c.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-941d8d519fa39158.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-c3c1c57b2bfa2e19.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782026-07-01T22:32:08.241Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=f8a1c62e0887f9fa -C extra-filename=-60ea3d868d426f36 --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-91bf8e578b010fbb.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-07-01T22:32:08.244Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a55e1350a01b0aab -C extra-filename=-b6a1f3764dd48795 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-b6a1f3764dd48795 -L 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-07-01T22:32:08.245Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9d852bae2f0a7b88 -C extra-filename=-0d57bdbec6aad337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:08.245Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=4600482a54a229b4 -C extra-filename=-30ed1d392d907960 --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-c0198133be15211f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-07-01T22:32:08.491Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=758d2817bfed3f06 -C extra-filename=-c7afbda83ac8ae72 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-c7afbda83ac8ae72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-07-01T22:32:08.495Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=db34b3949740d692 -C extra-filename=-8bdb67458aeb1f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-07-01T22:32:08.495Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=c1cb3fae08067a0b -C extra-filename=-62a2e18b766de46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-07-01T22:32:08.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=4975096aa70c98fc -C extra-filename=-03d4d64eac81b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-07-01T22:32:08.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08fd68b768370713 -C extra-filename=-6d22b549ea5348ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-07-01T22:32:08.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=5cdd2f8e6f0c871f -C extra-filename=-d002aab0f53c3af0 --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-567322735588ace4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-07-01T22:32:08.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=aac0589ee79c6997 -C extra-filename=-1bfc1429ca26185f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-07-01T22:32:08.499Z Compiling time v0.3.47
27902026-07-01T22:32:08.499Z Compiling miniz_oxide v0.8.9
27912026-07-01T22:32:08.499Z Compiling hashbrown v0.16.1
27922026-07-01T22:32:08.499Z Compiling usdt-impl v0.6.0
27932026-07-01T22:32:08.499Z Compiling thread-id v5.1.0
27942026-07-01T22:32:08.499Z Compiling darling_core v0.20.11
27952026-07-01T22:32:08.499Z Compiling num-integer v0.1.46
27962026-07-01T22:32:08.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71a727f13730b1f8 -C extra-filename=-d8c602be5b3fa833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972026-07-01T22:32:08.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=4c8cccb8a2072c55 -C extra-filename=-5e04864d6535fe16 --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-2979e45ffd283bf6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-37de36d771c6eb9a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eb2dd144d6cd661f.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-6fba9c5da1bb2d6d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-101965df2ff7192a.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-484654af456c02f7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-07-01T22:32:08.836Z Compiling clap_builder v4.6.0
27992026-07-01T22:32:08.836Z Compiling tinyvec v1.10.0
28002026-07-01T22:32:08.836Z Compiling memmap2 v0.9.10
28012026-07-01T22:32:08.836Z Compiling ahash v0.8.12
28022026-07-01T22:32:08.836Z Compiling bit-vec v0.8.0
28032026-07-01T22:32:08.836Z Compiling rustix v0.38.44
28042026-07-01T22:32:08.836Z Compiling data-encoding v2.10.0
28052026-07-01T22:32:08.869Z Compiling object v0.37.3
28062026-07-01T22:32:08.873Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-533c824c10e8633d/build-script-build`
28072026-07-01T22:32:08.873Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29dfe7afd968bc8a -C extra-filename=-5e024dd57b3f5220 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-07-01T22:32:08.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=203751e4eb4a24f6 -C extra-filename=-7c7af1351ba55467 --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-91bf8e578b010fbb.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092026-07-01T22:32:08.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=8dfcb58e0930f9b3 -C extra-filename=-c738c1d1cf6b2102 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-c738c1d1cf6b2102 -L 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-07-01T22:32:08.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=517d4d82944c2990 -C extra-filename=-5cce30a55b979f3d --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-98230cbbab9e3f9d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-07-01T22:32:08.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=ad5e7c5a11c8be4d -C extra-filename=-6cf93203ab6fbab7 --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-a0f14633b679912f.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-07-01T22:32:08.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=118858ae75b52ba3 -C extra-filename=-920dd5da461a6d02 --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132026-07-01T22:32:09.038Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=1a267e30f9406b27 -C extra-filename=-3f6b2e87b92f8b19 --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-d8c602be5b3fa833.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-07-01T22:32:09.043Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=712029cd7c5c0dd7 -C extra-filename=-5813f5a21feda626 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-07-01T22:32:09.043Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=aae0ca01c979b26f -C extra-filename=-903f6a50a3d448c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-903f6a50a3d448c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-07-01T22:32:09.043Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=bf1ed8c0e7ef38af -C extra-filename=-db95e8e9529ca309 --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-1ef663efb51a962b.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-6cf507d1cff81ff6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-68792b73d7f60e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172026-07-01T22:32:09.112Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=629393987021c7a0 -C extra-filename=-a08be137faec8875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-07-01T22:32:09.146Z Compiling pest_meta v2.8.6
28192026-07-01T22:32:09.149Z Compiling toml_parser v1.1.2+spec-1.1.0
28202026-07-01T22:32:09.149Z Compiling openssl-sys v0.9.115
28212026-07-01T22:32:09.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=278ba881f178d727 -C extra-filename=-6dbee979cff49b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-07-01T22:32:09.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9082b049361ea43b -C extra-filename=-db3b35cdfba82a9a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-db3b35cdfba82a9a -L 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-07-01T22:32:09.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=27c039b1a0fa51b9 -C extra-filename=-fcde364264fe8366 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-fcde364264fe8366 -L 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-07-01T22:32:09.327Z Compiling document-features v0.2.12
28252026-07-01T22:32:09.331Z Compiling wait-timeout v0.2.1
28262026-07-01T22:32:09.331Z Compiling memoffset v0.9.1
28272026-07-01T22:32:09.331Z Compiling crossbeam-epoch v0.9.18
28282026-07-01T22:32:09.362Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=c6263837e5074c76 -C extra-filename=-86e46965a1e8b724 --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-03e74e23898f7961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-07-01T22:32:09.399Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=2ab2eee76c7395e5 -C extra-filename=-d7de13df64e70a85 --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-ccf4af5f4acd8b5c.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)'`
28302026-07-01T22:32:09.402Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=f5c5da97392c5114 -C extra-filename=-1c9eafb37e087664 --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-8bdb67458aeb1f07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-07-01T22:32:09.402Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-b6a1f3764dd48795/build-script-build`
28322026-07-01T22:32:09.402Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.115/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=16497ab1f51583b4 -C extra-filename=-eee02ccbc685358d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-eee02ccbc685358d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-c3ddc02eb03e5250.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-07-01T22:32:09.402Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-c7afbda83ac8ae72/build-script-build`
28342026-07-01T22:32:09.539Z Compiling serde_derive v1.0.228
28352026-07-01T22:32:09.539Z Compiling zeroize_derive v1.4.3
28362026-07-01T22:32:09.542Z Compiling zerofrom-derive v0.1.6
28372026-07-01T22:32:09.542Z Compiling yoke-derive v0.8.1
28382026-07-01T22:32:09.542Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c738c1d1cf6b2102/build-script-build`
28392026-07-01T22:32:09.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=9ed812b748b69924 -C extra-filename=-f96663b74c7be7c3 --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-03d4d64eac81b5d5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-07-01T22:32:09.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=c958075fc5711d27 -C extra-filename=-4fde6b813fd18c67 --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-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-07-01T22:32:09.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=6550c7c733063767 -C extra-filename=-27f7417d3c3a51bd --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-27f7417d3c3a51bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-07-01T22:32:09.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=799930511d6f8334 -C extra-filename=-a0f1a60af5e209bc --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-07-01T22:32:09.676Z Compiling zerovec-derive v0.11.2
28442026-07-01T22:32:09.676Z Compiling displaydoc v0.2.5
28452026-07-01T22:32:09.679Z Compiling zerocopy-derive v0.8.40
28462026-07-01T22:32:09.679Z Compiling thiserror-impl v2.0.18
28472026-07-01T22:32:09.679Z Compiling tokio-macros v2.7.0
28482026-07-01T22:32:09.679Z Compiling schemars_derive v0.8.22
28492026-07-01T22:32:09.679Z Compiling futures-macro v0.3.32
28502026-07-01T22:32:09.679Z Compiling thiserror-impl v1.0.69
28512026-07-01T22:32:09.679Z Compiling tracing-attributes v0.1.31
28522026-07-01T22:32:09.679Z Compiling clap_derive v4.6.1
28532026-07-01T22:32:09.712Z Compiling async-trait v0.1.89
28542026-07-01T22:32:09.716Z Compiling der_derive v0.7.3
28552026-07-01T22:32:09.716Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1ad6b72f45834930 -C extra-filename=-5f32d1b75b4bbc32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562026-07-01T22:32:09.716Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e619aaa868e65ce0 -C extra-filename=-e3d3e05fa8dbb00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7df656c02fce06c5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-07-01T22:32:09.716Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c56f24876229299a -C extra-filename=-1c53d67cb800b7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7df656c02fce06c5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-07-01T22:32:09.716Z Running `/home/build/.rustup/toolchains/1.96.1-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=0aa3c6d0a2e3779b -C extra-filename=-d6cd373a36f33500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-07-01T22:32:09.721Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8336205b6d2e570 -C extra-filename=-af50e8bf13b06eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-07-01T22:32:09.755Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b4da5c0a4d785afa -C extra-filename=-3ad409a153944230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-07-01T22:32:09.758Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82420af9f4f35759 -C extra-filename=-ef525cd206fce395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-07-01T22:32:09.758Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f009255b6d74826 -C extra-filename=-3bd6566625d11e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-07-01T22:32:09.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a90cb7ad910d3050 -C extra-filename=-10f1867274664dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-07-01T22:32:09.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45284e111c012b97 -C extra-filename=-a6aaa50e57b54826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-07-01T22:32:09.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb4abcefdf2a4b5b -C extra-filename=-de4fc64916b0b76a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-07-01T22:32:09.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af660263b69fcfc7 -C extra-filename=-d6d0de4da8510220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-79cb5c07660c1ade.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-07-01T22:32:09.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=93989aa9c9fa0e21 -C extra-filename=-b1bd09d49767db40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-07-01T22:32:09.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=584605f0f10ff997 -C extra-filename=-c09ce5507df5d0d6 --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-07-01T22:32:09.820Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23bbd7419a61895b -C extra-filename=-4e778a706bc0dc16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-07-01T22:32:09.823Z Compiling hubpack_derive v0.1.1
28712026-07-01T22:32:09.823Z Compiling scroll_derive v0.13.1
28722026-07-01T22:32:09.823Z Compiling strum_macros v0.26.4
28732026-07-01T22:32:09.854Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e243d9771f008249 -C extra-filename=-8dc6a4d778643777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-07-01T22:32:09.886Z Compiling pest_generator v2.8.6
28752026-07-01T22:32:09.889Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96c2e495e79b912d -C extra-filename=-f762295cd3df5062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-07-01T22:32:09.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0c0fe27bd8af30a -C extra-filename=-7c28d0965ba73971 --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-07-01T22:32:09.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3eaeb542a4e777f1 -C extra-filename=-0fe691a293350de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-07-01T22:32:09.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=411f85727436da1b -C extra-filename=-bfc847626c22af68 --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-03e74e23898f7961.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-86e46965a1e8b724.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-07-01T22:32:10.062Z Compiling bit-set v0.8.0
28802026-07-01T22:32:10.065Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f18f78e94b74a85 -C extra-filename=-9c04229033293e30 --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"))'`
28812026-07-01T22:32:10.094Z Running `/work/oxidecomputer/omicron/target/debug/build/object-fcde364264fe8366/build-script-build`
28822026-07-01T22:32:10.097Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3821aea2ce946d57 -C extra-filename=-19b255e00cde2496 --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-a08be137faec8875.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-07-01T22:32:10.097Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=ec7bbf1bd8f52536 -C extra-filename=-14bcaa68aa0be40d --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-97b6d6236c1189b8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-07-01T22:32:10.260Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-903f6a50a3d448c2/build-script-build`
28852026-07-01T22:32:10.420Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-db3b35cdfba82a9a/build-script-build`
28862026-07-01T22:32:10.470Z Compiling scroll_derive v0.12.1
28872026-07-01T22:32:10.473Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cea53b8261e0880 -C extra-filename=-d853fcd4fa1ef71d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-07-01T22:32:10.473Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=e0d3c54f39037578 -C extra-filename=-c7f66a712244a735 --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-29cf7af8e2fc43be.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)'`
28892026-07-01T22:32:10.549Z Compiling zeroize v1.8.2
28902026-07-01T22:32:10.552Z Running `/home/build/.rustup/toolchains/1.96.1-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="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=918cd27091beb9d2 -C extra-filename=-d0e2b8b97da1a779 --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-d6cd373a36f33500.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-07-01T22:32:10.552Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-eee02ccbc685358d/build-script-main`
28922026-07-01T22:32:10.676Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fb6e3511aa79e0bd -C extra-filename=-b0866efa650d6974 --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-64568b11226546eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28932026-07-01T22:32:10.768Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-27f7417d3c3a51bd/build-script-build`
28942026-07-01T22:32:10.772Z Compiling hybrid-array v0.4.13
28952026-07-01T22:32:10.776Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="extra-sizes"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=f7908ef75e692b7d -C extra-filename=-0b62409d59e48fda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-07-01T22:32:10.949Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=deac45e7d8a03b0d -C extra-filename=-40916495b851732d --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-c51e2d5c295d0568.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
28972026-07-01T22:32:10.955Z Compiling rustls-pki-types v1.14.0
28982026-07-01T22:32:10.955Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=9a55e9d9103498fc -C extra-filename=-534ce28830e876e6 --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-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-07-01T22:32:10.994Z Compiling darling_macro v0.21.3
29002026-07-01T22:32:10.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d580bca9b28473f3 -C extra-filename=-251a5bc5e7156943 --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-60ea3d868d426f36.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-07-01T22:32:11.031Z Compiling zerocopy-derive v0.7.35
29022026-07-01T22:32:11.035Z Compiling bstr v1.12.1
29032026-07-01T22:32:11.035Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e55fa02c2a569253 -C extra-filename=-8f2795012efe5e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-07-01T22:32:11.035Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=22d309735dd70562 -C extra-filename=-6ecbc3b5ef545b60 --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-29cf7af8e2fc43be.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-07-01T22:32:11.105Z Compiling anstyle-parse v0.2.7
29062026-07-01T22:32:11.109Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=23e7c0178d89b2e5 -C extra-filename=-61a1884dd5b5b5ab --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-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-07-01T22:32:11.154Z Compiling pest_derive v2.8.6
29082026-07-01T22:32:11.158Z Compiling quick-error v1.2.3
29092026-07-01T22:32:11.158Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=0e479ced96ae46a8 -C extra-filename=-44c692c3f641c731 --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-03e74e23898f7961.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-bfc847626c22af68.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-07-01T22:32:11.158Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b97119b319322d45 -C extra-filename=-f51b6fde85f5f638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-07-01T22:32:11.249Z Compiling der v0.7.10
29122026-07-01T22:32:11.252Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=e90b11d946f698d6 -C extra-filename=-5d4d9bd09798ac36 --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-9ecfd7549d856f01.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-8dc6a4d778643777.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7bafc2cc5669c27a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-07-01T22:32:11.428Z Compiling rustls-native-certs v0.8.3
29142026-07-01T22:32:11.431Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b51227269ae65ca4 -C extra-filename=-907724a876a00ad5 --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-77aaf41f58c5bf5a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-534ce28830e876e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-07-01T22:32:11.470Z Compiling flate2 v1.1.9
29162026-07-01T22:32:11.473Z Compiling futures-util v0.3.32
29172026-07-01T22:32:11.473Z Compiling darling_macro v0.20.11
29182026-07-01T22:32:11.473Z Compiling siphasher v1.0.2
29192026-07-01T22:32:11.473Z Compiling rusty-fork v0.3.1
29202026-07-01T22:32:11.473Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=00118251b3477a4f -C extra-filename=-4c657b5b17c10318 --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-d7de13df64e70a85.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6cf93203ab6fbab7.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-62a2e18b766de46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-07-01T22:32:11.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=fcd36644f1727486 -C extra-filename=-b8bf9e5fddfaba5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-07-01T22:32:11.507Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b71222da918a41d -C extra-filename=-519e32e87c1c4b1b --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-7c7af1351ba55467.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-07-01T22:32:11.507Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=22c87184fcbddb48 -C extra-filename=-4660081e21d95e9d --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-91bf8e578b010fbb.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f51b6fde85f5f638.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a0f1a60af5e209bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-07-01T22:32:11.507Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=00fcde25dba7f8bf -C extra-filename=-7549e874c0c6d611 --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-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-a6aaa50e57b54826.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-07-01T22:32:11.545Z Compiling anstream v0.6.21
29262026-07-01T22:32:11.549Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=2aaff288b52d6100 -C extra-filename=-0813c49105c134b4 --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-33d2256449469a81.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-61a1884dd5b5b5ab.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b42e381d5bc8ef55.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-60c8f6d8d1e5d3d5.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-ad3616d890d7f534.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-07-01T22:32:11.613Z Compiling crypto-common v0.1.7
29282026-07-01T22:32:11.616Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=bf08fc09a36b7564 -C extra-filename=-f32161e45c858ff9 --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-40916495b851732d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-07-01T22:32:11.657Z Compiling zerofrom v0.1.6
29302026-07-01T22:32:11.691Z Compiling block-buffer v0.10.4
29312026-07-01T22:32:11.727Z Compiling scroll v0.13.0
29322026-07-01T22:32:11.730Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=05209a42840b16ad -C extra-filename=-96cca0b70872e960 --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-e3d3e05fa8dbb00c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-07-01T22:32:11.730Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60bccbed82486b6b -C extra-filename=-814de547d638207c --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-40916495b851732d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-07-01T22:32:11.730Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=437fa84b5e5ddeac -C extra-filename=-667f74cc7fdff2cc --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-0fe691a293350de0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352026-07-01T22:32:11.762Z Compiling crypto-common v0.2.2
29362026-07-01T22:32:11.802Z Compiling block-buffer v0.12.1
29372026-07-01T22:32:11.805Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=67e4743c9c631552 -C extra-filename=-ef545fb852349509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382026-07-01T22:32:11.878Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=e2ffb903ad7ab7d6 -C extra-filename=-a6ea2d9592fa98f7 --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-902eb28261dbbcdf.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-07-01T22:32:11.882Z Compiling tracing v0.1.44
29402026-07-01T22:32:11.915Z Compiling block-padding v0.4.2
29412026-07-01T22:32:11.993Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=448bfc5e8b09901e -C extra-filename=-e0693d2d7d96384a --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-517a0a45b5918497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-b1bd09d49767db40.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0f13d12a47502573.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-07-01T22:32:11.996Z Compiling digest v0.10.7
29432026-07-01T22:32:11.996Z Compiling scroll v0.12.0
29442026-07-01T22:32:11.996Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb843042b656b723 -C extra-filename=-0cb0e5d72ff2b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-07-01T22:32:12.180Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=45eba3d2860eb687 -C extra-filename=-cc49f530e007cd9c --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-10f1867274664dbd.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)'`
29462026-07-01T22:32:12.184Z Compiling yoke v0.8.1
29472026-07-01T22:32:12.184Z Compiling darling v0.21.3
29482026-07-01T22:32:12.184Z Compiling heck v0.4.1
29492026-07-01T22:32:12.184Z Compiling rand_xorshift v0.4.0
29502026-07-01T22:32:12.184Z Compiling itertools v0.13.0
29512026-07-01T22:32:12.184Z Compiling usdt-impl v0.5.0
29522026-07-01T22:32:12.184Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=aa6e1be4c198eaf4 -C extra-filename=-293d0cce6557088d --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-814de547d638207c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f32161e45c858ff9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-07-01T22:32:12.184Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=bf44135b3c937646 -C extra-filename=-16e25791d5d88bcf --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-d853fcd4fa1ef71d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-07-01T22:32:12.184Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=9d0917c3ce3c3b3c -C extra-filename=-199c62b0e07218ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
29552026-07-01T22:32:12.184Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37716976d2f90244 -C extra-filename=-927d3a06c489e1d7 --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-de4fc64916b0b76a.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)'`
29562026-07-01T22:32:12.395Z Compiling inout v0.2.2
29572026-07-01T22:32:12.399Z Compiling spki v0.7.3
29582026-07-01T22:32:12.399Z Compiling goblin v0.10.5
29592026-07-01T22:32:12.400Z Compiling dtrace-parser v0.3.0
29602026-07-01T22:32:12.575Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=275223c44a377963 -C extra-filename=-df32c27bd59afd85 --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-ace8c102e25112b5.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-1c53d67cb800b7bc.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-07-01T22:32:12.575Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=41f6a59d818bb17a -C extra-filename=-0434c22b71da31fb --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-60ea3d868d426f36.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-251a5bc5e7156943.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-07-01T22:32:12.576Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=28c80e07671ae248 -C extra-filename=-239fd8d40de891f8 --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-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-07-01T22:32:12.576Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=de245992c73ab626 -C extra-filename=-f933e2cc2e49d477 --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-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-07-01T22:32:12.576Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=b60559e8715eb3f0 -C extra-filename=-69f5c9f5c283aee7 --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-07-01T22:32:12.576Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=7ee14c2f17c57c74 -C extra-filename=-eaae15304fdb4128 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-eaae15304fdb4128 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-07-01T22:32:12.579Z Compiling zerovec v0.11.5
29672026-07-01T22:32:12.579Z Compiling zerotrie v0.2.3
29682026-07-01T22:32:12.579Z Compiling clap v4.6.1
29692026-07-01T22:32:12.579Z Compiling sha2 v0.10.9
29702026-07-01T22:32:12.579Z Compiling signature v2.2.0
29712026-07-01T22:32:12.579Z Compiling hmac v0.12.1
29722026-07-01T22:32:12.579Z Compiling darling v0.20.11
29732026-07-01T22:32:12.580Z Compiling zerocopy v0.7.35
29742026-07-01T22:32:12.580Z Compiling goblin v0.8.2
29752026-07-01T22:32:12.580Z Compiling cfg_aliases v0.2.1
29762026-07-01T22:32:12.580Z Compiling unarray v0.1.4
29772026-07-01T22:32:12.580Z Compiling winnow v0.5.40
29782026-07-01T22:32:12.608Z Compiling dtrace-parser v0.2.0
29792026-07-01T22:32:12.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4c0b3bcdd71bd18f -C extra-filename=-560ecfd8d12822db --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-ef525cd206fce395.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)'`
29802026-07-01T22:32:12.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d644ce9001e8fb7a -C extra-filename=-49cbce1a6a3fb8a1 --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-03e74e23898f7961.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-44c692c3f641c731.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-07-01T22:32:12.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=db3eab927451dfe1 -C extra-filename=-92d9e500ef1476d7 --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-517a0a45b5918497.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d07e1f9c6fa50b91.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-667f74cc7fdff2cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-07-01T22:32:12.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=dcbac279ee05d9d0 -C extra-filename=-aea60623a8a5e1d9 --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-5d4d9bd09798ac36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-07-01T22:32:12.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding"))' -C metadata=f2bfd15d968c880f -C extra-filename=-30277077d84e1d74 --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-0cb0e5d72ff2b3cb.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-07-01T22:32:12.828Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=94f242d5fd20b77b -C extra-filename=-0488af395669d656 --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-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-af50e8bf13b06eff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-07-01T22:32:12.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=2fc0ac13afbe8300 -C extra-filename=-258dd76510bbc30c --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-db95e8e9529ca309.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c09ce5507df5d0d6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-07-01T22:32:12.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=38c5ae833079a0b8 -C extra-filename=-4b41efb20c47cd4d --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-3ad409a153944230.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-07-01T22:32:12.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=135099485fa1714a -C extra-filename=-3587de4c1eca98eb --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-293d0cce6557088d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-07-01T22:32:12.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f31294d7a705221 -C extra-filename=-5a271331fb2a007e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-07-01T22:32:12.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0177102e4c53f951 -C extra-filename=-73154dc9dd5dab38 --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-cd826904474fece0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-8f2795012efe5e94.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902026-07-01T22:32:12.832Z Compiling digest v0.11.3
29912026-07-01T22:32:12.860Z Compiling strum v0.26.3
29922026-07-01T22:32:12.863Z Compiling curve25519-dalek-derive v0.1.1
29932026-07-01T22:32:12.863Z Compiling thread-id v4.2.2
29942026-07-01T22:32:12.863Z Compiling num-iter v0.1.45
29952026-07-01T22:32:12.864Z Compiling ff v0.13.1
29962026-07-01T22:32:12.891Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=a8c92dd672523a70 -C extra-filename=-0194fe363b9ff511 --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-517a0a45b5918497.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d07e1f9c6fa50b91.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-16e25791d5d88bcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-07-01T22:32:12.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec9cab1038f4b09d -C extra-filename=-0c589bbae7109598 --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-03e74e23898f7961.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-44c692c3f641c731.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-07-01T22:32:12.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=942e12cd9bb84573 -C extra-filename=-e7cb8de7448dbaf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-07-01T22:32:12.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=49484a053b74b486 -C extra-filename=-5b33c8084bdad2f5 --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-7c7af1351ba55467.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-519e32e87c1c4b1b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-07-01T22:32:12.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=c2a90c0d45de150b -C extra-filename=-9cc70e643670a1a1 --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-293d0cce6557088d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-07-01T22:32:12.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f6f9dd903948a7f -C extra-filename=-373f6546f99997e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-07-01T22:32:12.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=3ef0b378a0bdf52e -C extra-filename=-56830b72dc13e326 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-07-01T22:32:13.169Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=092de400f20df345 -C extra-filename=-6f0ec927d2148949 --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-ef545fb852349509.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-21574cd712eab8b0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-07-01T22:32:13.173Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=1237d6ce7e31c410 -C extra-filename=-7ba3ae6fb5353ee3 --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-7c28d0965ba73971.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-07-01T22:32:13.173Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f040d7914200d796 -C extra-filename=-a7038128efc60c50 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-07-01T22:32:13.173Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=731fad2deaf390a0 -C extra-filename=-f40ba7a1fb5a8d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-07-01T22:32:13.173Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f51559747fc85d88 -C extra-filename=-c4eca94bacacceef --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-07-01T22:32:13.173Z Compiling cipher v0.5.2
30092026-07-01T22:32:13.173Z Compiling pkcs8 v0.10.2
30102026-07-01T22:32:13.202Z Compiling derive_builder_core v0.20.2
30112026-07-01T22:32:13.206Z Compiling x509-cert v0.2.5
30122026-07-01T22:32:13.206Z Compiling cargo-platform v0.3.2
30132026-07-01T22:32:13.206Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=ecc2c7e6da85fcb6 -C extra-filename=-d49deb96e6c0c423 --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-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-07-01T22:32:13.447Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=3009c028a98ec93e -C extra-filename=-483b1b82dc2b8371 --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-5d4d9bd09798ac36.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-07-01T22:32:13.450Z Compiling tinystr v0.8.2
30162026-07-01T22:32:13.450Z Compiling potential_utf v0.1.4
30172026-07-01T22:32:13.450Z Compiling base16ct v0.2.0
30182026-07-01T22:32:13.450Z Compiling openssl v0.10.79
30192026-07-01T22:32:13.450Z Compiling foreign-types-shared v0.1.1
30202026-07-01T22:32:13.450Z Compiling num-bigint-dig v0.8.6
30212026-07-01T22:32:13.450Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e74a695812c82e47 -C extra-filename=-dfd42778004a1d6d --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-5b33c8084bdad2f5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222026-07-01T22:32:13.450Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=2dcd13827731280a -C extra-filename=-854aa4b18a7d3c6e --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-ef545fb852349509.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-07-01T22:32:13.450Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-eaae15304fdb4128/build-script-build`
30242026-07-01T22:32:13.518Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=8de410c37e82161d -C extra-filename=-d0fc7af60cfb7a42 --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-07-01T22:32:13.521Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2a35827b26aab28 -C extra-filename=-9f6864a7b25b0482 --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-07-01T22:32:13.702Z Compiling nix v0.31.2
30272026-07-01T22:32:13.702Z Compiling hkdf v0.12.4
30282026-07-01T22:32:13.705Z Compiling group v0.13.0
30292026-07-01T22:32:13.705Z Compiling serde_with_macros v3.17.0
30302026-07-01T22:32:13.705Z Compiling crypto-bigint v0.5.5
30312026-07-01T22:32:13.705Z Compiling daft-derive v0.1.7
30322026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=97cfc21225c6909a -C extra-filename=-71f89665c857a75b --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-c71d6c6cbdc15377.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.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)'`
30332026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0ee849fc24a2393c -C extra-filename=-2e3dffe866ee261b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-2e3dffe866ee261b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=3f8bee923a4a6757 -C extra-filename=-f5758dc9c5baab6c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-f5758dc9c5baab6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=92e302f285417855 -C extra-filename=-59f410be95ce894e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=9bd9916d7e7f7bd1 -C extra-filename=-8a37692d605bf759 --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-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ab9e14d613c7ff98 -C extra-filename=-7092f79dec89e7cb --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-3ad409a153944230.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-07-01T22:32:13.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=340e6f76c96eb395 -C extra-filename=-e57c24619c2e2ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-07-01T22:32:13.948Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=5a0d7844e78e9d6c -C extra-filename=-be0721ee0556db15 --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-3587de4c1eca98eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-07-01T22:32:13.952Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=68ccf09287b50327 -C extra-filename=-7790f154fc53b82b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-7790f154fc53b82b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-5a271331fb2a007e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-07-01T22:32:13.952Z Compiling futures-executor v0.3.32
30422026-07-01T22:32:13.952Z Compiling sec1 v0.7.3
30432026-07-01T22:32:13.952Z Compiling foreign-types v0.3.2
30442026-07-01T22:32:13.983Z Compiling openssl-macros v0.1.1
30452026-07-01T22:32:13.986Z Compiling vergen-lib v9.1.0
30462026-07-01T22:32:13.986Z Compiling env_filter v1.0.0
30472026-07-01T22:32:13.986Z Compiling signal-hook v0.3.18
30482026-07-01T22:32:13.986Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=24b3baa55f083b15 -C extra-filename=-780eae7aa88c7229 --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-d49deb96e6c0c423.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-07-01T22:32:13.986Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=3a1a96ace60ca950 -C extra-filename=-6e7ad5684a052594 --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-40916495b851732d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-07-01T22:32:13.987Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ccac56573c6ab02 -C extra-filename=-f54d7a48ce4a8760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512026-07-01T22:32:13.987Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.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=85f3b49228af0aac -C extra-filename=-3b98e515edf20544 --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-0434c22b71da31fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522026-07-01T22:32:13.987Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=12e1dc66032a947a -C extra-filename=-066c74919d193261 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
30532026-07-01T22:32:14.161Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=8243ac714a0c0e41 -C extra-filename=-5bdcbad6532477c5 --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-59f410be95ce894e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-483b1b82dc2b8371.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-07-01T22:32:14.165Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=7550c6629d24454f -C extra-filename=-eef5baa9b0804630 --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-a81f463b5eadc7cf.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-07-01T22:32:14.165Z Compiling bytes v1.11.1
30562026-07-01T22:32:14.195Z Compiling icu_locale_core v2.1.1
30572026-07-01T22:32:14.198Z Compiling icu_collections v2.1.1
30582026-07-01T22:32:14.198Z Compiling chrono v0.4.44
30592026-07-01T22:32:14.263Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=bb0f8b76afbb10ab -C extra-filename=-1192493b7de9ba2a --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-1192493b7de9ba2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-07-01T22:32:14.267Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f1f76fc6096d80d -C extra-filename=-fe2f676a360a883d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-07-01T22:32:14.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=8e3fa342664b5e0a -C extra-filename=-7441cbd3a22dd55d --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-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-07-01T22:32:14.304Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=6986a1c6a7cc355b -C extra-filename=-6d0546ed3977e7bd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-6d0546ed3977e7bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-07-01T22:32:14.304Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c96be7514c617fb -C extra-filename=-4c40a4e129c7e6c3 --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-e57c24619c2e2ef1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-07-01T22:32:14.366Z Compiling serde_tokenstream v0.2.3
30652026-07-01T22:32:14.366Z Compiling ipnet v2.11.0
30662026-07-01T22:32:14.369Z Compiling erased-serde v0.3.31
30672026-07-01T22:32:14.369Z Compiling hex v0.4.3
30682026-07-01T22:32:14.370Z Compiling serde_urlencoded v0.7.1
30692026-07-01T22:32:14.370Z Compiling openapiv3 v2.2.0
30702026-07-01T22:32:14.370Z Compiling futures v0.3.32
30712026-07-01T22:32:14.370Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=4d52008ad7fa82a9 -C extra-filename=-a2a64572023fe240 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-07-01T22:32:14.370Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=13733985e7b0e32a -C extra-filename=-ffa3aaed89bf2864 --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-3ad409a153944230.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-b63721280092ad35.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-7092f79dec89e7cb.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-fc152cbb7e87bbf2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-07-01T22:32:14.469Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=85695ed73f97e852 -C extra-filename=-9cab2582a5b4b80f --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-3ad409a153944230.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-8a37692d605bf759.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-07-01T22:32:14.472Z Running `/home/build/.rustup/toolchains/1.96.1-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=a97999de2f568672 -C extra-filename=-fa9b90e544911148 --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-0cd954401ddedea0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-07-01T22:32:14.607Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d51a290fc42a9d -C extra-filename=-b402c6181ca8fdd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-07-01T22:32:14.607Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=223f038a1b0f7c0d -C extra-filename=-a3c7710536f17a69 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-07-01T22:32:14.610Z Compiling hubpack v0.1.2
30782026-07-01T22:32:14.610Z Compiling serde_spanned v0.6.9
30792026-07-01T22:32:14.610Z Compiling toml_datetime v0.6.11
30802026-07-01T22:32:14.610Z Compiling derive_builder_macro v0.20.2
30812026-07-01T22:32:14.610Z Compiling cargo_metadata v0.23.1
30822026-07-01T22:32:14.610Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=6bbaf8c7eb4b5a16 -C extra-filename=-cd89589bdd020c6c --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832026-07-01T22:32:14.610Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=6df905c8be607fc7 -C extra-filename=-d1667521e100809f --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-07-01T22:32:14.610Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=92654dc8af67a08f -C extra-filename=-42758531048c8111 --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-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-07-01T22:32:14.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc6a257d119bce98 -C extra-filename=-f0057a01d68b2d0a --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-878f6df4c8ca5317.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-07-01T22:32:14.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=350b2e6068e19aae -C extra-filename=-8ef8e959fc8416b0 --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-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-eef5baa9b0804630.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-07-01T22:32:14.782Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6f3e26061bd0b1ee/build-script-main`
30882026-07-01T22:32:14.785Z Compiling keccak v0.1.6
30892026-07-01T22:32:14.785Z Compiling same-file v1.0.6
30902026-07-01T22:32:14.785Z Compiling env_logger v0.11.9
30912026-07-01T22:32:14.813Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e3c2611c2f5e88b -C extra-filename=-f6c1d6068b903b0f --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-f762295cd3df5062.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922026-07-01T22:32:14.817Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-7790f154fc53b82b/build-script-build`
30932026-07-01T22:32:14.817Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=55ecc3566287cc8c -C extra-filename=-e9f062a1a6ffc461 --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-0d49d99825834bad.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-9f6864a7b25b0482.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-07-01T22:32:14.817Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-2e3dffe866ee261b/build-script-build`
30952026-07-01T22:32:14.817Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=943a058b69c4308d -C extra-filename=-eec8b3d45e167752 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-07-01T22:32:14.817Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=f1db5e8a33e02d5a -C extra-filename=-ecd338b72bd5e92f --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-dfd42778004a1d6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-07-01T22:32:14.817Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f5cbe5e5ede430dc -C extra-filename=-8f3a76856c2d0ae6 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-07-01T22:32:15.021Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-f5758dc9c5baab6c/build-script-build`
30992026-07-01T22:32:15.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=e773aa7bd841f7ea -C extra-filename=-38e80676e0413185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-07-01T22:32:15.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ea4b34aead13467 -C extra-filename=-dc6f0f0fcc5269e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-07-01T22:32:15.024Z Compiling tokio v1.52.1
31022026-07-01T22:32:15.024Z Compiling http v1.4.2
31032026-07-01T22:32:15.057Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-1192493b7de9ba2a/build-script-build`
31042026-07-01T22:32:15.506Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-6d0546ed3977e7bd/build-script-build`
31052026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=d4dda081b4fb8314 -C extra-filename=-e5c5db9078d14ea7 --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-0813c49105c134b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-7441cbd3a22dd55d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-07-01T22:32:15.506Z Compiling icu_provider v2.1.1
31072026-07-01T22:32:15.506Z Compiling toml_edit v0.19.15
31082026-07-01T22:32:15.506Z Compiling dof v0.3.0
31092026-07-01T22:32:15.506Z Compiling elliptic-curve v0.13.8
31102026-07-01T22:32:15.506Z Compiling pkcs1 v0.7.5
31112026-07-01T22:32:15.506Z Compiling bzip2-sys v0.1.13+1.0.8
31122026-07-01T22:32:15.506Z Compiling zstd-sys v2.0.16+zstd.1.5.7
31132026-07-01T22:32:15.506Z Compiling curve25519-dalek v4.1.3
31142026-07-01T22:32:15.506Z Compiling vergen v9.1.0
31152026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5bd21daaf819d734 -C extra-filename=-dc8f9b743288eb88 --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-a2a64572023fe240.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d597faab344c3474.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-3bd6566625d11e6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=7a9208f673ff15f3 -C extra-filename=-a1ea4a24beab3ec6 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-fe2f676a360a883d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
31172026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=cf35824b41768ec6 -C extra-filename=-5007868fe865df61 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-199c62b0e07218ce.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"))'`
31182026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3860b1154b5b1ad -C extra-filename=-163d9e629feecafc --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-a2a64572023fe240.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=8247ed7b3eab37a7 -C extra-filename=-f15e1a546932f3f9 --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-3ad409a153944230.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-ffa3aaed89bf2864.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-fc152cbb7e87bbf2.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-4b41efb20c47cd4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-07-01T22:32:15.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f3f08f75286ff1b6 -C extra-filename=-745e06628c0acb2c --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-0194fe363b9ff511.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73154dc9dd5dab38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-07-01T22:32:15.506Z Compiling ppv-lite86 v0.2.21
31222026-07-01T22:32:15.506Z Compiling dof v0.4.0
31232026-07-01T22:32:15.506Z Compiling sha3 v0.10.8
31242026-07-01T22:32:15.506Z Compiling walkdir v2.5.0
31252026-07-01T22:32:15.512Z Compiling fs-err v3.3.0
31262026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=84755f17a6fa99f3 -C extra-filename=-7957f31f30babfa3 --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-5d4d9bd09798ac36.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-483b1b82dc2b8371.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=131843faf11f08a8 -C extra-filename=-ab9f0e7e0ba2caf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ab9f0e7e0ba2caf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=d97a5b64afec36f8 -C extra-filename=-78f4bc115f155199 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-78f4bc115f155199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=7507449088980f11 -C extra-filename=-a0ac399c1996f852 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-a0ac399c1996f852 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=a6b33ccc775f68b9 -C extra-filename=-18f4787d1e85421a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-18f4787d1e85421a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=e2c51408297d9c06 -C extra-filename=-1b5286e9b86700e7 --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-59f410be95ce894e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-6e7ad5684a052594.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d49deb96e6c0c423.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-780eae7aa88c7229.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-483b1b82dc2b8371.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5bdcbad6532477c5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=decbd99b31944e14 -C extra-filename=-255efeca5121bfd9 --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-cd89589bdd020c6c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.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)'`
31332026-07-01T22:32:15.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=c41c5693103027fc -C extra-filename=-0279e42e3124cb47 --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-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-373f6546f99997e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-07-01T22:32:15.585Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=d6f30579678615d4 -C extra-filename=-c2be6540b1357add --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-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-07-01T22:32:15.588Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=3e288510727f9a11 -C extra-filename=-4b27ec5067f8cd7d --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-92d9e500ef1476d7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-07-01T22:32:15.588Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=f384aa3c473110a6 -C extra-filename=-5ac1b58a6f2e6a0b --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-ccf4af5f4acd8b5c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.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)'`
31372026-07-01T22:32:15.588Z Compiling bitflags v1.3.2
31382026-07-01T22:32:15.588Z Compiling native-tls v0.2.18
31392026-07-01T22:32:15.588Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=4237d1f93fa49c27 -C extra-filename=-1705773a90ca318e --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-293d0cce6557088d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-38e80676e0413185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-07-01T22:32:15.617Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2795380850899223 -C extra-filename=-a8b45d636343c1fb --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-dc6f0f0fcc5269e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-07-01T22:32:15.617Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=6021cbbc49981cf6 -C extra-filename=-b6262a583f70b86d --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-b6262a583f70b86d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-07-01T22:32:15.723Z Compiling derive_builder v0.20.2
31432026-07-01T22:32:15.727Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=b5ef808e3b7657cf -C extra-filename=-ea55f6da188cc094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442026-07-01T22:32:15.727Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=e92d9d9f4a1ecb0a -C extra-filename=-fc3e7cadb306fb76 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-fc3e7cadb306fb76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-07-01T22:32:15.762Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=e1645812f3594e3e -C extra-filename=-250c838f8b4f7b34 --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-ecd338b72bd5e92f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-07-01T22:32:15.765Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=33b09365b3bc4628 -C extra-filename=-e04f385b20aa8bce --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-475c5481f11c65dc.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d597faab344c3474.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472026-07-01T22:32:15.866Z Compiling unicode-normalization v0.1.25
31482026-07-01T22:32:16.008Z Compiling http-body v1.0.1
31492026-07-01T22:32:16.011Z Compiling enum-as-inner v0.6.1
31502026-07-01T22:32:16.011Z Compiling managed v0.8.0
31512026-07-01T22:32:16.011Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-a0ac399c1996f852/build-script-build`
31522026-07-01T22:32:16.044Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c8f327c2a30629f5 -C extra-filename=-e66b08c8ed750eb5 --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-3f6b2e87b92f8b19.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532026-07-01T22:32:16.122Z Compiling ref-cast v1.0.25
31542026-07-01T22:32:16.122Z Compiling chacha20 v0.10.0
31552026-07-01T22:32:16.125Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b987d0bbad9e0a0c -C extra-filename=-d542883118704951 --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-a2a64572023fe240.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-07-01T22:32:16.125Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=deb7a653d36160ef -C extra-filename=-182d9d7531721e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-07-01T22:32:16.125Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db6011040972381 -C extra-filename=-955cc156dd0ac2cc --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-07-01T22:32:16.334Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-78f4bc115f155199/build-script-build`
31592026-07-01T22:32:16.337Z Compiling icu_normalizer v2.1.1
31602026-07-01T22:32:16.337Z Compiling icu_properties v2.1.2
31612026-07-01T22:32:16.337Z Compiling phf_shared v0.11.3
31622026-07-01T22:32:16.337Z Compiling ref-cast-impl v1.0.25
31632026-07-01T22:32:16.337Z Compiling fixedbitset v0.4.2
31642026-07-01T22:32:16.337Z Compiling precomputed-hash v0.1.1
31652026-07-01T22:32:16.337Z Compiling new_debug_unreachable v1.0.6
31662026-07-01T22:32:16.369Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ab9f0e7e0ba2caf1/build-script-build`
31672026-07-01T22:32:16.372Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c0f79a6e24d58c6 -C extra-filename=-bb3a51f2e0edf0ac --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-bb3a51f2e0edf0ac -L 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-07-01T22:32:16.373Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="cipher"' --cfg 'feature="legacy"' --cfg 'feature="rng"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8d7407a5dd3aec6a -C extra-filename=-a95b6281bf6b3183 --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-ccf4af5f4acd8b5c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-07-01T22:32:16.373Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f1df45ba999e8850 -C extra-filename=-be48d9d6a75dccb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
31702026-07-01T22:32:16.373Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-b6262a583f70b86d/build-script-build`
31712026-07-01T22:32:16.554Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=d45490238f5dbca3 -C extra-filename=-096506404c05b770 --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-9cab2582a5b4b80f.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-afae2e2264006bb0.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f15e1a546932f3f9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-07-01T22:32:16.587Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=d172c16261a36a48 -C extra-filename=-a51dc212da69bcd4 --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-9cab2582a5b4b80f.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-ffa3aaed89bf2864.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a4ee466cc94783ae.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f15e1a546932f3f9.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-4b41efb20c47cd4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-07-01T22:32:16.591Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-18f4787d1e85421a/build-script-build`
31742026-07-01T22:32:16.591Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-fc3e7cadb306fb76/build-script-build`
31752026-07-01T22:32:16.591Z Compiling rand_chacha v0.9.0
31762026-07-01T22:32:16.591Z Compiling http-body-util v0.1.3
31772026-07-01T22:32:16.619Z Compiling rand_chacha v0.3.1
31782026-07-01T22:32:16.622Z Compiling toml_write v0.1.2
31792026-07-01T22:32:16.622Z Compiling foldhash v0.1.5
31802026-07-01T22:32:16.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caf39189c0fdc0fe -C extra-filename=-480a743f6ab0adf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-07-01T22:32:16.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=d0238c348d0e58ac -C extra-filename=-96935086b2537b8f --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-b8bf9e5fddfaba5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-07-01T22:32:16.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f435d98e10daebc -C extra-filename=-5d812602a22ff772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-07-01T22:32:16.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9c0c31674e03d7d1 -C extra-filename=-c66d0a7d4213361a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-07-01T22:32:16.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6406ec864db4fd23 -C extra-filename=-614a93ba6dc1950a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-07-01T22:32:16.807Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=7374227f3ed337d2 -C extra-filename=-5011698daf307d9b --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-c2be6540b1357add.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-07-01T22:32:16.810Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=f687d236125ccba4 -C extra-filename=-3c95a6d691e8b68b --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-07-01T22:32:16.840Z Compiling zstd-safe v7.2.4
31882026-07-01T22:32:16.843Z Compiling toml v0.7.8
31892026-07-01T22:32:16.843Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ec5641775e014a7a -C extra-filename=-62ae4fadae269c7c --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-c2be6540b1357add.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-07-01T22:32:16.843Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=4a33425a1b508304 -C extra-filename=-e091b2c3235b21f2 --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-cd826904474fece0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-0c589bbae7109598.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a7038128efc60c50.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`
31912026-07-01T22:32:16.873Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=156e6cb49f2c5206 -C extra-filename=-4ba454c998708bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-07-01T22:32:16.910Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d3dfdd0e6adb9a6 -C extra-filename=-d49bff060f4ba1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-07-01T22:32:17.054Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=5c7e5a67c3d44057 -C extra-filename=-783a0cc50a74f3f3 --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-cd826904474fece0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-49cbce1a6a3fb8a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5e024dd57b3f5220.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)'`
31942026-07-01T22:32:17.058Z Compiling petgraph v0.6.5
31952026-07-01T22:32:17.058Z Compiling string_cache v0.8.9
31962026-07-01T22:32:17.058Z Compiling signal-hook-mio v0.2.5
31972026-07-01T22:32:17.058Z Compiling ed25519 v2.2.3
31982026-07-01T22:32:17.058Z Compiling globset v0.4.18
31992026-07-01T22:32:17.058Z Compiling pin-project-internal v1.1.11
32002026-07-01T22:32:17.058Z Compiling heapless v0.7.17
32012026-07-01T22:32:17.058Z Compiling lalrpop-util v0.19.12
32022026-07-01T22:32:17.058Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=58336a44c83c1a31 -C extra-filename=-c5245c0a70f87cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-be48d9d6a75dccb2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
32032026-07-01T22:32:17.058Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=ec0cddd01a3c37c8 -C extra-filename=-29e652916517c797 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f40ba7a1fb5a8d66.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.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"'`
32042026-07-01T22:32:17.058Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=7c0505b2e8c0723a -C extra-filename=-13b3d983aed29208 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-13b3d983aed29208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-07-01T22:32:17.058Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=c1e9e944b29c4204 -C extra-filename=-032d4c456560b8b2 --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-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-07-01T22:32:17.126Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-bb3a51f2e0edf0ac/build-script-build`
32072026-07-01T22:32:17.129Z Compiling rand v0.9.2
32082026-07-01T22:32:17.129Z Compiling rand v0.8.6
32092026-07-01T22:32:17.130Z Compiling hashbrown v0.15.5
32102026-07-01T22:32:17.130Z Compiling toml_edit v0.22.27
32112026-07-01T22:32:17.130Z Compiling libbz2-rs-sys v0.2.2
32122026-07-01T22:32:17.155Z Compiling bumpalo v3.20.2
32132026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=b6ad250454dae318 -C extra-filename=-d32f9f904aecfcc7 --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-614a93ba6dc1950a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-96935086b2537b8f.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5d812602a22ff772.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5ef48433a9a1b18e -C extra-filename=-12bf3c46aa8d148d --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-475c5481f11c65dc.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=74a0cfb9b1d77f7f -C extra-filename=-9ce2ccca29a8e824 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-9ce2ccca29a8e824 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=a8a51bf15078534c -C extra-filename=-a4f761cf4830c91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=553c057882dcabb7 -C extra-filename=-93f6c90bd74f6f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=958c0b00924f1c54 -C extra-filename=-c492010093423e5d --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-63ba44012e1cbc03.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=c151ab10a39963ca -C extra-filename=-46db0f0b0cd0def3 --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-c66d0a7d4213361a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-07-01T22:32:17.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=79c34ca87e52ad54 -C extra-filename=-a7b7e5108d901ee5 --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-483b1b82dc2b8371.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9cc70e643670a1a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212026-07-01T22:32:17.186Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=a1178b4bc2b9131e -C extra-filename=-e3b6b39bcf57f93e --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-5011698daf307d9b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-07-01T22:32:17.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=499309b66035bd25 -C extra-filename=-6d44e4010f86ba8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-67a95489542da8d3/out/lib -l static=bz2`
32232026-07-01T22:32:17.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=92e0c019783efae9 -C extra-filename=-e9887c00ec8704ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-07-01T22:32:17.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=24ec80ca1c3253f1 -C extra-filename=-03705ebcd02dc3b9 --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-98230cbbab9e3f9d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-4ba454c998708bfc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-07-01T22:32:17.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=1de8ff46a13199d1 -C extra-filename=-260cc9073e85ca23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-07-01T22:32:17.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=1f5d5b805f4001bb -C extra-filename=-9b7b888b2ad601c4 --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-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-d49bff060f4ba1f7.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1bfc1429ca26185f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-07-01T22:32:17.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=5bd12217ff6364b8 -C extra-filename=-a82f32d59ebd6116 --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-475c5481f11c65dc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-07-01T22:32:17.224Z Compiling serde-big-array v0.5.1
32292026-07-01T22:32:17.329Z Compiling similar v2.7.0
32302026-07-01T22:32:17.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c23ac5a8f0459a5a -C extra-filename=-0af2aa1bdfa3282c --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-07-01T22:32:17.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e24bc3707921b80 -C extra-filename=-e93bde9809d746ca --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-480a743f6ab0adf6.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)'`
32322026-07-01T22:32:17.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=d2edcfedcb162c03 -C extra-filename=-0ae5c82528a68bdf --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-6ecbc3b5ef545b60.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-07-01T22:32:17.433Z Compiling snafu-derive v0.8.9
32342026-07-01T22:32:17.540Z Compiling serde_repr v0.1.20
32352026-07-01T22:32:17.540Z Compiling pem v3.0.6
32362026-07-01T22:32:17.544Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=52c4ef701ced4a79 -C extra-filename=-63f93233617744d2 --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-07-01T22:32:17.580Z Compiling crossterm v0.28.1
32382026-07-01T22:32:17.584Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=331c4ec20b8397ae -C extra-filename=-0efbdc397970b102 --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-517a0a45b5918497.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-77aaf41f58c5bf5a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
32392026-07-01T22:32:17.614Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0f1dbc2b10ed5f -C extra-filename=-40f88ac2422bc722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-07-01T22:32:17.685Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=588d0a5b10639a7d -C extra-filename=-c68176a7a0e70026 --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-8a91b2fd79f237fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-07-01T22:32:17.688Z Compiling hash32 v0.2.1
32422026-07-01T22:32:17.688Z Compiling predicates-core v1.0.10
32432026-07-01T22:32:17.688Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=1ac166cf9ae684fd -C extra-filename=-6cfa4bac6de20521 --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-64568b11226546eb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-12bf3c46aa8d148d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-07-01T22:32:17.783Z Compiling idna_adapter v1.2.1
32452026-07-01T22:32:17.786Z Compiling usdt-attr-macro v0.6.0
32462026-07-01T22:32:17.786Z Compiling usdt-macro v0.6.0
32472026-07-01T22:32:17.926Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41b6ce4ea4424df4 -C extra-filename=-0d8c07458c7755e5 --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-cd826904474fece0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-07-01T22:32:17.930Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0e3733399f64a0e -C extra-filename=-c00cba8245233c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-07-01T22:32:17.995Z Compiling bzip2 v0.4.4
32502026-07-01T22:32:17.999Z Compiling ed25519-dalek v2.2.0
32512026-07-01T22:32:17.999Z Compiling zopfli v0.8.3
32522026-07-01T22:32:17.999Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=4e7e7e36f4f8f3f1 -C extra-filename=-15d05f815d162c0d --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-096506404c05b770.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-a51dc212da69bcd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-07-01T22:32:17.999Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=605164c8504c60bc -C extra-filename=-28fe3e852df481b1 --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-49cbce1a6a3fb8a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-07-01T22:32:17.999Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01973c528b5ab3f6 -C extra-filename=-b6f2ddd031d55ce8 --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-49cbce1a6a3fb8a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-07-01T22:32:18.099Z Compiling unicode-bidi v0.3.18
32562026-07-01T22:32:18.102Z Compiling smoltcp v0.9.1
32572026-07-01T22:32:18.102Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=43f7de94a5bc8be2 -C extra-filename=-cf01bc038f989c74 --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-6d44e4010f86ba8c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-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-67a95489542da8d3/out/lib`
32582026-07-01T22:32:18.137Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=e04336449cec98fc -C extra-filename=-e51b9bb9d95fe188 --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-260cc9073e85ca23.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d7de13df64e70a85.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-07-01T22:32:18.141Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=a32a0510cba9a2d5 -C extra-filename=-b6a1750dee730381 --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-29e652916517c797.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a7b7e5108d901ee5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9cc70e643670a1a1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-07-01T22:32:18.141Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-9ce2ccca29a8e824/build-script-build`
32612026-07-01T22:32:18.277Z Compiling jiff v0.2.21
32622026-07-01T22:32:18.281Z Compiling unicode-properties v0.1.4
32632026-07-01T22:32:18.281Z Compiling olpc-cjson v0.1.4
32642026-07-01T22:32:18.317Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=d9ca74732d88d489 -C extra-filename=-aee33761a69e5737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-07-01T22:32:18.320Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5f87553a816fc81c -C extra-filename=-0eac01d0a034ac49 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0eac01d0a034ac49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-07-01T22:32:18.418Z Compiling idna v1.1.0
32672026-07-01T22:32:18.422Z Compiling proptest v1.10.0
32682026-07-01T22:32:18.422Z Compiling bzip2 v0.6.1
32692026-07-01T22:32:18.422Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=54b74fa9be5b7419 -C extra-filename=-9f3f557f013e7995 --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-d002aab0f53c3af0.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-54159e90ff1115fe.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32702026-07-01T22:32:18.422Z Running `/home/build/.rustup/toolchains/1.96.1-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=203630f5b5cbd19e -C extra-filename=-2c78d21b15d93291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-07-01T22:32:18.422Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=6f3390ed45c7cd6f -C extra-filename=-bb26010320bafbd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-07-01T22:32:18.422Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fb911410eeb4cf8 -C extra-filename=-a541ed0c90ef0e33 --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e66b08c8ed750eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-07-01T22:32:18.532Z Compiling zip v0.6.6
32742026-07-01T22:32:18.537Z Compiling serde_plain v1.0.2
32752026-07-01T22:32:18.537Z Compiling md-5 v0.10.6
32762026-07-01T22:32:18.537Z Compiling strum_macros v0.27.2
32772026-07-01T22:32:18.537Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=e2ae559339580963 -C extra-filename=-c2e6186661e94d7c --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-15d05f815d162c0d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-add33099202c13e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-07-01T22:32:18.537Z Running `/home/build/.rustup/toolchains/1.96.1-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=cf0864094f34a510 -C extra-filename=-f6854897dfab288b --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-19b255e00cde2496.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a08be137faec8875.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-239fd8d40de891f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-4660081e21d95e9d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-e7cb8de7448dbaf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-07-01T22:32:18.537Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=820a125c1be87799 -C extra-filename=-6a31d2dff4f72411 --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-e9887c00ec8704ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-07-01T22:32:18.567Z Compiling async-recursion v1.1.1
32812026-07-01T22:32:18.571Z Compiling float-cmp v0.10.0
32822026-07-01T22:32:18.571Z Compiling normalize-line-endings v0.3.0
32832026-07-01T22:32:18.571Z Compiling fallible-iterator v0.2.0
32842026-07-01T22:32:18.571Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=e843c4f22a02a533 -C extra-filename=-b05b0066f41e386f --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-cd826904474fece0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cf01bc038f989c74.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d7de13df64e70a85.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --cap-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-67a95489542da8d3/out/lib`
32852026-07-01T22:32:18.571Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba5f9776fcc45259 -C extra-filename=-fb065ab4cfaa4c8a --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-07-01T22:32:18.600Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=6e0be78cf916d54b -C extra-filename=-bd55e74783d51d49 --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-ccf4af5f4acd8b5c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-07-01T22:32:18.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8762315e935aecb -C extra-filename=-35f7a294658306ba --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-07-01T22:32:18.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=061eed3fb1272b8b -C extra-filename=-261a178a27bc70eb --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-0d8c07458c7755e5.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-ace8c102e25112b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32892026-07-01T22:32:18.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb0f0f716a4d2c9d -C extra-filename=-b4d419cfb7278799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-07-01T22:32:18.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=d17d7dbcaa18de16 -C extra-filename=-bd540f93f13a5d3a --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-07-01T22:32:18.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=76b359e35dbacb82 -C extra-filename=-5cdc300b88fd58cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-07-01T22:32:18.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7de837debdc5bced -C extra-filename=-521fc1edb17798c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-07-01T22:32:18.733Z Compiling stringprep v0.1.5
32942026-07-01T22:32:18.769Z Compiling pin-project v1.1.11
32952026-07-01T22:32:18.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aec0d8ac28ee2a97 -C extra-filename=-1d7c88c744706641 --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-aee33761a69e5737.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e66b08c8ed750eb5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-bb26010320bafbd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-07-01T22:32:18.868Z Compiling url v2.5.8
32972026-07-01T22:32:18.873Z Compiling publicsuffix v2.3.0
32982026-07-01T22:32:18.913Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcbd0cb6c990761a -C extra-filename=-366bcf9ab525a747 --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-93f6c90bd74f6f8c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-07-01T22:32:18.987Z Compiling tokio-util v0.7.18
33002026-07-01T22:32:18.987Z Compiling tower v0.5.3
33012026-07-01T22:32:18.990Z Compiling tokio-native-tls v0.3.1
33022026-07-01T22:32:18.990Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=cec98d8c98e4cf69 -C extra-filename=-05c4e5b73460bb74 --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-878f6df4c8ca5317.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-07-01T22:32:18.991Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=70b2710ec2eca24c -C extra-filename=-da59f6aed5984bcc --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-c2e6186661e94d7c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-6d22b549ea5348ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-07-01T22:32:19.062Z Compiling difflib v0.4.0
33052026-07-01T22:32:19.065Z Compiling typed-path v0.9.3
33062026-07-01T22:32:19.065Z Compiling buf-list v1.1.2
33072026-07-01T22:32:19.065Z Compiling phf_shared v0.13.1
33082026-07-01T22:32:19.065Z Compiling fixedbitset v0.5.7
33092026-07-01T22:32:19.065Z Compiling peg-runtime v0.8.5
33102026-07-01T22:32:19.093Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=0be23dccf7c6053c -C extra-filename=-e28fb0e0c3946bb7 --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-07-01T22:32:19.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=779ef57c8ceb7131 -C extra-filename=-040a831bfcf4aaf2 --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-0efbdc397970b102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33122026-07-01T22:32:19.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=e1b4f953673baf3d -C extra-filename=-98ef3503471449e3 --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-dc8f9b743288eb88.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)'`
33132026-07-01T22:32:19.097Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=1b996e217555b68b -C extra-filename=-41ab915fd4b89d92 --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-a81f463b5eadc7cf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fb7734b753186998.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-7fc39982ef9dfaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-07-01T22:32:19.131Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0eac01d0a034ac49/build-script-build`
33152026-07-01T22:32:19.135Z Compiling postgres-protocol v0.6.10
33162026-07-01T22:32:19.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eb1b5b2e2a7afd60 -C extra-filename=-8824289258a727f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-07-01T22:32:19.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e1a49e5095b42c8 -C extra-filename=-572d719930d25663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-07-01T22:32:19.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=94c3aa4f3c5d8eb8 -C extra-filename=-05a8ba746065e1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-07-01T22:32:19.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=153cf58d941b0915 -C extra-filename=-3e2ff75cb23037b7 --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-a2a64572023fe240.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-07-01T22:32:19.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=5d7221a2874ff07a -C extra-filename=-256e074e75faabf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212026-07-01T22:32:19.171Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=73f5570819a94ded -C extra-filename=-81424264b8ab8242 --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-b8bf9e5fddfaba5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-07-01T22:32:19.174Z Compiling usdt v0.6.0
33232026-07-01T22:32:19.262Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=241acceda48fb369 -C extra-filename=-d1bb188d7f1aa81b --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-8a91b2fd79f237fe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-5cdc300b88fd58cb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-bd55e74783d51d49.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-1d7c88c744706641.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-07-01T22:32:19.267Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33252026-07-01T22:32:19.280Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=01fb928bb36730d7 -C extra-filename=-00a9a8b7e6f553e6 --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-4b27ec5067f8cd7d.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-92d9e500ef1476d7.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-5813f5a21feda626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-28fe3e852df481b1.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b6f2ddd031d55ce8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-07-01T22:32:19.385Z Compiling whoami v2.1.0
33272026-07-01T22:32:19.388Z Compiling is-terminal v0.4.17
33282026-07-01T22:32:19.389Z Compiling crossbeam-channel v0.5.15
33292026-07-01T22:32:19.389Z Compiling thread_local v1.1.9
33302026-07-01T22:32:19.389Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=47a9128650658a56 -C extra-filename=-a6bd3e9bad88fc17 --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-71f89665c857a75b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-07-01T22:32:19.456Z Compiling rsa v0.9.10
33322026-07-01T22:32:19.460Z Compiling predicates v3.1.4
33332026-07-01T22:32:19.460Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=d4e3ae14140e0e2c -C extra-filename=-c8808146bcb512d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342026-07-01T22:32:19.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=295846d1997c8d2b -C extra-filename=-e61723d1a1e57478 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-07-01T22:32:19.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f27e14ff987e26f2 -C extra-filename=-e0b0c1aadba72a64 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-07-01T22:32:19.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a5fd3b5806e553cc -C extra-filename=-8c9eb83308222b30 --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-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-07-01T22:32:19.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=f72189b36097617b -C extra-filename=-a4caada30e9d85f6 --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-9ecfd7549d856f01.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9f3f557f013e7995.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7957f31f30babfa3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-483b1b82dc2b8371.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9cc70e643670a1a1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-07-01T22:32:19.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=cafda8c42166a5a0 -C extra-filename=-8238e83e5599a13f --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-33d2256449469a81.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-572d719930d25663.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-bd540f93f13a5d3a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-521fc1edb17798c4.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c00cba8245233c12.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-07-01T22:32:19.524Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=ed87e4bacd84576e -C extra-filename=-3ff9f78935a9c167 --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-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-d6d0de4da8510220.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33402026-07-01T22:32:19.563Z Compiling tower-http v0.6.8
33412026-07-01T22:32:19.600Z Compiling cookie_store v0.22.1
33422026-07-01T22:32:19.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=40e5922c5ab5af9e -C extra-filename=-a5294a1b82b3609a --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-14bcaa68aa0be40d.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f96663b74c7be7c3.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-da59f6aed5984bcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432026-07-01T22:32:19.603Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=a1fea4d56c22f6a3 -C extra-filename=-8b2fbd5cda2a78d4 --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-64568b11226546eb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-57a36c2ad6cf5439.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-41ab915fd4b89d92.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-7fc39982ef9dfaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-07-01T22:32:19.637Z Compiling hickory-proto v0.25.2
33452026-07-01T22:32:19.641Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=629c585359fb8872 -C extra-filename=-2186992828fe565c --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-4e778a706bc0dc16.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-955cc156dd0ac2cc.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3f6b2e87b92f8b19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-07-01T22:32:19.678Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=c88e1c69f01e4b90 -C extra-filename=-07361b8ab9eb046b --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-ea55f6da188cc094.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-261a178a27bc70eb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-07-01T22:32:19.712Z Compiling postgres-types v0.2.12
33482026-07-01T22:32:19.821Z Compiling h2 v0.4.15
33492026-07-01T22:32:19.824Z Compiling tokio-stream v0.1.18
33502026-07-01T22:32:19.824Z Compiling petgraph v0.8.3
33512026-07-01T22:32:19.824Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=303fd05055dcadbe -C extra-filename=-7d3efbf966ae43dc --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-a2a64572023fe240.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-5cdc300b88fd58cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d1bb188d7f1aa81b.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-07-01T22:32:19.925Z Compiling phf v0.13.1
33532026-07-01T22:32:19.933Z Compiling slog-async v2.8.0
33542026-07-01T22:32:19.933Z Compiling take_mut v0.2.2
33552026-07-01T22:32:19.933Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=eb1aed6214fb3e0b -C extra-filename=-e9e60b9363338a8d --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-7884411faf8446e1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-91bf8e578b010fbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-07-01T22:32:19.933Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=bf5763778754f4a2 -C extra-filename=-70dcaf98b4f4c26f --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-a81f463b5eadc7cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572026-07-01T22:32:19.933Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=aaa91c56b6a7dff3 -C extra-filename=-0d6d10aa8340734e --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-05a8ba746065e1db.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-07-01T22:32:20.024Z Compiling term v1.2.1
33592026-07-01T22:32:20.029Z Compiling structmeta-derive v0.3.0
33602026-07-01T22:32:20.030Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ca2d3248358d4be8 -C extra-filename=-b951afa1cc6a20fb --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-81424264b8ab8242.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-07-01T22:32:20.030Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=019fdef292aa071b -C extra-filename=-b2b4c84172e588ba --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2b4c84172e588ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-07-01T22:32:20.030Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7be37236979f16ad -C extra-filename=-806a0bb75efbfb63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-07-01T22:32:20.058Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=0f02b06749ac27f7 -C extra-filename=-76de08f1400fdbf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-07-01T22:32:20.090Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86c79e2c4e3a22a4 -C extra-filename=-d9f014fd10694add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-07-01T22:32:20.128Z Compiling match_cfg v0.1.0
33662026-07-01T22:32:20.131Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=14f4f2e1543c76d4 -C extra-filename=-27a5ce183885699e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-07-01T22:32:20.229Z Compiling snafu v0.8.9
33682026-07-01T22:32:20.275Z Compiling slog-json v2.6.1
33692026-07-01T22:32:20.275Z Compiling newtype-uuid-macros v0.1.0
33702026-07-01T22:32:20.275Z Compiling debug-ignore v1.0.5
33712026-07-01T22:32:20.279Z Compiling sha1 v0.11.0
33722026-07-01T22:32:20.279Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=d84e72cc73fc0770 -C extra-filename=-cd3321ca0903b058 --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-a81f463b5eadc7cf.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-366bcf9ab525a747.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-63f93233617744d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-07-01T22:32:20.279Z Compiling hostname v0.3.1
33742026-07-01T22:32:20.279Z Compiling serde_spanned v1.1.1
33752026-07-01T22:32:20.279Z Compiling toml_datetime v1.1.1+spec-1.1.0
33762026-07-01T22:32:20.308Z Compiling serde_path_to_error v0.1.20
33772026-07-01T22:32:20.312Z Compiling multer v3.1.0
33782026-07-01T22:32:20.312Z Compiling toml_writer v1.1.1+spec-1.1.0
33792026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=dc4b816172ac31b1 -C extra-filename=-3a587c341d5a4883 --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=107803124b7e7faf -C extra-filename=-13b210653924c9ed --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e7bbbad1a22c6bad -C extra-filename=-84a8ec097d8b4a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92b11c8925101148 -C extra-filename=-1bec0b00f873f3ad --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c8cf3d116e1af029 -C extra-filename=-768177f298b50ff8 --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-475c5481f11c65dc.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-27a5ce183885699e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=c38f19c9bd986312 -C extra-filename=-3a440798658bb70c --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=756a411a34a161c3 -C extra-filename=-8be1155363a2840e --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-07-01T22:32:20.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05961da62e341eba -C extra-filename=-4542ef5150c73ba3 --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-86480131418ac148.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-07-01T22:32:20.339Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=6aff80906e844159 -C extra-filename=-cb021eb0910a9979 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-cb021eb0910a9979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-07-01T22:32:20.342Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a8891f1f6cad506f -C extra-filename=-02e8c571657c8d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-07-01T22:32:20.407Z Compiling compression-core v0.4.31
33902026-07-01T22:32:20.451Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=594c8941c9186fc2 -C extra-filename=-1572fe47390edb11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-07-01T22:32:20.594Z Compiling ipnetwork v0.21.1
33922026-07-01T22:32:20.632Z Compiling serde_with v3.17.0
33932026-07-01T22:32:20.665Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=dcc4b7680a7c6515 -C extra-filename=-306eb30ff613870e --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-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-07-01T22:32:20.743Z Compiling tokio-postgres v0.7.16
33952026-07-01T22:32:20.746Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.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=4e8702bba24c247f -C extra-filename=-e337bedc45ddca82 --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-d1667521e100809f.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3b98e515edf20544.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-07-01T22:32:20.821Z Compiling slog-term v2.9.2
33972026-07-01T22:32:20.824Z Compiling slog-bunyan v2.5.0
33982026-07-01T22:32:20.903Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=dbe9ed7991b2f807 -C extra-filename=-8a53903e49c47a4c --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-4e778a706bc0dc16.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-5cdc300b88fd58cb.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b951afa1cc6a20fb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d1bb188d7f1aa81b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7d3efbf966ae43dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c8808146bcb512d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-07-01T22:32:20.908Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2b4c84172e588ba/build-script-build`
34002026-07-01T22:32:20.908Z Compiling toml v1.1.2+spec-1.1.0
34012026-07-01T22:32:20.908Z Compiling compression-codecs v0.4.37
34022026-07-01T22:32:20.908Z Compiling async-stream-impl v0.3.6
34032026-07-01T22:32:20.908Z Compiling dropshot v0.17.1
34042026-07-01T22:32:20.908Z Compiling dropshot_endpoint v0.17.1
34052026-07-01T22:32:20.908Z Compiling rustls-pemfile v2.2.0
34062026-07-01T22:32:20.908Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=f978ff61a33497f1 -C extra-filename=-a31d003c074deb1b --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-768177f298b50ff8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3a587c341d5a4883.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-07-01T22:32:20.908Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=7eea0bbdb468fc5a -C extra-filename=-0d8d89fdd79c2066 --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-fa9b90e544911148.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-e61723d1a1e57478.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-76de08f1400fdbf8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e0b0c1aadba72a64.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-07-01T22:32:20.943Z Compiling newtype-uuid v1.3.2
34092026-07-01T22:32:20.947Z Compiling waitgroup v0.1.2
34102026-07-01T22:32:20.947Z Compiling hostname v0.4.2
34112026-07-01T22:32:20.979Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=fab101647a340a93 -C extra-filename=-12b68984237a680e --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-c71d6c6cbdc15377.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3a440798658bb70c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8be1155363a2840e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-02e8c571657c8d15.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-8bdb67458aeb1f07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-07-01T22:32:20.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=8f8afb6c009f8ba9 -C extra-filename=-04f5532b38874a40 --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-1572fe47390edb11.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-07-01T22:32:20.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16221658a21c075c -C extra-filename=-294bdadf3fdf2c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142026-07-01T22:32:20.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0c582b5ca64a47a -C extra-filename=-ed88aab468d4e0db --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-07-01T22:32:20.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e104fc30b76804fa -C extra-filename=-5fa0cae4fabf4107 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-5fa0cae4fabf4107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-07-01T22:32:20.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b554f41854576bd -C extra-filename=-26809eafe98f9eea --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-534ce28830e876e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-07-01T22:32:20.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=f237d4dd7306a454 -C extra-filename=-1d01eef2af45d693 --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-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-07-01T22:32:20.984Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-cb021eb0910a9979/build-script-build`
34192026-07-01T22:32:21.015Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=693e44e28653edd2 -C extra-filename=-f375294aed855b15 --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-8c9eb83308222b30.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-806a0bb75efbfb63.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e0b0c1aadba72a64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
34202026-07-01T22:32:21.019Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e49648159b18009c -C extra-filename=-fe94fc309d95b66d --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-07-01T22:32:21.019Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c6d8eda1c5422c9 -C extra-filename=-6fe44703d794b981 --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-7884411faf8446e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-07-01T22:32:21.085Z Compiling oxnet v0.1.6
34232026-07-01T22:32:21.088Z Compiling atomicwrites v0.4.4
34242026-07-01T22:32:21.122Z Compiling strum v0.27.2
34252026-07-01T22:32:21.128Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=57b9f411f4dc95f2 -C extra-filename=-5727b825d23bd807 --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-306eb30ff613870e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-07-01T22:32:21.233Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee27ea0f04e4727e -C extra-filename=-9d6e7c90603fd948 --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-b0866efa650d6974.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-07-01T22:32:21.238Z Compiling async-compression v0.4.41
34282026-07-01T22:32:21.238Z Compiling itertools v0.14.0
34292026-07-01T22:32:21.302Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f41c6228db1a0f73 -C extra-filename=-a44a71c5e4c5193c --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-35f7a294658306ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-07-01T22:32:21.372Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34312026-07-01T22:32:21.376Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5adb35ba40f9c176 -C extra-filename=-402a9c5595943976 --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-07-01T22:32:21.376Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=6cece906a63b5756 -C extra-filename=-1fa630dcba0d2858 --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-04f5532b38874a40.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-1572fe47390edb11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-07-01T22:32:21.513Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34342026-07-01T22:32:21.516Z Compiling macaddr v1.0.1
34352026-07-01T22:32:21.516Z Compiling regress v0.10.5
34362026-07-01T22:32:21.516Z Compiling instant v0.1.13
34372026-07-01T22:32:21.516Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=d6d7cd077ea7a372 -C extra-filename=-8495ceab5b55914b --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-a2a64572023fe240.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-29586db834c2c8c8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-07-01T22:32:21.584Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=d7b21e6db8406d22 -C extra-filename=-f0fdfcee3558d257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392026-07-01T22:32:21.588Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34402026-07-01T22:32:21.618Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=9ee2a2827f068984 -C extra-filename=-9ff24fb8fb17ac13 --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-5cce30a55b979f3d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-07-01T22:32:21.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=d2ea048752b92450 -C extra-filename=-dcb1278a7b271797 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-07-01T22:32:21.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=ae4bf0669276ea29 -C extra-filename=-5941f833141dc223 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-07-01T22:32:21.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=8389bf478aa6ab98 -C extra-filename=-2e5a252cffc00cc1 --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-8a91b2fd79f237fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-07-01T22:32:21.728Z Compiling structmeta v0.3.0
34452026-07-01T22:32:21.731Z Compiling backon v1.6.0
34462026-07-01T22:32:21.731Z Compiling humantime v2.3.0
34472026-07-01T22:32:21.731Z Compiling unicode-width v0.2.0
34482026-07-01T22:32:21.731Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=54404ed74761316f -C extra-filename=-d33e051b8db41297 --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-64568b11226546eb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0af2aa1bdfa3282c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-40f88ac2422bc722.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-07361b8ab9eb046b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-35f7a294658306ba.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-07-01T22:32:21.761Z Compiling daft v0.1.7
34502026-07-01T22:32:21.766Z Compiling backoff v0.4.0
34512026-07-01T22:32:21.766Z Compiling convert_case v0.4.0
34522026-07-01T22:32:21.766Z Compiling half v2.7.1
34532026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15d4f1aad832496e -C extra-filename=-0432474832a6459f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d9f014fd10694add.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=f26f235db92363a8 -C extra-filename=-4e552196e7dfbf78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=7f58daaa9a07e1f2 -C extra-filename=-91a5263c654bc0c5 --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-c0198133be15211f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-07-01T22:32:21.766Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-5fa0cae4fabf4107/build-script-build`
34572026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=9a826532ca29a58e -C extra-filename=-1afb204998bf9546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=2515b69a57ba60a3 -C extra-filename=-78351d99bf4e6002 --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-f54d7a48ce4a8760.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=fa274fb1cfc4080d -C extra-filename=-0fa133a53ac73edf --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-a81f463b5eadc7cf.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-5941f833141dc223.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-07-01T22:32:21.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=dc276c0237fd4334 -C extra-filename=-1416f0b5ab6f4c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-07-01T22:32:21.795Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=dc06a82c0a69dccf -C extra-filename=-7cfede65671214f3 --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-ccf4af5f4acd8b5c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-07-01T22:32:21.891Z Compiling ciborium-io v0.2.2
34632026-07-01T22:32:21.895Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=eb6c90a4097bc2be -C extra-filename=-21855dc9e1c702e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642026-07-01T22:32:21.961Z Compiling secrecy v0.10.3
34652026-07-01T22:32:21.998Z Compiling regress v0.11.1
34662026-07-01T22:32:22.002Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=024c9c989c562bc1 -C extra-filename=-5d403236ba19ed86 --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-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-07-01T22:32:22.002Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=a405ea86815fe96e -C extra-filename=-638b1e2ab1e5ded2 --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-5cce30a55b979f3d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-07-01T22:32:22.037Z Compiling indent_write v2.2.0
34692026-07-01T22:32:22.071Z Compiling camino-tempfile v1.4.1
34702026-07-01T22:32:22.177Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0fbbbfbf0da1e247 -C extra-filename=-97d81e000bb654cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-07-01T22:32:22.180Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34722026-07-01T22:32:22.180Z Compiling unsafe-libyaml v0.2.11
34732026-07-01T22:32:22.180Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fc60ca8a0389c9c6 -C extra-filename=-a7f564b9de60aad8 --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-0d49d99825834bad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-07-01T22:32:22.285Z Compiling iddqd v0.4.2
34752026-07-01T22:32:22.288Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34762026-07-01T22:32:22.288Z Compiling async-stream v0.3.6
34772026-07-01T22:32:22.289Z Compiling ciborium-ll v0.2.2
34782026-07-01T22:32:22.289Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=2bf03a531bb52dce -C extra-filename=-7265520c1d3dec74 --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-255efeca5121bfd9.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f0fdfcee3558d257.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-07-01T22:32:22.289Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72b04122d69cd86f -C extra-filename=-8c1df2f6fc4df0ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:22.289Z Compiling derive-ex v0.1.8
34812026-07-01T22:32:22.289Z Compiling parse-display-derive v0.10.0
34822026-07-01T22:32:22.289Z Compiling crucible-workspace-hack v0.1.0
34832026-07-01T22:32:22.318Z Compiling inout v0.1.4
34842026-07-01T22:32:22.322Z Compiling universal-hash v0.5.1
34852026-07-01T22:32:22.322Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=31f9afec2adec38c -C extra-filename=-7d2bbb1e8d4f77e7 --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-98230cbbab9e3f9d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-07-01T22:32:22.322Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bdbc200e9dd9ee3 -C extra-filename=-2bfd5c8b85cf6cc3 --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-294bdadf3fdf2c9c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-07-01T22:32:22.322Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=28bb962c4cb10e17 -C extra-filename=-25d314eb51a57f73 --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-78351d99bf4e6002.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-1bec0b00f873f3ad.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-07-01T22:32:22.322Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=4d9f4b2cefcac691 -C extra-filename=-1923a6e4ab4974c3 --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-21855dc9e1c702e7.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7cfede65671214f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-07-01T22:32:22.351Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de87ab1e2b60d8d6 -C extra-filename=-bb81780c4ce032ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0432474832a6459f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-07-01T22:32:22.355Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90540887c3e7aea9 -C extra-filename=-7294ee5ce8a05531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0432474832a6459f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-07-01T22:32:22.416Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120db0a2d04ed8c0 -C extra-filename=-a6c8f47bf8ba2880 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-a6c8f47bf8ba2880 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-07-01T22:32:22.419Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b61408aa9a9e5931 -C extra-filename=-4036d938f66a646c --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-f32161e45c858ff9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-07-01T22:32:22.419Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=c90a0b6192f89b6c -C extra-filename=-5c3540cd3581e2b5 --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-40916495b851732d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-07-01T22:32:22.447Z Compiling derive_more v0.99.20
34952026-07-01T22:32:22.450Z Compiling thiserror-impl-no-std v2.0.2
34962026-07-01T22:32:22.520Z Compiling opaque-debug v0.3.1
34972026-07-01T22:32:22.523Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=2b0a5073ad97d2ed -C extra-filename=-86509a19b020b470 --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-1416f0b5ab6f4c16.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-07-01T22:32:22.585Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f4deb12a309d89e4 -C extra-filename=-a2c2fbf9b0508ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-07-01T22:32:22.620Z Compiling aead v0.5.2
35002026-07-01T22:32:22.624Z Compiling swrite v0.1.0
35012026-07-01T22:32:22.656Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5494425e9e07ddb2 -C extra-filename=-ac01a687e82737ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-07-01T22:32:22.660Z Compiling byte-wrapper v0.1.0
35032026-07-01T22:32:22.688Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=eb963b294f2898a6 -C extra-filename=-cb013e0af2c3c09b --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-f32161e45c858ff9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-07-01T22:32:22.724Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=28f5d77246c43ee5 -C extra-filename=-de60edd75692e14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-07-01T22:32:22.760Z Compiling poly1305 v0.8.0
35062026-07-01T22:32:22.764Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35072026-07-01T22:32:22.764Z Compiling blake2 v0.10.6
35082026-07-01T22:32:22.764Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=0356e0102744e1d8 -C extra-filename=-152f49b112174385 --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-8a91b2fd79f237fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-07-01T22:32:22.829Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=4dc604cefa338632 -C extra-filename=-e8634a8f5660198a --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-04d86b88b00df2ea.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ac01a687e82737ef.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4036d938f66a646c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-07-01T22:32:22.834Z Compiling serde_yaml v0.9.34+deprecated
35112026-07-01T22:32:22.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=c1ef89d053e48b07 -C extra-filename=-6b0594c45062ae8e --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-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-07-01T22:32:22.862Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=37eb3a872c7a0ef7 -C extra-filename=-83b91e5ddb5798d9 --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-293d0cce6557088d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-07-01T22:32:22.970Z Compiling ciborium v0.2.2
35142026-07-01T22:32:22.973Z Compiling cipher v0.4.4
35152026-07-01T22:32:22.973Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1d152099cfc4c7b -C extra-filename=-00e8ccd4ce8e993e --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-9ce442fd1cc128fd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-8c1df2f6fc4df0ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-07-01T22:32:22.973Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-a6c8f47bf8ba2880/build-script-build`
35172026-07-01T22:32:23.051Z Compiling password-hash v0.5.0
35182026-07-01T22:32:23.054Z Compiling crossbeam-deque v0.8.6
35192026-07-01T22:32:23.054Z Compiling toml_datetime v0.7.5+spec-1.1.0
35202026-07-01T22:32:23.085Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b822e78f7778a9ff -C extra-filename=-dd5c91b8ff049607 --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-21855dc9e1c702e7.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-1923a6e4ab4974c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-07-01T22:32:23.089Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=798ba5b1cf1f62ff -C extra-filename=-b416f4056232d4e9 --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-f32161e45c858ff9.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5c3540cd3581e2b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-07-01T22:32:23.156Z Compiling hyper v1.10.1
35232026-07-01T22:32:23.160Z Compiling glob v0.3.3
35242026-07-01T22:32:23.160Z Compiling rayon-core v1.13.0
35252026-07-01T22:32:23.160Z Compiling proc-macro-error-attr v1.0.4
35262026-07-01T22:32:23.160Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=810229241b21294e -C extra-filename=-8cf6b4ab7e1b1dd1 --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-2f5e09e4f5a3ac8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-07-01T22:32:23.191Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1c89e523a3e08a52 -C extra-filename=-8384bfabe6f8b5c5 --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-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-07-01T22:32:23.195Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=980f13e294481856 -C extra-filename=-45c788480b508cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-07-01T22:32:23.226Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=608675f81a38175f -C extra-filename=-c346c70d8a8fa8e9 --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-7884411faf8446e1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e9e60b9363338a8d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-25cc7ebab10ea2cb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-7267fb885812b854.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-07-01T22:32:23.229Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=142813a3fd182669 -C extra-filename=-2936e0be1cd838ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312026-07-01T22:32:23.229Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c4f90552d14f0a7 -C extra-filename=-614d87617042c167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-07-01T22:32:23.229Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2aa94bb728537f5d -C extra-filename=-3a98a3afc6f6ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-3a98a3afc6f6ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-07-01T22:32:23.229Z Compiling proc-macro-error v1.0.4
35342026-07-01T22:32:23.230Z Compiling tabwriter v1.4.1
35352026-07-01T22:32:23.230Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c0867f6b63cc0ab -C extra-filename=-758dab596649aa06 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-758dab596649aa06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-07-01T22:32:23.259Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=1b21e4498ab8e637 -C extra-filename=-767b3b5235066ac3 --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-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-07-01T22:32:23.262Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=655eb9c9ff155c00 -C extra-filename=-09d9f240e7eb69bf --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-09d9f240e7eb69bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-07-01T22:32:23.294Z Compiling chacha20 v0.9.1
35392026-07-01T22:32:23.297Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=667f5270d94d93e3 -C extra-filename=-83b7803e00068100 --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-ccf4af5f4acd8b5c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b416f4056232d4e9.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-07-01T22:32:23.399Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35412026-07-01T22:32:23.470Z Compiling argon2 v0.5.3
35422026-07-01T22:32:23.474Z Compiling toml_edit v0.23.10+spec-1.0.0
35432026-07-01T22:32:23.474Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/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=7f3327bf6cf4b612 -C extra-filename=-9d8ac37b54e10fe1 --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-8a91b2fd79f237fe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-07-01T22:32:23.569Z Compiling unicode-width v0.1.14
35452026-07-01T22:32:23.574Z Compiling heapless v0.8.0
35462026-07-01T22:32:23.574Z Compiling colored v3.1.1
35472026-07-01T22:32:23.574Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=e6a7339ef9fc2eb7 -C extra-filename=-12591d903bb7dfda --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-2f5e09e4f5a3ac8c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-83b91e5ddb5798d9.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-8cf6b4ab7e1b1dd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-07-01T22:32:23.574Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=dae077c9913ca157 -C extra-filename=-d654880bb5907696 --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-9ce442fd1cc128fd.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-45c788480b508cbb.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1bfc1429ca26185f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-07-01T22:32:23.647Z Compiling ingot-macros v0.1.1
35502026-07-01T22:32:23.650Z Compiling hash32 v0.3.1
35512026-07-01T22:32:23.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=c6756dc934824820 -C extra-filename=-e08132f912d19bc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-07-01T22:32:23.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=7365c7a79083bc0d -C extra-filename=-8976b28566110eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-8976b28566110eb4 -L 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-07-01T22:32:23.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=bd97e2f88cae1266 -C extra-filename=-0d0146fd3fdfea8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-07-01T22:32:23.650Z Compiling chacha20poly1305 v0.10.1
35552026-07-01T22:32:23.650Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-3a98a3afc6f6ec3e/build-script-build`
35562026-07-01T22:32:23.650Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-758dab596649aa06/build-script-build`
35572026-07-01T22:32:23.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=681f01e9d36fe405 -C extra-filename=-a1a4a1f1f25ed74b --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-cd826904474fece0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-07-01T22:32:23.651Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=64699d7708500ae6 -C extra-filename=-59d1ed67f93cb188 --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-cb013e0af2c3c09b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-83b7803e00068100.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b416f4056232d4e9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8634a8f5660198a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-07-01T22:32:23.652Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.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=d1d49b3ca0363b51 -C extra-filename=-37c224d5101ed844 --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-0434c22b71da31fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-07-01T22:32:23.785Z Compiling typify-impl v0.6.2
35612026-07-01T22:32:23.861Z Compiling smoltcp v0.11.0
35622026-07-01T22:32:23.865Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35632026-07-01T22:32:23.865Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fde79a4936168646 -C extra-filename=-7cc9037b27b3a1b2 --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-b4f780b189a31b98.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-638b1e2ab1e5ded2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642026-07-01T22:32:23.865Z Compiling cobs v0.3.0
35652026-07-01T22:32:23.865Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4e87a1185fc363e8 -C extra-filename=-ff7a5fd98f38850d --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-8384bfabe6f8b5c5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-07-01T22:32:23.865Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-09d9f240e7eb69bf/build-script-build`
35672026-07-01T22:32:23.913Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=6f4771d50e960bfb -C extra-filename=-f286de672949fcf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-f286de672949fcf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-07-01T22:32:23.917Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b71568b78571c71c -C extra-filename=-442c97c292741db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-442c97c292741db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-07-01T22:32:23.917Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35702026-07-01T22:32:23.917Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e87eae21e349785 -C extra-filename=-872166524394dccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-07-01T22:32:23.917Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=b7d0f41cc90ee3a5 -C extra-filename=-fd97d48d0e55e962 --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-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-07-01T22:32:23.947Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9243addc8328c236 -C extra-filename=-05b10ea44b123404 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-05b10ea44b123404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-07-01T22:32:23.980Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35742026-07-01T22:32:24.021Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=76b69871160f6630 -C extra-filename=-40711fec57a8cb30 --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-9d8ac37b54e10fe1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-6b0594c45062ae8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-07-01T22:32:24.024Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-13b3d983aed29208/build-script-build`
35762026-07-01T22:32:24.097Z Compiling thiserror-no-std v2.0.2
35772026-07-01T22:32:24.100Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=133dd57dfadf52e4 -C extra-filename=-592ecd285303f5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-1107a69f12a0ffff/out -l static=zstd`
35782026-07-01T22:32:24.130Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3fdfd6bc905ff114 -C extra-filename=-46bd99537d5a3a77 --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-a2c2fbf9b0508ae3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-07-01T22:32:24.164Z Compiling proc-macro-crate v3.4.0
35802026-07-01T22:32:24.267Z Compiling toml v0.8.23
35812026-07-01T22:32:24.270Z Compiling rand v0.10.1
35822026-07-01T22:32:24.305Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbbdcf8ae5787305 -C extra-filename=-97da512721e091a7 --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-d654880bb5907696.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-07-01T22:32:24.308Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-8976b28566110eb4/build-script-build`
35842026-07-01T22:32:24.414Z Compiling proc-macro-crate v1.3.1
35852026-07-01T22:32:24.417Z Compiling foreign-types-macros v0.2.3
35862026-07-01T22:32:24.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=70275635cd4137e5 -C extra-filename=-267bc705698b429d --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-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-07-01T22:32:24.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=bf16e2b43d9b2f06 -C extra-filename=-54b0458f4f52139e --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-a95b6281bf6b3183.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-07-01T22:32:24.525Z Compiling test-strategy v0.4.5
35892026-07-01T22:32:24.529Z Compiling vsss-rs v3.3.4
35902026-07-01T22:32:24.529Z Compiling rayon v1.11.0
35912026-07-01T22:32:24.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=ba0b24c05f3daf96 -C extra-filename=-2c556a54d297417c --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-592ecd285303f5a0.rmeta --cap-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-1107a69f12a0ffff/out`
35922026-07-01T22:32:24.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=2a6d978f6d6f7f5d -C extra-filename=-37c0114aeb31cc65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-07-01T22:32:24.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4319d4188cb3ac1 -C extra-filename=-a25f4a37071ef801 --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-62a3273ba722b64a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-07-01T22:32:24.529Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-442c97c292741db1/build-script-build`
35952026-07-01T22:32:24.633Z Compiling hyper-util v0.1.20
35962026-07-01T22:32:24.667Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e958e17e854c9dc4 -C extra-filename=-2dee782f3f48fb27 --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-bb81780c4ce032ed.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0432474832a6459f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-07-01T22:32:24.671Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=f1ad19d7919ece7e -C extra-filename=-c1e1b08dd150db95 --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-29e652916517c797.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-46bd99537d5a3a77.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-07-01T22:32:24.703Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0b1fee0ad1f8082b -C extra-filename=-6f86b12e8207bbaf --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-802a02953ab3b2a2.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ff7a5fd98f38850d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-07-01T22:32:24.743Z Compiling zstd v0.13.3
36002026-07-01T22:32:24.747Z Compiling parse-display v0.10.0
36012026-07-01T22:32:24.747Z Compiling postcard v1.1.3
36022026-07-01T22:32:24.747Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-05b10ea44b123404/build-script-build`
36032026-07-01T22:32:24.747Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=9bbe278df91d39b1 -C extra-filename=-ccf70f60cb5f0125 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-7fc39982ef9dfaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-07-01T22:32:24.916Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36052026-07-01T22:32:24.917Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36062026-07-01T22:32:24.921Z Compiling foreign-types-shared v0.3.1
36072026-07-01T22:32:24.921Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36082026-07-01T22:32:24.921Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36092026-07-01T22:32:24.922Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=acc001987b02760a -C extra-filename=-c05c6cb5af5fa706 --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-2c556a54d297417c.rmeta --cap-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-1107a69f12a0ffff/out`
36102026-07-01T22:32:24.922Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=82382eea738fdbe9 -C extra-filename=-0a127d0cfdc71a72 --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-7294ee5ce8a05531.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-07-01T22:32:24.922Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=3f910724ecce33c6 -C extra-filename=-632dd44d23d3963a --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-a1a4a1f1f25ed74b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-ace8c102e25112b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-07-01T22:32:24.922Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f286de672949fcf8/build-script-build`
36132026-07-01T22:32:24.922Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=6a63c4a28821139f -C extra-filename=-f67ddeeb27a1f56b --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-fd97d48d0e55e962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-07-01T22:32:25.083Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=5f71153e4d0e3208 -C extra-filename=-e6f32a56e8ba5ead --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-872166524394dccb.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36152026-07-01T22:32:25.086Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=1f7cfb9faf3c78ed -C extra-filename=-f512d3b90213e3cb --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-64568b11226546eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-07-01T22:32:25.086Z Compiling num_enum_derive v0.7.6
36172026-07-01T22:32:25.086Z Compiling num-derive v0.4.2
36182026-07-01T22:32:25.086Z Compiling sigpipe v0.1.3
36192026-07-01T22:32:25.115Z Compiling cstr-argument v0.1.2
36202026-07-01T22:32:25.118Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d3fd8449ef69363 -C extra-filename=-06e3632a20b7d5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-07-01T22:32:25.118Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=0651b337d0d7c911 -C extra-filename=-3893176fde8a1592 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3893176fde8a1592 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-07-01T22:32:25.118Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=677c64da800e3187 -C extra-filename=-6194f714d3585838 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-07-01T22:32:25.118Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26d38367c0fe3fd9 -C extra-filename=-553e42cac272ac28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36242026-07-01T22:32:25.118Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=356e94cb65459acc -C extra-filename=-54bcd804cd004c20 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-07-01T22:32:25.154Z Compiling zip v4.6.1
36262026-07-01T22:32:25.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=cadab12346ecb0b9 -C extra-filename=-c3022f0ac3e8e8d0 --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-97da512721e091a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-07-01T22:32:25.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=139e44e6abd34cd0 -C extra-filename=-3c3ca786a9e65354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-07-01T22:32:25.188Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0dec11caed7160b -C extra-filename=-b2bef98b1f6952e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
36292026-07-01T22:32:25.192Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58d299cf8ea0ff1e -C extra-filename=-459dc9d6ee94aa51 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-07-01T22:32:25.224Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=48bbef8e1b3d3283 -C extra-filename=-4a5015cb42074201 --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-ccf4af5f4acd8b5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-07-01T22:32:25.259Z Compiling num_enum_derive v0.5.11
36322026-07-01T22:32:25.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
36332026-07-01T22:32:25.292Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36342026-07-01T22:32:25.329Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=d5338e83f8c20e60 -C extra-filename=-f923fa5687fa25e1 --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-6a31d2dff4f72411.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d7de13df64e70a85.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-e51b9bb9d95fe188.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-c05c6cb5af5fa706.rmeta --cap-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-1107a69f12a0ffff/out`
36352026-07-01T22:32:25.361Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6971227bbd7968a3 -C extra-filename=-09bc26091f031fcb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-09bc26091f031fcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-07-01T22:32:25.364Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36372026-07-01T22:32:25.364Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=75aa8f7746cac456 -C extra-filename=-dbe945dbbfc33d53 --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-a25f4a37071ef801.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-07-01T22:32:25.396Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ad3f7989820bd38 -C extra-filename=-1b9e2831e5c4e4c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-1b9e2831e5c4e4c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-07-01T22:32:25.436Z Compiling itertools v0.12.1
36402026-07-01T22:32:25.440Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36412026-07-01T22:32:25.441Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=778836115ea99c52 -C extra-filename=-8453fc50ef7fdf08 --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-475c5481f11c65dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-07-01T22:32:25.504Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=239db752c477e0a1 -C extra-filename=-76fc5a97b56cce51 --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-ea55f6da188cc094.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-632dd44d23d3963a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-07-01T22:32:25.610Z Compiling foreign-types v0.5.0
36442026-07-01T22:32:25.613Z Compiling zone_cfg_derive v0.3.1
36452026-07-01T22:32:25.613Z Compiling smf v0.2.3
36462026-07-01T22:32:25.613Z Compiling whoami v1.6.1
36472026-07-01T22:32:25.613Z Compiling usdt-macro v0.5.0
36482026-07-01T22:32:25.613Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=81d973325806b2a5 -C extra-filename=-e4beb502f8aead58 --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-07-01T22:32:25.613Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=92df74426f316c2f -C extra-filename=-928e7176ef76a434 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-928e7176ef76a434 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-07-01T22:32:25.714Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=422b584cc3716c2e -C extra-filename=-f7f85523f7b9e357 --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-37c0114aeb31cc65.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-06e3632a20b7d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-07-01T22:32:25.717Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3893176fde8a1592/build-script-build`
36522026-07-01T22:32:25.717Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36532026-07-01T22:32:25.717Z Compiling usdt-attr-macro v0.5.0
36542026-07-01T22:32:25.717Z Compiling memmap v0.7.0
36552026-07-01T22:32:25.717Z Compiling derive-where v1.6.0
36562026-07-01T22:32:25.717Z Compiling console v0.15.11
36572026-07-01T22:32:25.748Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58b005ee168645ca -C extra-filename=-5c9de76596afd3e7 --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-f933e2cc2e49d477.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e6f32a56e8ba5ead.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-07-01T22:32:25.751Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=5da2864c821f244e -C extra-filename=-081385512a92ff18 --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-0c589bbae7109598.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-07-01T22:32:25.751Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=dbbae32e5effed2d -C extra-filename=-953f3903e16643e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-07-01T22:32:25.751Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f816193121ad471a -C extra-filename=-802630cf4e25368d --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-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-07-01T22:32:25.842Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=2dba42ee251fe08e -C extra-filename=-7787d95894d0029e --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-8453fc50ef7fdf08.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-07-01T22:32:25.846Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36632026-07-01T22:32:25.846Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36642026-07-01T22:32:25.846Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36652026-07-01T22:32:25.846Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=2d5793e2bf28df0b -C extra-filename=-bb899a1ebe7ca272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-07-01T22:32:25.874Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90a35a87eeee35ce -C extra-filename=-35c8d163493d0151 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-07-01T22:32:25.878Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d9e93f1c2b773bdb -C extra-filename=-d551996283192f4b --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-0c589bbae7109598.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-07-01T22:32:25.943Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=ae515e060a74798f -C extra-filename=-d729c60e81f65f0e --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-475c5481f11c65dc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-07-01T22:32:26.039Z Compiling newline-converter v0.3.0
36702026-07-01T22:32:26.042Z Compiling bytecount v0.6.9
36712026-07-01T22:32:26.042Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=d2d2db418e022574 -C extra-filename=-f5eba6971e8395b2 --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-9d8ac37b54e10fe1.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-40711fec57a8cb30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-07-01T22:32:26.042Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5e91de441c00adf -C extra-filename=-75099fcedaf88e01 --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-4a5015cb42074201.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f7f85523f7b9e357.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-553e42cac272ac28.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-07-01T22:32:26.042Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbcaeed70c015892 -C extra-filename=-c17e121db2e11db5 --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-475c5481f11c65dc.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-6194f714d3585838.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-07-01T22:32:26.112Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-09bc26091f031fcb/build-script-build`
36752026-07-01T22:32:26.116Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-1b9e2831e5c4e4c0/build-script-build`
36762026-07-01T22:32:26.116Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62d4cda8b56edf65 -C extra-filename=-d59cce6721deaed5 --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-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-07-01T22:32:26.116Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=3539e563d23288f4 -C extra-filename=-63f9465ca6a8cbb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-07-01T22:32:26.116Z Compiling owo-colors v4.3.0
36792026-07-01T22:32:26.116Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-928e7176ef76a434/build-script-build`
36802026-07-01T22:32:26.152Z Compiling hyper-tls v0.6.0
36812026-07-01T22:32:26.187Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=782aa7075d38a187 -C extra-filename=-fec7aa6e202b54d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-fec7aa6e202b54d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-07-01T22:32:26.190Z Compiling cancel-safe-futures v0.1.5
36832026-07-01T22:32:26.225Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d5d416a13386208c -C extra-filename=-9b1daed0c4d0ccd1 --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-a2a64572023fe240.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0efbdc397970b102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-040a831bfcf4aaf2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36842026-07-01T22:32:26.228Z Compiling libsw-core v0.3.2
36852026-07-01T22:32:26.228Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=fe2e7a41650e7aed -C extra-filename=-da692d92f7c427dd --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-da692d92f7c427dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-07-01T22:32:26.260Z Compiling expectorate v1.2.0
36872026-07-01T22:32:26.263Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=9d9143598de2fd0e -C extra-filename=-90b57efbe3ee524c --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-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882026-07-01T22:32:26.263Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f5b2c23896b94bec -C extra-filename=-3ac76901977b9770 --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-9d6e7c90603fd948.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d729c60e81f65f0e.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-d59cce6721deaed5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-07-01T22:32:26.297Z Compiling num-rational v0.4.2
36902026-07-01T22:32:26.330Z Compiling num-complex v0.4.6
36912026-07-01T22:32:26.333Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=e1650e21d358c52d -C extra-filename=-ada4ec1bf521e8a8 --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-07-01T22:32:26.369Z Compiling float-ord v0.3.2
36932026-07-01T22:32:26.408Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=2a20ed21314c1b54 -C extra-filename=-6d7172f0fa818cf6 --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-07-01T22:32:26.475Z Compiling linear-map v1.2.0
36952026-07-01T22:32:26.478Z Compiling gethostname v0.5.0
36962026-07-01T22:32:26.479Z Compiling prettyplease v0.2.37
36972026-07-01T22:32:26.479Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04816f06e3bf99a5 -C extra-filename=-1c2944f8913e7e4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-07-01T22:32:26.658Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36992026-07-01T22:32:26.661Z Compiling libsw v3.5.0
37002026-07-01T22:32:26.662Z Compiling resolv-conf v0.7.6
37012026-07-01T22:32:26.662Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=08befc3bb2e819ec -C extra-filename=-5e781a52876182ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-07-01T22:32:26.662Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9840b381109c75be -C extra-filename=-515c315f08bf6404 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-515c315f08bf6404 -L 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-07-01T22:32:26.662Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee7470367257b67c -C extra-filename=-cbc4981ef833fd7b --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-b0866efa650d6974.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-07-01T22:32:26.774Z Compiling reqwest v0.12.28
37052026-07-01T22:32:26.777Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
37062026-07-01T22:32:26.777Z Compiling convert_case v0.10.0
37072026-07-01T22:32:26.777Z Compiling smawk v0.3.2
37082026-07-01T22:32:26.777Z Compiling unicode-linebreak v0.1.5
37092026-07-01T22:32:26.777Z Compiling papergrid v0.11.0
37102026-07-01T22:32:26.812Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=c8a3558fdc906b77 -C extra-filename=-235a66caa8836cd4 --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-78351d99bf4e6002.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2e5a252cffc00cc1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-07-01T22:32:26.816Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=d22523b373e265df -C extra-filename=-d6e503fa601485a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-07-01T22:32:26.816Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=8d4d8a15ab9010b3 -C extra-filename=-c542c4b920042ea3 --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-90b57efbe3ee524c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-07-01T22:32:26.922Z Compiling num_enum v0.7.6
37142026-07-01T22:32:26.925Z Compiling tabled_derive v0.7.0
37152026-07-01T22:32:26.925Z Compiling slog-dtrace v0.3.0
37162026-07-01T22:32:26.925Z Compiling linked-hash-map v0.5.6
37172026-07-01T22:32:26.925Z Compiling hickory-proto v0.24.4
37182026-07-01T22:32:26.925Z Compiling termtree v0.5.1
37192026-07-01T22:32:26.957Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=03fec7c8c784237d -C extra-filename=-6625771f020dc083 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-29586db834c2c8c8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e9e60b9363338a8d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-9b1daed0c4d0ccd1.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0efbdc397970b102.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-534ce28830e876e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fb7734b753186998.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-040a831bfcf4aaf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-41ab915fd4b89d92.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-8b2fbd5cda2a78d4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37202026-07-01T22:32:26.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92f77802c97ea80e -C extra-filename=-659b7e27e44e4a02 --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-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-07-01T22:32:26.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55831c159a518062 -C extra-filename=-2c13e6d1e75f7dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-07-01T22:32:26.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=9e405512dcecf401 -C extra-filename=-e026e2cb87b9cfbe --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-63f9465ca6a8cbb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-91bf8e578b010fbb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-07-01T22:32:26.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=73b4ca25ac8f2085 -C extra-filename=-e89eda67191d49d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-07-01T22:32:26.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/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=d0ab4c1bac62bc81 -C extra-filename=-cc84cd942bff2bce --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-2936e0be1cd838ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3c3ca786a9e65354.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-07-01T22:32:27.027Z Compiling num_enum v0.5.11
37262026-07-01T22:32:27.031Z Compiling num v0.4.3
37272026-07-01T22:32:27.031Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=b7ba97ce2817d757 -C extra-filename=-a38e43deff1661c8 --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-c3022f0ac3e8e8d0.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-07-01T22:32:27.064Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69ac2928c8cfe277 -C extra-filename=-0642ad9bee92fc8d --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-f933e2cc2e49d477.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e6f32a56e8ba5ead.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-07-01T22:32:27.067Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=971c4299e8a92e71 -C extra-filename=-af69d65a875bc79c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-af69d65a875bc79c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-07-01T22:32:27.098Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=7eff2c7bb656cdb5 -C extra-filename=-c01d68935471eda3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-07-01T22:32:27.171Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=27292b8c372bb784 -C extra-filename=-066dff01586709ba --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-4e778a706bc0dc16.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-955cc156dd0ac2cc.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3f6b2e87b92f8b19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-07-01T22:32:27.175Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-da692d92f7c427dd/build-script-build`
37332026-07-01T22:32:27.175Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f03242a489960bd -C extra-filename=-e5136e81866bc448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-07-01T22:32:27.175Z Compiling zone v0.3.1
37352026-07-01T22:32:27.175Z Compiling fd-lock v4.0.4
37362026-07-01T22:32:27.275Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=a40caeba3e4d3096 -C extra-filename=-92761d57a336a1f9 --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-dbe945dbbfc33d53.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-07-01T22:32:27.278Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=f8003c623bf77b3d -C extra-filename=-87140b5865f4661e --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-6d7172f0fa818cf6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-ada4ec1bf521e8a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-07-01T22:32:27.414Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37392026-07-01T22:32:27.417Z Compiling usdt v0.5.0
37402026-07-01T22:32:27.417Z Compiling vte v0.14.1
37412026-07-01T22:32:27.417Z Compiling minimal-lexical v0.2.1
37422026-07-01T22:32:27.417Z Compiling display-error-chain v0.2.2
37432026-07-01T22:32:27.417Z Compiling nu-ansi-term v0.50.3
37442026-07-01T22:32:27.417Z Compiling unicode-xid v0.2.6
37452026-07-01T22:32:27.417Z Compiling ar_archive_writer v0.5.1
37462026-07-01T22:32:27.448Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=80705292fdc686a6 -C extra-filename=-7382b80de2bf9c74 --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-e4beb502f8aead58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5c9de76596afd3e7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-07-01T22:32:27.521Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3521adbb0826a574 -C extra-filename=-2c12405d4e4eea34 --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-ccf4af5f4acd8b5c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-07-01T22:32:27.524Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-515c315f08bf6404/build-script-build`
37492026-07-01T22:32:27.524Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-fec7aa6e202b54d1/build-script-build`
37502026-07-01T22:32:27.752Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=ee26ad6be1d8e22a -C extra-filename=-33e4ccc3a69db63b --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-475c5481f11c65dc.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b2bef98b1f6952e2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a38e43deff1661c8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512026-07-01T22:32:27.755Z Compiling ingot-types v0.1.2
37522026-07-01T22:32:27.755Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37532026-07-01T22:32:27.755Z Compiling derive_more-impl v2.1.1
37542026-07-01T22:32:27.755Z Compiling lru-cache v0.1.2
37552026-07-01T22:32:27.755Z Compiling textwrap v0.16.2
37562026-07-01T22:32:27.756Z Compiling stacker v0.1.23
37572026-07-01T22:32:27.756Z Compiling csv-core v0.1.13
37582026-07-01T22:32:27.756Z Compiling highway v1.3.0
37592026-07-01T22:32:27.756Z Compiling cfg_aliases v0.1.1
37602026-07-01T22:32:27.756Z Compiling semver v0.1.20
37612026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e33707ae6a32ff87 -C extra-filename=-79fda9df1e1d6e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=608de1bc15018922 -C extra-filename=-4811978babbb7e5a --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-745e06628c0acb2c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-0c589bbae7109598.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0194fe363b9ff511.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-35c8d163493d0151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d551996283192f4b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-081385512a92ff18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=83ab393a67869ecf -C extra-filename=-8c8482349eff0047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc984efde9ef56e0 -C extra-filename=-91e9c67627fab3dd --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-c7f66a712244a735.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=00f53ecc54d81228 -C extra-filename=-7544f93e9a302c48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=44b0e05ae80d773d -C extra-filename=-4c650f037702db33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=5e0f8c05d99fa5a5 -C extra-filename=-947ff547998d1302 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-07-01T22:32:27.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=e97547de4e11746b -C extra-filename=-f166a690a7a4bf1a --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-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-07-01T22:32:27.963Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.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=978040b8f134bb67 -C extra-filename=-1ed5d877b44e2fe3 --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-37c224d5101ed844.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-07-01T22:32:27.967Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=d1ed1cbd2d122eb3 -C extra-filename=-28f6ef79f50da9b4 --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-e89eda67191d49d9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-68792b73d7f60e2e.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-2c13e6d1e75f7dd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-07-01T22:32:27.967Z Compiling strip-ansi-escapes v0.2.1
37722026-07-01T22:32:27.967Z Compiling nibble_vec v0.1.0
37732026-07-01T22:32:27.994Z Compiling endian-type v0.1.2
37742026-07-01T22:32:27.997Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37752026-07-01T22:32:28.030Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f94b2082b2647c75 -C extra-filename=-6e0b7ed8b5efe2de --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-6e0b7ed8b5efe2de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9f164cbd5913b4a8 -C extra-filename=-6999474a37e5c4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11561a2fc8774e4f -C extra-filename=-baaf4d915d72a3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=b3ab6ad4bf8a2d25 -C extra-filename=-b5432146fb4bdf48 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=f4a89ce22ec6540e -C extra-filename=-d67492100f57418b --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-c01d68935471eda3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802026-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=c79fbf392e81612c -C extra-filename=-e1170ac61808a017 --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-659b7e27e44e4a02.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=28695de303222f55 -C extra-filename=-ea5d341fe30ccaa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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)'`
37822026-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b84304356eaff99f -C extra-filename=-1874004f23a666d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-92761d57a336a1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-07-01T22:32:28.033Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70f136f6f11b4383 -C extra-filename=-16816bb5bb449606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-07-01T22:32:28.129Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-af69d65a875bc79c/build-script-build`
37852026-07-01T22:32:28.166Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d1173454fb660e3 -C extra-filename=-7b906129282f27d0 --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-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-07-01T22:32:28.237Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7e014d33962b048 -C extra-filename=-fafa46a5f40a226c --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-947ff547998d1302.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-07-01T22:32:28.240Z Compiling tokio-dtrace v0.1.1
37882026-07-01T22:32:28.240Z Compiling nom v7.1.3
37892026-07-01T22:32:28.240Z Compiling phf_shared v0.12.1
37902026-07-01T22:32:28.240Z Compiling recursive-proc-macro-impl v0.1.1
37912026-07-01T22:32:28.240Z Compiling chrono-tz v0.10.4
37922026-07-01T22:32:28.240Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2140e94957c3bebd -C extra-filename=-453231cc799d693f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-07-01T22:32:28.270Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=473de6ed71f4553c -C extra-filename=-5cca1225989bc199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-07-01T22:32:28.274Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=cbfb3b04d33dfa81 -C extra-filename=-f250b99746fe5d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37952026-07-01T22:32:28.414Z Compiling nix v0.28.0
37962026-07-01T22:32:28.418Z Compiling csv v1.4.0
37972026-07-01T22:32:28.418Z Compiling rustc_version v0.1.7
37982026-07-01T22:32:28.446Z Compiling const_format_proc_macros v0.2.34
37992026-07-01T22:32:28.486Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e83da600987570e4 -C extra-filename=-e43280b3bc18324a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0d0146fd3fdfea8b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-33e4ccc3a69db63b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a38e43deff1661c8.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-75099fcedaf88e01.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-553e42cac272ac28.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-c17e121db2e11db5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1bfc1429ca26185f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
38002026-07-01T22:32:28.489Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=9ec4316ff42fb0b5 -C extra-filename=-b3133c84d098e901 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-b3133c84d098e901 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-07-01T22:32:28.489Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51250361b04baec4 -C extra-filename=-258f1cc3b2587d49 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022026-07-01T22:32:28.489Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=82fc3d7266025cfb -C extra-filename=-2d06987e701bcaf1 --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-b8bf9e5fddfaba5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-07-01T22:32:28.489Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=4eaef73801a46f26 -C extra-filename=-3b65a7f062194f66 --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-29cf7af8e2fc43be.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-4c650f037702db33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-07-01T22:32:28.489Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f7d454f755a527c -C extra-filename=-f697c2e4062aabcb --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-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-07-01T22:32:28.646Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=fcbe8077dbaa1c6b -C extra-filename=-bd42240a76698dde --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-bd42240a76698dde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-16816bb5bb449606.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-07-01T22:32:28.650Z Compiling ingot v0.1.1
38072026-07-01T22:32:28.650Z Compiling tabled v0.15.0
38082026-07-01T22:32:28.650Z Compiling reedline v0.40.0
38092026-07-01T22:32:28.650Z Compiling peg-macros v0.8.5
38102026-07-01T22:32:28.650Z Compiling sqlparser_derive v0.5.0
38112026-07-01T22:32:28.679Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5717874ea20842c7 -C extra-filename=-f8139578a9422dce --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-baaf4d915d72a3af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-07-01T22:32:28.682Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b60da27ea354b602 -C extra-filename=-514a763e5b9a0b1d --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-b5432146fb4bdf48.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-07-01T22:32:28.682Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=9c2adb6ec253a811 -C extra-filename=-21bebc939e970ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8c8482349eff0047.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-07-01T22:32:28.906Z Compiling typify-macro v0.6.2
38152026-07-01T22:32:28.906Z Compiling oxide-tokio-rt v0.1.4
38162026-07-01T22:32:28.906Z Compiling psm v0.1.30
38172026-07-01T22:32:28.906Z Compiling radix_trie v0.2.1
38182026-07-01T22:32:28.906Z Compiling phf v0.12.1
38192026-07-01T22:32:28.906Z Compiling nom v8.0.0
38202026-07-01T22:32:28.906Z Compiling winnow v0.6.26
38212026-07-01T22:32:28.911Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f6d2f8cd5956e5f -C extra-filename=-63056286a6006b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rmeta --cap-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-6ef603891a282a35/out -l static=pci`
38222026-07-01T22:32:28.911Z Running `/home/build/.rustup/toolchains/1.96.1-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=086fa0a462d1c56f -C extra-filename=-541778ccd4b9304a --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-64568b11226546eb.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-37c224d5101ed844.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-1ed5d877b44e2fe3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-07-01T22:32:28.911Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=e06143d7ec6dbd0c -C extra-filename=-f840977326fd376f --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-256e074e75faabf0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-07-01T22:32:28.911Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a2d514abdaa9442 -C extra-filename=-bd6e573db949d766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-07-01T22:32:28.912Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-6e0b7ed8b5efe2de/build-script-build`
38262026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e0cc7b6cdc07936 -C extra-filename=-b059d1ebdc563790 --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-fa9b90e544911148.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=90278ac91ce516ef -C extra-filename=-17e4ec97e703ac9a --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-fa9b90e544911148.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2c12405d4e4eea34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7544f93e9a302c48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-fafa46a5f40a226c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7c28d0965ba73971.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=806cd188393ff148 -C extra-filename=-a06dbcc1603fd12e --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-e026e2cb87b9cfbe.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0642ad9bee92fc8d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de7cc9ad08703361 -C extra-filename=-d6b52ba3b0002abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-7cc9037b27b3a1b2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=7493c6023d633805 -C extra-filename=-eaa480e25d835921 --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-2d06987e701bcaf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-07-01T22:32:28.912Z Compiling newtype_derive v0.1.6
38322026-07-01T22:32:28.912Z Compiling unicode_categories v0.1.1
38332026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=f693e4710c4908ee -C extra-filename=-8071718ca327769d --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=591dc30adfc20897 -C extra-filename=-df9e1ff0053e2b7d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-df9e1ff0053e2b7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f8139578a9422dce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-07-01T22:32:28.912Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-b3133c84d098e901/build-script-build`
38362026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c764635d78b3a36 -C extra-filename=-3e669ef2a61b9711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=b02a04f2f32995ec -C extra-filename=-7f60138eaa3db0ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-f697c2e4062aabcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-07-01T22:32:28.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27cb1e6a70f34769 -C extra-filename=-02bc6ed42caf8c34 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-02bc6ed42caf8c34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-91e9c67627fab3dd.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-07-01T22:32:28.950Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=835215ca32e5e639 -C extra-filename=-444b7ca250938667 --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-5cca1225989bc199.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7b906129282f27d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402026-07-01T22:32:28.953Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=73e22a52112264f0 -C extra-filename=-4d235f375a4d1493 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-07-01T22:32:28.989Z Compiling home v0.5.12
38422026-07-01T22:32:28.989Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1df213265e2cf7e -C extra-filename=-0bc4bf4df1c5d85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:29.048Z Compiling bcs v0.1.6
38442026-07-01T22:32:29.051Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f9ea627dbcfb64a -C extra-filename=-e27f4836a8c0d1f3 --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-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-07-01T22:32:29.085Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38462026-07-01T22:32:29.089Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/client-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9359fb630cab3968 -C extra-filename=-11e96b058d5f615c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-07-01T22:32:29.123Z Compiling hickory-resolver v0.24.4
38482026-07-01T22:32:29.126Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=4c694e46eb296cf9 -C extra-filename=-12a59439ada80ea2 --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-ccf4af5f4acd8b5c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-066dff01586709ba.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-d67492100f57418b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-d6e503fa601485a0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-07-01T22:32:29.197Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38502026-07-01T22:32:29.267Z Compiling sha1 v0.10.6
38512026-07-01T22:32:29.270Z Compiling filetime v0.2.27
38522026-07-01T22:32:29.270Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d8f51239af99456 -C extra-filename=-e24464efc67a1bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-07-01T22:32:29.368Z Compiling derive_more v2.1.1
38542026-07-01T22:32:29.371Z Compiling xattr v1.6.1
38552026-07-01T22:32:29.371Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=72ecb93b163b5c46 -C extra-filename=-7ef9a51d7356c1b4 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-07-01T22:32:29.401Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=676f35004c050ddb -C extra-filename=-6e328f5ba78b0496 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572026-07-01T22:32:29.472Z Compiling base64 v0.21.7
38582026-07-01T22:32:29.475Z Compiling subprocess v0.2.15
38592026-07-01T22:32:29.475Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-bd42240a76698dde/build-script-build`
38602026-07-01T22:32:29.475Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=607000c07262671c -C extra-filename=-b6ee243c8bce9993 --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-e1170ac61808a017.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-07-01T22:32:29.509Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=8ff81202731e6ec4 -C extra-filename=-52ba862cdb0afe41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-07-01T22:32:29.512Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=95e1f0b2100cb9ba -C extra-filename=-b96847c0f6f2888c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-07-01T22:32:29.543Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77d083ec1554a02a -C extra-filename=-04f646d202a1f54a --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-07-01T22:32:29.579Z Compiling crossterm v0.29.0
38652026-07-01T22:32:29.582Z Compiling headers-core v0.3.0
38662026-07-01T22:32:29.582Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-df9e1ff0053e2b7d/build-script-build`
38672026-07-01T22:32:29.649Z Compiling yasna v0.5.2
38682026-07-01T22:32:29.652Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=0d35b69c94589af4 -C extra-filename=-074377a61ff3c56f --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-64568b11226546eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b6ee243c8bce9993.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f96663b74c7be7c3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-12bf3c46aa8d148d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-07-01T22:32:29.652Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4017e0ff7ffecf81 -C extra-filename=-e0535aaabdbd1b66 --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-163d9e629feecafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-07-01T22:32:29.747Z Compiling const_format v0.2.35
38712026-07-01T22:32:29.751Z Compiling dropshot-api-manager-types v0.7.2
38722026-07-01T22:32:29.751Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e9bf9f6847c45434 -C extra-filename=-3e6783c848758967 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38732026-07-01T22:32:29.751Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=ea68df7f2f18c701 -C extra-filename=-c731086711956766 --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-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-07-01T22:32:29.817Z Compiling tagptr v0.2.0
38752026-07-01T22:32:29.852Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=5daf2b6f265555de -C extra-filename=-f522a82287f6a9a5 --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-21bebc939e970ea2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-07-01T22:32:29.852Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bff13e2f3a4a9754 -C extra-filename=-acc788d62c07358b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-07-01T22:32:29.856Z Compiling tar v0.4.45
38782026-07-01T22:32:29.927Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=a49ba302900c2fd1 -C extra-filename=-d78b926947bd1c11 --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-fa9b90e544911148.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-eaa480e25d835921.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-07-01T22:32:29.930Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=188c63d3a7bc045c -C extra-filename=-04b84eced7439f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-07-01T22:32:29.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38812026-07-01T22:32:29.966Z Compiling utf-8 v0.7.6
38822026-07-01T22:32:29.966Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38832026-07-01T22:32:29.966Z Running `/home/build/.rustup/toolchains/1.96.1-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=6c244a393e4769e2 -C extra-filename=-8c4f01731ced5a6f --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-6e328f5ba78b0496.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-52ba862cdb0afe41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-07-01T22:32:30.056Z Compiling libefi-sys v0.1.0
38852026-07-01T22:32:30.060Z Compiling bitfield-struct v0.6.2
38862026-07-01T22:32:30.061Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=63e2710a5f457d5d -C extra-filename=-a31fb291e21b37ac --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-a31fb291e21b37ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-07-01T22:32:30.061Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=4bb8fd987f9cce96 -C extra-filename=-56816c8b20be0a9a --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-56816c8b20be0a9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-07-01T22:32:30.061Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cfcceed380b45d7 -C extra-filename=-97a82dd03f57902d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:30.127Z Compiling headers v0.4.1
38902026-07-01T22:32:30.131Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=c39805a31d21959d -C extra-filename=-cf7c02bb408021c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
38912026-07-01T22:32:30.131Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afcbfd2f9a067795 -C extra-filename=-3dd3610e9a02a87b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-3dd3610e9a02a87b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-07-01T22:32:30.132Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fcdfcdeef3148ce -C extra-filename=-b0d41b4e71ef871e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-07-01T22:32:30.160Z Compiling moka v0.12.13
38942026-07-01T22:32:30.165Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-02bc6ed42caf8c34/build-script-build`
38952026-07-01T22:32:30.165Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f471899ff3c31057 -C extra-filename=-e0545ae74bf14440 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e0535aaabdbd1b66.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-25cc7ebab10ea2cb.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ef9a51d7356c1b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-07-01T22:32:30.195Z Compiling tungstenite v0.21.0
38972026-07-01T22:32:30.200Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=d96b8d0204493a5c -C extra-filename=-a8038317100748a6 --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-8c9eb83308222b30.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-04b84eced7439f09.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-07-01T22:32:30.200Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=930ac4d0d4a3c975 -C extra-filename=-3f0dded8186271ab --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-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ef9a51d7356c1b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-97a82dd03f57902d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-07-01T22:32:30.261Z Compiling steno v0.4.1
39002026-07-01T22:32:30.296Z Compiling qorb v0.4.1
39012026-07-01T22:32:30.299Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39022026-07-01T22:32:30.326Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05433e4aa49f703a -C extra-filename=-9773a5be60698b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032026-07-01T22:32:30.387Z Compiling peg v0.8.5
39042026-07-01T22:32:30.390Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39052026-07-01T22:32:30.390Z Compiling radium v0.7.0
39062026-07-01T22:32:30.390Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=73199171cd9f684e -C extra-filename=-e2e754f2445c2520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-12a59439ada80ea2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-07-01T22:32:30.390Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f590cfbb897569b -C extra-filename=-84a067567db7d2b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-84a067567db7d2b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-07-01T22:32:30.455Z Compiling ron v0.8.1
39092026-07-01T22:32:30.458Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=5adb229e243c58cd -C extra-filename=-5b9d058b5998e2b3 --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-f840977326fd376f.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-07-01T22:32:30.458Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00714958d7e1bcfa -C extra-filename=-be07ce5fee2242bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-07-01T22:32:30.458Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39cf0eff44e4c0e8 -C extra-filename=-f282fbba7749261a --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-f282fbba7749261a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-07-01T22:32:30.458Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22162811e9ec6486 -C extra-filename=-91f99d6ed60ac2b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-7128eacf72e57885/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
39132026-07-01T22:32:30.458Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=3589076aa68493da -C extra-filename=-7b82828cc3b833a4 --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-b96847c0f6f2888c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-07-01T22:32:30.518Z Compiling sqlformat v0.3.5
39152026-07-01T22:32:30.521Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3627349f50d91308 -C extra-filename=-b0f190480dbed785 --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-3e669ef2a61b9711.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4d235f375a4d1493.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-07-01T22:32:30.554Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-3dd3610e9a02a87b/build-script-build`
39172026-07-01T22:32:30.589Z Compiling tap v1.0.1
39182026-07-01T22:32:30.592Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94bd6431fed99b76 -C extra-filename=-21857a24966fb5ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192026-07-01T22:32:30.762Z Compiling maybe-uninit v2.0.0
39202026-07-01T22:32:30.766Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-56816c8b20be0a9a/build-script-build`
39212026-07-01T22:32:30.799Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b62f7dc37f684aa -C extra-filename=-48e03393f9b0d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39222026-07-01T22:32:30.836Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=727d759dd1582603 -C extra-filename=-681408e2d6c51e7f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-681408e2d6c51e7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-07-01T22:32:30.942Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
39242026-07-01T22:32:30.945Z Compiling rustyline v14.0.0
39252026-07-01T22:32:30.945Z Compiling tokio-tungstenite v0.21.0
39262026-07-01T22:32:30.945Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c25456924edf3df -C extra-filename=-4465e8b498bf1909 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-91f99d6ed60ac2b1.rmeta --cap-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-7128eacf72e57885/out`
39272026-07-01T22:32:31.080Z Compiling wyz v0.5.1
39282026-07-01T22:32:31.084Z Compiling zerocopy-derive v0.6.6
39292026-07-01T22:32:31.084Z Compiling funty v2.0.0
39302026-07-01T22:32:31.084Z Compiling packed_struct v0.10.1
39312026-07-01T22:32:31.084Z Compiling crc-catalog v2.4.0
39322026-07-01T22:32:31.084Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=7132dcdf10d555b9 -C extra-filename=-058dfdc6b5ac5905 --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-f512d3b90213e3cb.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-541778ccd4b9304a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f67ddeeb27a1f56b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76fc5a97b56cce51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-07-01T22:32:31.084Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=e59fa464a95159f1 -C extra-filename=-55878b0062dde2af --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2c12405d4e4eea34.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-0bc4bf4df1c5d85b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3e6783c848758967.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-444b7ca250938667.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-07-01T22:32:31.084Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-a31fb291e21b37ac/build-script-build`
39352026-07-01T22:32:31.084Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=720595659e35b287 -C extra-filename=-282ba851c9db4e8a --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-7549e874c0c6d611.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3f0dded8186271ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-07-01T22:32:31.154Z Compiling recursive v0.1.1
39372026-07-01T22:32:31.157Z Compiling hickory-resolver v0.25.2
39382026-07-01T22:32:31.157Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39392026-07-01T22:32:31.157Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39402026-07-01T22:32:31.191Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-f282fbba7749261a/build-script-build`
39412026-07-01T22:32:31.228Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=693093694c10e083 -C extra-filename=-4babba487b05885f --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-21857a24966fb5ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-07-01T22:32:31.231Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2e3995c546b8559 -C extra-filename=-fb81c4d410915250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-07-01T22:32:31.231Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37c7f9612aa83f1c -C extra-filename=-d22e6ecbf74d66d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-07-01T22:32:31.261Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=ef97f3f2cfa7c0a6 -C extra-filename=-57ce29dcb8f0ed46 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-57ce29dcb8f0ed46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452026-07-01T22:32:31.264Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0633d495b21cc0df -C extra-filename=-092f796613a10719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-07-01T22:32:31.264Z Compiling packed_struct_codegen v0.10.1
39472026-07-01T22:32:31.264Z Compiling bitfield-macros v0.19.4
39482026-07-01T22:32:31.264Z Compiling indexmap v1.9.3
39492026-07-01T22:32:31.295Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=173d4c25fc7b3eac -C extra-filename=-8b891857c54fc9ac --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-b0d41b4e71ef871e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-07-01T22:32:31.299Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b9bea0dc974f454 -C extra-filename=-f52fa5593a96f53d --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-258f1cc3b2587d49.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-4465e8b498bf1909.rmeta --cap-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-7128eacf72e57885/out`
39512026-07-01T22:32:31.299Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=a5bd04479ec13337 -C extra-filename=-3e44da1d7c4e1ae6 --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-ccf4af5f4acd8b5c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-a8038317100748a6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-d6e503fa601485a0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522026-07-01T22:32:31.299Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1de3aed303cb15b6 -C extra-filename=-5803ec9eb336de76 --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-475c5481f11c65dc.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-48e03393f9b0d4a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532026-07-01T22:32:31.393Z Compiling nodrop v0.1.14
39542026-07-01T22:32:31.396Z Compiling xshell-macros v0.2.7
39552026-07-01T22:32:31.397Z Compiling hashbrown v0.12.3
39562026-07-01T22:32:31.397Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d5d6764b07cc4a59 -C extra-filename=-17561be237920c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-07-01T22:32:31.397Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00c2a80d180e2c89 -C extra-filename=-195ec00c2bdf75cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-07-01T22:32:31.397Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=8bb3f2e178835914 -C extra-filename=-9d5ac6f4d38aa30e --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-9d5ac6f4d38aa30e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-07-01T22:32:31.464Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-84a067567db7d2b1/build-script-build`
39602026-07-01T22:32:31.467Z Compiling crc v3.4.0
39612026-07-01T22:32:31.467Z Compiling hashbrown v0.13.2
39622026-07-01T22:32:31.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=f5d2cc0d8a5a1e90 -C extra-filename=-3f275f64dcc1cde7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-07-01T22:32:31.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ff527c7d2bfaa04 -C extra-filename=-dfa58b08264e1123 --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`
39642026-07-01T22:32:31.467Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-681408e2d6c51e7f/build-script-build`
39652026-07-01T22:32:31.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=af58f21784d64e06 -C extra-filename=-db5bfcbc6a039d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-07-01T22:32:31.502Z Compiling crc-any v2.5.0
39672026-07-01T22:32:31.505Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a468ec944c1f700 -C extra-filename=-7a5af3ad552a6e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39682026-07-01T22:32:31.536Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=620b1c37c3567ed9 -C extra-filename=-d3e97a297b774814 --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-5ac1b58a6f2e6a0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-07-01T22:32:31.540Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54ccbcb962aee724 -C extra-filename=-66738bb422ef5da5 --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-092f796613a10719.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-07-01T22:32:31.540Z Compiling path-slash v0.1.5
39712026-07-01T22:32:31.540Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=7b16c5abd059cfe4 -C extra-filename=-9433c737628929ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-07-01T22:32:31.570Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
39732026-07-01T22:32:31.606Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bb597399e20f3a9 -C extra-filename=-c0f4129956d65aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742026-07-01T22:32:31.610Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=eb8c5f8c5814077f -C extra-filename=-891564a3f1d1f995 --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-fa9b90e544911148.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8071718ca327769d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a38e43deff1661c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752026-07-01T22:32:31.610Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-57ce29dcb8f0ed46/build-script-build`
39762026-07-01T22:32:31.713Z Compiling array-init v0.0.4
39772026-07-01T22:32:31.749Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=525791124567fab0 -C extra-filename=-e12e06327bc57e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39782026-07-01T22:32:31.826Z Compiling half v1.8.3
39792026-07-01T22:32:31.829Z Compiling git-stub v1.0.0
39802026-07-01T22:32:31.829Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c07733a5da4a8a11 -C extra-filename=-9fcb45158964d1bb --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-3f275f64dcc1cde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-07-01T22:32:31.848Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4258fdc56d7b2405 -C extra-filename=-b0e51aaea791db28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64 -l fmd_adm`
39822026-07-01T22:32:31.852Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=a5139a78bc02ac48 -C extra-filename=-eb19b420e1f21726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39832026-07-01T22:32:31.978Z Compiling typify v0.6.2
39842026-07-01T22:32:31.982Z Compiling smallvec v0.6.14
39852026-07-01T22:32:31.982Z Compiling maplit v1.0.2
39862026-07-01T22:32:31.982Z Compiling proc-macro-error-attr2 v2.0.0
39872026-07-01T22:32:31.982Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=c5fb73e070684feb -C extra-filename=-9dd1edc204df9f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-07-01T22:32:31.982Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a572570cf5606fc2 -C extra-filename=-e221d18cc264a977 --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-0d49d99825834bad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-07-01T22:32:32.050Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=502ac6f7a921b255 -C extra-filename=-13d219ad300092d2 --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-7cc9037b27b3a1b2.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d6b52ba3b0002abd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-07-01T22:32:32.055Z Compiling xshell v0.2.7
39912026-07-01T22:32:32.055Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-9d5ac6f4d38aa30e/build-script-build`
39922026-07-01T22:32:32.055Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=69f8b76a812553dc -C extra-filename=-360bcf577aca9139 --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-e12e06327bc57e36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-07-01T22:32:32.055Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7f2732fbaf0c5c3 -C extra-filename=-f8fe3d396f6eb4ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-07-01T22:32:32.085Z Running `/home/build/.rustup/toolchains/1.96.1-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=44fb428827492249 -C extra-filename=-4f02ad3b0765b147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-07-01T22:32:32.088Z Compiling serde_cbor v0.11.2
39962026-07-01T22:32:32.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=16ac5b73e9573418 -C extra-filename=-aa03d4c170d5915d --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-64568b11226546eb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-f512d3b90213e3cb.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-541778ccd4b9304a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54bcd804cd004c20.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-058dfdc6b5ac5905.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f67ddeeb27a1f56b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.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)'`
39972026-07-01T22:32:32.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e64b1ed41d06902e -C extra-filename=-9c0124f27ac950c4 --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-dfa58b08264e1123.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-07-01T22:32:32.121Z Compiling git-stub-vcs v0.1.0
39992026-07-01T22:32:32.159Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=49b798b03afd6a65 -C extra-filename=-086d6277f9bdaa8a --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-9dd1edc204df9f4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-07-01T22:32:32.163Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40012026-07-01T22:32:32.163Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60361b9caa9289bf -C extra-filename=-37fbaa529dce1a18 --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-9d6e7c90603fd948.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-e221d18cc264a977.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-07-01T22:32:32.191Z Compiling sqlparser v0.61.0
40032026-07-01T22:32:32.194Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b922ba67d52442f -C extra-filename=-b222b0ed59d77ff4 --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-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-07-01T22:32:32.194Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=eec5709f1a3bd9f7 -C extra-filename=-d7c487292b89e6b9 --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-517a0a45b5918497.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-f52fa5593a96f53d.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-bd6e573db949d766.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-7128eacf72e57885/out`
40052026-07-01T22:32:32.226Z Compiling num-derive v0.3.3
40062026-07-01T22:32:32.291Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40072026-07-01T22:32:32.296Z Compiling papergrid v0.17.0
40082026-07-01T22:32:32.296Z Compiling testing_table v0.3.0
40092026-07-01T22:32:32.296Z Running `/home/build/.rustup/toolchains/1.96.1-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=6c43c10cef5252ed -C extra-filename=-5fbf340df898c6a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-07-01T22:32:32.328Z Compiling bitvec v1.0.1
40112026-07-01T22:32:32.359Z Compiling bitfield v0.19.4
40122026-07-01T22:32:32.363Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae259f8e411cf60a -C extra-filename=-c85dd464b738ddb9 --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-8b891857c54fc9ac.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-be07ce5fee2242bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-07-01T22:32:32.363Z Running `/home/build/.rustup/toolchains/1.96.1-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=1fd5fc34fe94ce24 -C extra-filename=-bd070e3a1596c1c6 --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-63f9465ca6a8cbb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-91bf8e578b010fbb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-07-01T22:32:32.363Z Running `/home/build/.rustup/toolchains/1.96.1-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=68c63401318f2335 -C extra-filename=-4fd7f1a0cffd1dcb --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-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-07-01T22:32:32.395Z Compiling zerocopy v0.6.6
40162026-07-01T22:32:32.399Z Compiling unicase v2.9.0
40172026-07-01T22:32:32.399Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40182026-07-01T22:32:32.464Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=47a1b0710b6eea77 -C extra-filename=-f56b5ef56f04afeb --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-d22e6ecbf74d66d8.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-7a5af3ad552a6e65.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-21857a24966fb5ac.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-4babba487b05885f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-07-01T22:32:32.468Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=117718414205fbf9 -C extra-filename=-732bd01101fc61cb --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-195ec00c2bdf75cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-07-01T22:32:32.523Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40212026-07-01T22:32:32.527Z Compiling fxhash v0.2.1
40222026-07-01T22:32:32.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=5d0d0fc73f52cd6b -C extra-filename=-6ba7a560a709e5d3 --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-cd826904474fece0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-fb81c4d410915250.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-07-01T22:32:32.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7c59c8178526b6f9 -C extra-filename=-c7bad6e9242577a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-07-01T22:32:32.558Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=d96ceab408c8674e -C extra-filename=-e4c0a38db212ad46 --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-64568b11226546eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-07-01T22:32:32.561Z Compiling progenitor-impl v0.14.0
40262026-07-01T22:32:32.561Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=faa28289342fd7bb -C extra-filename=-6ce5a06ea06c44db --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-db5bfcbc6a039d86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40272026-07-01T22:32:32.593Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=46f522de8e0e69ac -C extra-filename=-db7baad9cd0913cd --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-db7baad9cd0913cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-07-01T22:32:32.597Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a3f3228ddd0d05b -C extra-filename=-6e0c99b34b2408af --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-cd826904474fece0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-07-01T22:32:32.627Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
40302026-07-01T22:32:32.631Z Compiling serde-hex v0.1.0
40312026-07-01T22:32:32.631Z Compiling progenitor-impl v0.13.0
40322026-07-01T22:32:32.631Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=137fcb35f2b57c9f -C extra-filename=-0a549f2ea43d7676 --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-b4f780b189a31b98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-13d219ad300092d2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-07-01T22:32:32.631Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=b15cf3dc45bd88ab -C extra-filename=-535039529a34a92e --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-ccf4af5f4acd8b5c.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-f512d3b90213e3cb.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-aa03d4c170d5915d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342026-07-01T22:32:32.663Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87e3d3377c5f7cbe -C extra-filename=-88c1491f96018b37 --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-9fcb45158964d1bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-360bcf577aca9139.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352026-07-01T22:32:32.663Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4a176f4a4b6fc2e -C extra-filename=-c00e575e5058ba62 --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-b4f780b189a31b98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-13d219ad300092d2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-07-01T22:32:32.698Z Compiling crc8 v0.1.1
40372026-07-01T22:32:32.733Z Compiling vergen-lib v0.1.6
40382026-07-01T22:32:32.737Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38dac96d18be98c -C extra-filename=-c09b1f53fc6ce1a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-07-01T22:32:32.737Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=67ccaec2f2536cd4 -C extra-filename=-3d49910cd0ab8d80 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d49910cd0ab8d80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-07-01T22:32:32.770Z Compiling diff v0.1.13
40412026-07-01T22:32:32.804Z Compiling diesel_derives v2.3.7
40422026-07-01T22:32:32.807Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a10cb12c99f5748 -C extra-filename=-16c9a08fa363e82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-07-01T22:32:32.875Z Compiling proc-macro-error2 v2.0.1
40442026-07-01T22:32:32.878Z Compiling dsl_auto_type v0.2.0
40452026-07-01T22:32:32.878Z Compiling diesel_table_macro_syntax v0.3.0
40462026-07-01T22:32:32.878Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=50c1000c20f25d16 -C extra-filename=-665ffed73bcc4251 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-665ffed73bcc4251 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-07-01T22:32:32.944Z Compiling vergen-gitcl v1.0.8
40482026-07-01T22:32:32.948Z Compiling scheduled-thread-pool v0.2.7
40492026-07-01T22:32:32.949Z Running `/home/build/.rustup/toolchains/1.96.1-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=bb093bac1278022d -C extra-filename=-90aa919a7d45f1b8 --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-4f02ad3b0765b147.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-07-01T22:32:32.949Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e70235f1c49f13b6 -C extra-filename=-c8340bfb2672e15c --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-0434c22b71da31fb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-07-01T22:32:32.973Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68b05bea93ce659d -C extra-filename=-63c0d285fc11baef --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-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-07-01T22:32:32.989Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40532026-07-01T22:32:33.002Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=a3a693459db07352 -C extra-filename=-e3f3ad17a8f94d35 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e3f3ad17a8f94d35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-07-01T22:32:33.006Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc09c13247281a03 -C extra-filename=-daec105ffe639b78 --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-b90ae94c6b847292.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-07-01T22:32:33.034Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1436f8429aab6229 -C extra-filename=-66380c559aca8a16 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-66380c559aca8a16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-07-01T22:32:33.071Z Compiling downcast-rs v2.0.2
40572026-07-01T22:32:33.074Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-db7baad9cd0913cd/build-script-build`
40582026-07-01T22:32:33.103Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=5a20de4cef46780e -C extra-filename=-de7f2c9c3a574662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:33.139Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40602026-07-01T22:32:33.170Z Compiling object v0.30.4
40612026-07-01T22:32:33.175Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=431516edfbe0307f -C extra-filename=-8046b2baa81dd302 --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-cd826904474fece0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-66738bb422ef5da5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-07-01T22:32:33.269Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=489018e01458bfad -C extra-filename=-b66908348cf75a93 --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-d7de13df64e70a85.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d3e97a297b774814.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6ce5a06ea06c44db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-07-01T22:32:33.272Z Compiling dirs-sys-next v0.1.2
40642026-07-01T22:32:33.272Z Compiling crunchy v0.2.4
40652026-07-01T22:32:33.272Z Compiling clang-sys v1.8.1
40662026-07-01T22:32:33.272Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-665ffed73bcc4251/build-script-build`
40672026-07-01T22:32:33.301Z Compiling tiny-keccak v2.0.2
40682026-07-01T22:32:33.304Z Compiling kstat-rs v0.2.4
40692026-07-01T22:32:33.336Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aaafc204f246caa -C extra-filename=-fd677d2c623141e5 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-07-01T22:32:33.339Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=82144db89411ed58 -C extra-filename=-e4f163ec46fdded3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-e4f163ec46fdded3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-07-01T22:32:33.339Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=19789927dcc2afcb -C extra-filename=-3dfd5821a65a1ab6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-3dfd5821a65a1ab6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-07-01T22:32:33.339Z Compiling arc-swap v1.8.2
40732026-07-01T22:32:33.339Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=782e1b9e5f054753 -C extra-filename=-e44a48886a40717a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e44a48886a40717a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-07-01T22:32:33.339Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.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=22a74315dc43689e -C extra-filename=-42e9089d8aef0867 --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-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-07-01T22:32:33.370Z Compiling bit-vec v0.6.3
40762026-07-01T22:32:33.406Z Compiling parking_lot_core v0.8.6
40772026-07-01T22:32:33.409Z Compiling itertools v0.10.5
40782026-07-01T22:32:33.409Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=05a33e1b6cad19ff -C extra-filename=-346b4fc0eef8ec3e --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-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792026-07-01T22:32:33.409Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=62aca49d2df802d3 -C extra-filename=-ae55db5e487bcbcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-07-01T22:32:33.440Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e35fd054a4f19481 -C extra-filename=-18cfaa4dddd580f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-18cfaa4dddd580f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-07-01T22:32:33.443Z Compiling libloading v0.8.9
40822026-07-01T22:32:33.443Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c30303c0c095d1c2 -C extra-filename=-1e7dd89b1ea56cfa --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-07-01T22:32:33.443Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d49910cd0ab8d80/build-script-build`
40842026-07-01T22:32:33.443Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc74e406a44e61b8 -C extra-filename=-a658a46639eedfee --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-07-01T22:32:33.540Z Compiling ena v0.14.4
40862026-07-01T22:32:33.569Z Compiling libscf-sys v1.1.0
40872026-07-01T22:32:33.572Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=e7810b86804b7e4a -C extra-filename=-132a48f612cb161a --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-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-07-01T22:32:33.572Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.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=e5ea7526c04ad283 -C extra-filename=-56c4d51a8589f254 --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-475c5481f11c65dc.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-5fbf340df898c6a7.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-07-01T22:32:33.603Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40902026-07-01T22:32:33.606Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=caffe9a8878289cd -C extra-filename=-799f123a3d648dbd --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-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e4c0a38db212ad46.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912026-07-01T22:32:33.638Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=e4f33a180de124be -C extra-filename=-86d7a30eabc8ae2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.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)'`
40922026-07-01T22:32:33.674Z Compiling slog-scope v4.4.1
40932026-07-01T22:32:33.707Z Compiling bit-set v0.5.3
40942026-07-01T22:32:33.736Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46f5f44ef73e655b -C extra-filename=-8c144fdbb7197824 --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-346b4fc0eef8ec3e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-07-01T22:32:33.739Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e2931030b630f538 -C extra-filename=-3c5d8e88c99a73ba --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-ae55db5e487bcbcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-07-01T22:32:33.835Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40972026-07-01T22:32:33.872Z Compiling bindgen v0.71.1
40982026-07-01T22:32:33.875Z Compiling regex-syntax v0.6.29
40992026-07-01T22:32:33.915Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b9091eed5bd1346 -C extra-filename=-0837415240d9a8d2 --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-475c5481f11c65dc.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-56c4d51a8589f254.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-07-01T22:32:33.949Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=0ea26a84c5b019ae -C extra-filename=-0dad41124166026f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0dad41124166026f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-07-01T22:32:33.953Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bbdcde7d73f661a8 -C extra-filename=-aecb7fec5f5d3fa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-07-01T22:32:33.953Z Compiling slog-stdlog v4.1.1
41032026-07-01T22:32:33.953Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-18cfaa4dddd580f6/build-script-build`
41042026-07-01T22:32:33.953Z Compiling cexpr v0.6.0
41052026-07-01T22:32:33.953Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e44a48886a40717a/build-script-build`
41062026-07-01T22:32:33.954Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=ed2705becf9dcd0c -C extra-filename=-c9c77c3ea1a554d6 --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-517a0a45b5918497.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-8c144fdbb7197824.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-07-01T22:32:33.982Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77cd9fd2bd20b82a -C extra-filename=-381ab3f637e0d70a --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-3b65a7f062194f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082026-07-01T22:32:34.114Z Compiling r2d2 v0.8.10
41092026-07-01T22:32:34.118Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dc6cf33a0905745 -C extra-filename=-62219900f91dc476 --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-517a0a45b5918497.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-daec105ffe639b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-07-01T22:32:34.145Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-66380c559aca8a16/build-script-build`
41112026-07-01T22:32:34.173Z Compiling tabled_derive v0.11.0
41122026-07-01T22:32:34.205Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41132026-07-01T22:32:34.209Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.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=8cae1385707f40f6 -C extra-filename=-8970ec1b0e256639 --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-b4f780b189a31b98.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-90aa919a7d45f1b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-07-01T22:32:34.239Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7447b8fd6793b019 -C extra-filename=-9e174c7b7f6725d1 --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-7b82828cc3b833a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8046b2baa81dd302.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-07-01T22:32:34.242Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e3f3ad17a8f94d35/build-script-build`
41162026-07-01T22:32:34.276Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=cd7adadceaedc43f -C extra-filename=-3f4a8ad6aa73f382 --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-f56b5ef56f04afeb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-17561be237920c77.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-07-01T22:32:34.375Z Compiling dirs-next v2.0.0
41182026-07-01T22:32:34.378Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0cb945ced4e847b -C extra-filename=-97e14ed0d67e0458 --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-ccf4af5f4acd8b5c.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-fd677d2c623141e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-07-01T22:32:34.411Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=df213f1467570a55 -C extra-filename=-fbd3861ddcb13b0e --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-ccf4af5f4acd8b5c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-5941f833141dc223.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202026-07-01T22:32:34.445Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41212026-07-01T22:32:34.449Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=a6d24d327d04cb0b -C extra-filename=-ded935db9b0b1045 --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-63c0d285fc11baef.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-c8340bfb2672e15c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-07-01T22:32:34.449Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/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=611f3848642e9ffa -C extra-filename=-fa81f07e0db4ae22 --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-475c5481f11c65dc.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e43280b3bc18324a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-aa03d4c170d5915d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-535039529a34a92e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f67ddeeb27a1f56b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-07-01T22:32:34.482Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-e4f163ec46fdded3/build-script-build`
41242026-07-01T22:32:34.516Z Compiling rustc-hash v2.1.1
41252026-07-01T22:32:34.553Z Compiling slog-envlogger v2.2.0
41262026-07-01T22:32:34.557Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
41272026-07-01T22:32:34.557Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=709283ee681ce15d -C extra-filename=-6fe5623d1baccef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-07-01T22:32:34.557Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41292026-07-01T22:32:34.557Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=f9e62ac8658393d6 -C extra-filename=-97167b02ea73de17 --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-517a0a45b5918497.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-8c144fdbb7197824.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-c9c77c3ea1a554d6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-07-01T22:32:34.557Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 clients/ntp-admin-v1-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4587138f4a0d5a0 -C extra-filename=-a6488d9f3499bfcd --out-dir /work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-a6488d9f3499bfcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-37fbaa529dce1a18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-07-01T22:32:34.587Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-3dfd5821a65a1ab6/build-script-build`
41322026-07-01T22:32:34.590Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19249458a9798b5a -C extra-filename=-16baa2c6db371fd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-16baa2c6db371fd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-37fbaa529dce1a18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-07-01T22:32:34.590Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=a2676c7165a6a765 -C extra-filename=-17dfee7fcfee76e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-86d7a30eabc8ae2c.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)'`
41342026-07-01T22:32:34.620Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
41352026-07-01T22:32:34.624Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/ddm-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=150b0b7c86ab508d -C extra-filename=-6d3b5b94610a4d6b --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-5727b825d23bd807.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-07-01T22:32:34.655Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8830c3863ca220d1 -C extra-filename=-d582498247c45b67 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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/`
41372026-07-01T22:32:34.689Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41382026-07-01T22:32:34.693Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1c9da7f29f459286 -C extra-filename=-a406ff227533dc0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0837415240d9a8d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-07-01T22:32:34.724Z Compiling prefix-trie v0.7.0
41402026-07-01T22:32:34.758Z Compiling libxml v0.3.3
41412026-07-01T22:32:34.761Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=8d97924910357006 -C extra-filename=-b5789ad9db11a628 --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-a3c7710536f17a69.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-07-01T22:32:34.794Z Compiling strum_macros v0.24.3
41432026-07-01T22:32:34.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=224e2f100024b594 -C extra-filename=-2672b23dd2e9563f --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-2672b23dd2e9563f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442026-07-01T22:32:34.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6183d6046db081e4 -C extra-filename=-4179f24a7000411c --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-f933e2cc2e49d477.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-07-01T22:32:34.861Z Compiling nanorand v0.7.0
41462026-07-01T22:32:34.864Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=3fb595e0cf28088d -C extra-filename=-20eea07b5cbef7d3 --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-2be4f244cd0ef462.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-07-01T22:32:34.895Z Compiling salty v0.3.0
41482026-07-01T22:32:34.905Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=f381f2b6411d0ca1 -C extra-filename=-e161a326cbf17312 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-e161a326cbf17312 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-07-01T22:32:34.931Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=a627e9847a981c3f -C extra-filename=-9cb45ab1508823c1 --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-614d87617042c167.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-a658a46639eedfee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-07-01T22:32:34.998Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0dad41124166026f/build-script-build`
41512026-07-01T22:32:35.033Z Compiling indoc v1.0.9
41522026-07-01T22:32:35.037Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=845a21b2e010bfa4 -C extra-filename=-16e647562a4afb7f --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`
41532026-07-01T22:32:35.060Z Compiling quick-xml v0.37.5
41542026-07-01T22:32:35.095Z Compiling oso-derive v0.27.3
41552026-07-01T22:32:35.099Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=b0910f9da9e5c4be -C extra-filename=-baebbad7e92f6282 --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-29cf7af8e2fc43be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-07-01T22:32:35.099Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=18ea462ef03862b1 -C extra-filename=-c1dc5b909e3adfb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-07-01T22:32:35.099Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ed39eb96e3a6838 -C extra-filename=-4aa125bc60f89e62 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-07-01T22:32:35.128Z Compiling hickory-server v0.25.2
41592026-07-01T22:32:35.131Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=78372ad746a681f3 -C extra-filename=-386610d8e0748917 --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-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-955cc156dd0ac2cc.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-b5789ad9db11a628.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602026-07-01T22:32:35.161Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-2672b23dd2e9563f/build-script-build`
41612026-07-01T22:32:35.296Z Compiling term v0.7.0
41622026-07-01T22:32:35.299Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2be37694932447ab -C extra-filename=-b33662965b6ff5d6 --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-97e14ed0d67e0458.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-07-01T22:32:35.331Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
41642026-07-01T22:32:35.359Z Compiling parking_lot v0.11.2
41652026-07-01T22:32:35.395Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=169b7f8673b1f694 -C extra-filename=-5aa8bb6e2456e100 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5aa8bb6e2456e100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-17dfee7fcfee76e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662026-07-01T22:32:35.399Z Compiling progenitor-macro v0.14.0
41672026-07-01T22:32:35.429Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=eabadab654a56b8b -C extra-filename=-2dc5f4ffe946823b --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-5941f833141dc223.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-a5a76f247fefddb9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-fbd3861ddcb13b0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682026-07-01T22:32:35.489Z Compiling flume v0.11.1
41692026-07-01T22:32:35.493Z Compiling impl-trait-for-tuples v0.2.3
41702026-07-01T22:32:35.493Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bf665d6c548ee36 -C extra-filename=-c5a2d42b51850b8d --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-42758531048c8111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0a549f2ea43d7676.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-00e8ccd4ce8e993e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-07-01T22:32:35.493Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-16baa2c6db371fd2/build-script-build`
41722026-07-01T22:32:35.526Z Compiling openssl-probe v0.1.6
41732026-07-01T22:32:35.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=3ed0a1c8c92d0c3e -C extra-filename=-55c6142319fa5a3a --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-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-20eea07b5cbef7d3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742026-07-01T22:32:35.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91236aa95f8a7161 -C extra-filename=-e3f5a4b6d0d037ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-07-01T22:32:35.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08692a5dc0157684 -C extra-filename=-488c403b68b29e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-07-01T22:32:35.594Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41772026-07-01T22:32:35.598Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c53c868b090b83ad -C extra-filename=-83420f53ceaf3ccc --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-732bd01101fc61cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3f4a8ad6aa73f382.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-07-01T22:32:35.629Z Compiling sled v0.34.7
41792026-07-01T22:32:35.662Z Running `/work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-a6488d9f3499bfcd/build-script-build`
41802026-07-01T22:32:35.666Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e161a326cbf17312/build-script-build`
41812026-07-01T22:32:35.692Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41822026-07-01T22:32:35.696Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=8b2c8ef9ec222bfe -C extra-filename=-12355ed088088f21 --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-d7de13df64e70a85.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6e0c99b34b2408af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2dc5f4ffe946823b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-07-01T22:32:35.696Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2b35313da9a1259 -C extra-filename=-dc8cd5380246108e --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-dd5c91b8ff049607.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-21855dc9e1c702e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-07-01T22:32:35.759Z Compiling ascii-canvas v3.0.0
41852026-07-01T22:32:35.763Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
41862026-07-01T22:32:35.790Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3aa4168c02479804 -C extra-filename=-94f24ba101c97710 --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-b33662965b6ff5d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-07-01T22:32:35.823Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=102877974284331e -C extra-filename=-3615cebdbea0a0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-6d3b5b94610a4d6b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-40f88ac2422bc722.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-07-01T22:32:35.826Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=753c0a4d8e1bbcf7 -C extra-filename=-c3ca39b8c78224bd --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-475c5481f11c65dc.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`
41892026-07-01T22:32:35.919Z Compiling trait-variant v0.1.2
41902026-07-01T22:32:35.923Z Compiling fs-err v2.11.0
41912026-07-01T22:32:35.923Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=037f9f66d12c646c -C extra-filename=-e3703700470211a1 --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-c1dc5b909e3adfb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-07-01T22:32:35.955Z Compiling progenitor-macro v0.13.0
41932026-07-01T22:32:35.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ffc09e5481e1953 -C extra-filename=-2fdfa0f24fe3f326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-07-01T22:32:35.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=c264cb8a36d8482c -C extra-filename=-f8323f90001e1180 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f8323f90001e1180 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-07-01T22:32:35.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cbae5ade4f9ae0f -C extra-filename=-65feaead81590f64 --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-42758531048c8111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c00e575e5058ba62.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-00e8ccd4ce8e993e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-07-01T22:32:36.023Z Compiling rfc6979 v0.4.0
41972026-07-01T22:32:36.057Z Compiling tabled v0.20.0
41982026-07-01T22:32:36.060Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f6ff0ee7c77d057 -C extra-filename=-4995707754a86f8d --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-3587de4c1eca98eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992026-07-01T22:32:36.060Z Running `/home/build/.rustup/toolchains/1.96.1-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=df8e866e82f4a9af -C extra-filename=-fbe466b8ab806a3a --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-bd070e3a1596c1c6.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-8970ec1b0e256639.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-4fd7f1a0cffd1dcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-07-01T22:32:36.087Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=eed5ee517091dd2b -C extra-filename=-5f3064565e308186 --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-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42012026-07-01T22:32:36.122Z Compiling predicates-tree v1.0.13
42022026-07-01T22:32:36.269Z Compiling bb8 v0.8.6
42032026-07-01T22:32:36.273Z Compiling primeorder v0.13.6
42042026-07-01T22:32:36.273Z Compiling assert_matches v1.5.0
42052026-07-01T22:32:36.273Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21cdf3fc2da4efac -C extra-filename=-cb42aed7074d3b1f --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-c00cba8245233c12.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-07-01T22:32:36.302Z Compiling lalrpop v0.19.12
42072026-07-01T22:32:36.305Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=a7190c54b56b830a -C extra-filename=-6d1804fed1023684 --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-4e778a706bc0dc16.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-07-01T22:32:36.305Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=082655a371b010ab -C extra-filename=-b481d044aaf6aabd --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-1b5286e9b86700e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-07-01T22:32:36.305Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70a6629e9a1cf67b -C extra-filename=-e2a0f5fe1db03132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-07-01T22:32:36.305Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=2f72bcf19baa8096 -C extra-filename=-9604e81b304db42c --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-94f24ba101c97710.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3c5d8e88c99a73ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-16c9a08fa363e82a.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-132a48f612cb161a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-e61723d1a1e57478.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1e7dd89b1ea56cfa.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-aecb7fec5f5d3fa7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e3703700470211a1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8c8482349eff0047.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-07-01T22:32:36.431Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
42122026-07-01T22:32:36.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/mg-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=af15fc7aea243d94 -C extra-filename=-0c22f0909d79abd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-891564a3f1d1f995.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132026-07-01T22:32:36.504Z Compiling ecdsa v0.16.9
42142026-07-01T22:32:36.504Z Compiling parse-size v1.1.0
42152026-07-01T22:32:36.504Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5aa8bb6e2456e100/build-script-build`
42162026-07-01T22:32:36.534Z Compiling nonempty v0.12.0
42172026-07-01T22:32:36.537Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=7566fba09f7c0435 -C extra-filename=-f307f37d34877c00 --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-5d4d9bd09798ac36.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-4995707754a86f8d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9cc70e643670a1a1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182026-07-01T22:32:36.537Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=aa135794afc9b28f -C extra-filename=-88f10c58fe781cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-07-01T22:32:36.537Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=38b78316c0a0d8f2 -C extra-filename=-4447004ed358ed76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:36.602Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42212026-07-01T22:32:36.606Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7a0acc3adfa7958 -C extra-filename=-7729ae6297484c5f --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-7729ae6297484c5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-07-01T22:32:36.633Z Compiling mime_guess v2.0.5
42232026-07-01T22:32:36.638Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=9d3aa78ba942066f -C extra-filename=-d8abe4f796122386 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d8abe4f796122386 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-07-01T22:32:36.664Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f8323f90001e1180/build-script-build`
42252026-07-01T22:32:36.698Z Compiling ignore v0.4.25
42262026-07-01T22:32:36.702Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=0410fd37aa9ac983 -C extra-filename=-73fa58ad5683eb9c --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-8384bfabe6f8b5c5.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-c492010093423e5d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-dc6f0f0fcc5269e7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-07-01T22:32:36.730Z Compiling http-range v0.1.5
42282026-07-01T22:32:36.734Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=677d4ef62294b2d4 -C extra-filename=-a48111c2c091f1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-07-01T22:32:36.798Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42302026-07-01T22:32:36.832Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
42312026-07-01T22:32:36.835Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=aa9a65f8c8613c03 -C extra-filename=-1a358f1cc250af9c --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-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-07-01T22:32:36.868Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42332026-07-01T22:32:36.871Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=7deb57d1571fd3b3 -C extra-filename=-1a422c8356c0673d --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-1a422c8356c0673d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-07-01T22:32:36.904Z Compiling atty v0.2.14
42352026-07-01T22:32:36.907Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=e9a3f3b042446830 -C extra-filename=-4c9b8bf9b0bc6131 --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-dc8cd5380246108e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5f3064565e308186.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-07-01T22:32:36.907Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d4f7a85e4b5fb97 -C extra-filename=-55f86491487f34b9 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372026-07-01T22:32:36.972Z Compiling corncobs v0.1.4
42382026-07-01T22:32:36.975Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=4cf0cf104c601508 -C extra-filename=-d1b578bd7e308ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
42392026-07-01T22:32:36.975Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1f4c852d95058299 -C extra-filename=-b84c3ef516586ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-07-01T22:32:37.043Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=876ced3bdbbee047 -C extra-filename=-5c681bda8f6ab74a --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-64568b11226546eb.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-381ab3f637e0d70a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9cb45ab1508823c1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6fe5623d1baccef5.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-54dbde732dbccf40.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-07-01T22:32:37.078Z Compiling p384 v0.13.1
42422026-07-01T22:32:37.081Z Compiling secrecy v0.8.0
42432026-07-01T22:32:37.113Z Compiling illumos-nvpair-sys v0.2.0
42442026-07-01T22:32:37.150Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=9ae6f9601f4fe0fa -C extra-filename=-34e7aafd920b9606 --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-f307f37d34877c00.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-b481d044aaf6aabd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452026-07-01T22:32:37.154Z Compiling signal-hook-tokio v0.3.1
42462026-07-01T22:32:37.185Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=16eb1561d1080840 -C extra-filename=-26385849d316a8c5 --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-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-07-01T22:32:37.218Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f0182998959ae2f -C extra-filename=-5bd8fb8d3dc7eb2f --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-5bd8fb8d3dc7eb2f -L 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-07-01T22:32:37.254Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42492026-07-01T22:32:37.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42502026-07-01T22:32:37.258Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42512026-07-01T22:32:37.258Z Compiling tungstenite v0.23.0
42522026-07-01T22:32:37.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=2f264225f47c13e8 -C extra-filename=-0e8fd74c909fb710 --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-a81f463b5eadc7cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-07-01T22:32:37.258Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-7729ae6297484c5f/build-script-build`
42542026-07-01T22:32:37.258Z Compiling rand_seeder v0.4.0
42552026-07-01T22:32:37.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=b94eee5500247b1b -C extra-filename=-64bad674bda2f7ec --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-9ecfd7549d856f01.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-b84c3ef516586ac7.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-1a358f1cc250af9c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0af2aa1bdfa3282c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562026-07-01T22:32:37.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8e028c239519608 -C extra-filename=-5be5ca9245467671 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-5be5ca9245467671 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-07-01T22:32:37.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=64bd96b56b6d5cf2 -C extra-filename=-11632f81f3d82599 --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-dc8cd5380246108e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5f3064565e308186.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582026-07-01T22:32:37.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=895c4b31da44dd51 -C extra-filename=-65d4783ba860dc5b --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-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ef9a51d7356c1b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-97a82dd03f57902d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-07-01T22:32:37.258Z Compiling void v1.0.2
42602026-07-01T22:32:37.258Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-1a422c8356c0673d/build-script-build`
42612026-07-01T22:32:37.291Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a9662fa43695a19 -C extra-filename=-9b068a201371edc9 --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-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-07-01T22:32:37.294Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92e38f7c09b40a7e -C extra-filename=-3e165038b5f6ba57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-07-01T22:32:37.359Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42642026-07-01T22:32:37.362Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e281636dfca0213f -C extra-filename=-3610480267a5fb59 --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-cd826904474fece0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-66738bb422ef5da5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-07-01T22:32:37.396Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fc592591c55ddcf -C extra-filename=-d1a4fa602f6118eb --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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/`
42662026-07-01T22:32:37.430Z Compiling globwalk v0.9.1
42672026-07-01T22:32:37.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cca8650c0277109 -C extra-filename=-6726b9175e441980 --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-64568b11226546eb.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-73fa58ad5683eb9c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682026-07-01T22:32:37.496Z Compiling nix v0.27.1
42692026-07-01T22:32:37.500Z Compiling serde_bytes v0.11.19
42702026-07-01T22:32:37.500Z Compiling yansi v1.0.1
42712026-07-01T22:32:37.500Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d8abe4f796122386/build-script-build`
42722026-07-01T22:32:37.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ce995432bd96f1b6 -C extra-filename=-449226ed870154b2 --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-07-01T22:32:37.559Z Compiling is_ci v1.2.0
42742026-07-01T22:32:37.563Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=622f10bda173556c -C extra-filename=-02dee8d32b9ede5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-07-01T22:32:37.563Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=cf6906b8fb6a5964 -C extra-filename=-7c158b873bff14f0 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-199c62b0e07218ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-07-01T22:32:37.563Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-5bd8fb8d3dc7eb2f/build-script-build`
42772026-07-01T22:32:37.563Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99737775ec4624bc -C extra-filename=-c2d062b407c57559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-07-01T22:32:37.594Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42792026-07-01T22:32:37.597Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=eeb0f3220c850d01 -C extra-filename=-9875ce401a325404 --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-4c9b8bf9b0bc6131.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d1a4fa602f6118eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-34e7aafd920b9606.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-dc8cd5380246108e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42802026-07-01T22:32:37.630Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=25f82beab40be0e2 -C extra-filename=-18d00bace425089a --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-b7b051eec9c8a316.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-07-01T22:32:37.662Z Compiling lzss v0.8.2
42822026-07-01T22:32:37.665Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=419848ffacc3dbcc -C extra-filename=-20dbd2a34610e8cb --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-3e165038b5f6ba57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-07-01T22:32:37.696Z Compiling camino-tempfile-ext v0.3.3
42842026-07-01T22:32:37.700Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=3ce082dafaad2e2c -C extra-filename=-61a5450f8533a050 --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-0813c49105c134b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-6726b9175e441980.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c00cba8245233c12.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cb42aed7074d3b1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852026-07-01T22:32:37.731Z Compiling cpubits v0.1.1
42862026-07-01T22:32:37.734Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44117a0fd93469e4 -C extra-filename=-7005a57c4c483b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
42872026-07-01T22:32:37.734Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cpubits --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpubits-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de48a6dc96cc2a56 -C extra-filename=-c1314eb63117930a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-07-01T22:32:37.794Z Compiling libz-sys v1.1.24
42892026-07-01T22:32:37.828Z Compiling pem-rfc7468 v1.0.0
42902026-07-01T22:32:37.832Z Compiling darling_core v0.23.0
42912026-07-01T22:32:37.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=bb44345daf810a72 -C extra-filename=-3302fb2197eee4ad --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-3302fb2197eee4ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-c3ddc02eb03e5250.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922026-07-01T22:32:37.832Z Compiling tokio-tungstenite v0.23.1
42932026-07-01T22:32:37.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ae9f489a1181dba2 -C extra-filename=-a83191248768b5e4 --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-2f5e09e4f5a3ac8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942026-07-01T22:32:37.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=e5d489735cd4f005 -C extra-filename=-84fe05733ad778c5 --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-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-07-01T22:32:37.863Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=6d2a562becd9aab8 -C extra-filename=-a4c6e472f62a991b --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-7549e874c0c6d611.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-65d4783ba860dc5b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-07-01T22:32:37.895Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42972026-07-01T22:32:37.898Z Compiling hmac v0.13.0
42982026-07-01T22:32:37.898Z Running `/home/build/.rustup/toolchains/1.96.1-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=e308b20a2a618675 -C extra-filename=-987378e134867fd7 --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-64568b11226546eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992026-07-01T22:32:37.898Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=ab40080e555e386b -C extra-filename=-1319014494ddacd7 --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-6f0ec927d2148949.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-07-01T22:32:37.930Z Compiling universal-hash v0.6.1
43012026-07-01T22:32:37.933Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afa16df292731c81 -C extra-filename=-ce9ef20ac2d7e077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022026-07-01T22:32:37.991Z Compiling illumos-nvpair v0.3.0
43032026-07-01T22:32:37.994Z Compiling hyper-staticfile v0.10.1
43042026-07-01T22:32:37.994Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b04d4752fff23d9 -C extra-filename=-173f09f76cafc669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-7005a57c4c483b00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-07-01T22:32:38.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eb1d69722e034f3 -C extra-filename=-b764a8953976afad --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-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-25cc7ebab10ea2cb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-18d00bace425089a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-07-01T22:32:38.188Z Compiling pretty_assertions v1.4.1
43072026-07-01T22:32:38.191Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=0915aa1440278d95 -C extra-filename=-0e9eea31da6aac70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fbe466b8ab806a3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-799f123a3d648dbd.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e4c0a38db212ad46.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43082026-07-01T22:32:38.191Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=0e89e359114544c4 -C extra-filename=-a48f489069168498 --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-16c9a08fa363e82a.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-02dee8d32b9ede5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-07-01T22:32:38.223Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43102026-07-01T22:32:38.226Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-07-01T22:32:38.226Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbc24431542615d4 -C extra-filename=-20ddd72a6ddb8ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-173f09f76cafc669.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
43122026-07-01T22:32:38.226Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6c8f72e614e8a005 -C extra-filename=-8501db37c414bc00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8501db37c414bc00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-07-01T22:32:38.226Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43142026-07-01T22:32:38.258Z Running `/home/build/.rustup/toolchains/1.96.1-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=a85b922f7ef80f86 -C extra-filename=-1288093a4cee2189 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-1288093a4cee2189 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-07-01T22:32:38.290Z Compiling indoc v2.0.7
43162026-07-01T22:32:38.294Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ff1c53b93ef303c -C extra-filename=-324fed765c15aff3 --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`
43172026-07-01T22:32:38.294Z Compiling instability v0.3.11
43182026-07-01T22:32:38.357Z Compiling castaway v0.2.4
43192026-07-01T22:32:38.361Z Compiling polyval v0.7.1
43202026-07-01T22:32:38.361Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c175d098de46a762 -C extra-filename=-118897d5b569c402 --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-118897d5b569c402 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-07-01T22:32:38.361Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=84268246207cfcce -C extra-filename=-cf964918a1f575f1 --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-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-07-01T22:32:38.361Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::suspicious_arithmetic_impl' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(polyval_backend, values("soft"))' --cfg 'feature="hazmat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=dd44eb3c3781b398 -C extra-filename=-b7f3fb9c59f043e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-c1314eb63117930a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ce9ef20ac2d7e077.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-07-01T22:32:38.515Z Compiling der v0.8.0
43242026-07-01T22:32:38.546Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "ber", "bytes", "derive", "flagset", "heapless", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=411fd454f731faa3 -C extra-filename=-1f9d787e0ef849a9 --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-21574cd712eab8b0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a83191248768b5e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252026-07-01T22:32:38.546Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-5be5ca9245467671/build-script-build`
43262026-07-01T22:32:38.678Z Compiling unicode-truncate v1.1.0
43272026-07-01T22:32:38.681Z Compiling lru v0.12.5
43282026-07-01T22:32:38.681Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19b4ae9535ffa290 -C extra-filename=-a8704eb00a9203c9 --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-69f5c9f5c283aee7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-07-01T22:32:38.714Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43302026-07-01T22:32:38.718Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=bda36ab123427479 -C extra-filename=-bf9d107daf776f6f --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-03705ebcd02dc3b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312026-07-01T22:32:38.718Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aec0a39baacaf5c2 -C extra-filename=-19a1dac510369d33 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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/`
43322026-07-01T22:32:38.718Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-1288093a4cee2189/build-script-build`
43332026-07-01T22:32:38.747Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f3d0188a4cd1395 -C extra-filename=-919f4a75f8223ce6 --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-b4f780b189a31b98.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342026-07-01T22:32:38.781Z Compiling vergen-git2 v9.1.0
43352026-07-01T22:32:38.785Z Compiling compact_str v0.8.1
43362026-07-01T22:32:38.819Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=cac7f9c2bb95d5be -C extra-filename=-a414846387c99007 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-a414846387c99007 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372026-07-01T22:32:38.823Z Compiling cassowary v0.3.0
43382026-07-01T22:32:38.855Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=bafd2198da2dbbab -C extra-filename=-52ffaeb677177f66 --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-cf964918a1f575f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-07-01T22:32:38.922Z Compiling ghash v0.6.0
43402026-07-01T22:32:38.926Z Compiling pbkdf2 v0.13.0
43412026-07-01T22:32:38.926Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51ea6e008e549393 -C extra-filename=-3142d07f91621ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-07-01T22:32:38.926Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43432026-07-01T22:32:38.926Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-3302fb2197eee4ad/build-script-build`
43442026-07-01T22:32:38.955Z Compiling aes v0.9.1
43452026-07-01T22:32:38.959Z Compiling console v0.16.2
43462026-07-01T22:32:38.959Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=98f3111b6322732a -C extra-filename=-94137e70f9b50622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-b7f3fb9c59f043e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472026-07-01T22:32:38.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(aes_backend_soft, values("compact"))' --check-cfg 'cfg(aes_backend, values("soft", "avx256", "avx512"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=7d5c0b4db3b2fbec -C extra-filename=-1d9cc2ed8a261a88 --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-854aa4b18a7d3c6e.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-c1314eb63117930a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-07-01T22:32:38.960Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-118897d5b569c402/build-script-build`
43492026-07-01T22:32:38.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=2571b4fa600aac4e -C extra-filename=-1fe6bbef47bf3acf --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-11632f81f3d82599.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-19a1dac510369d33.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-34e7aafd920b9606.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-dc8cd5380246108e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43502026-07-01T22:32:38.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hmac", "kdf", "mcf", "password-hash", "phc", "rand_core", "sha2"))' -C metadata=8c1b4b422e0a692d -C extra-filename=-8a74c327a5f0e402 --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-6f0ec927d2148949.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1319014494ddacd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-07-01T22:32:38.964Z Compiling ctr v0.10.1
43522026-07-01T22:32:38.964Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=ab260022ce5236c2 -C extra-filename=-5198ce0d313db60e --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-475c5481f11c65dc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-07-01T22:32:38.993Z Compiling sha2 v0.11.0
43542026-07-01T22:32:38.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "zeroize"))' -C metadata=0d6868c349424682 -C extra-filename=-87e80ec260f50ba3 --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-854aa4b18a7d3c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-07-01T22:32:38.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha2_backend, values("soft", "riscv-zknh"))' --check-cfg 'cfg(sha2_256_backend, values("aarch64-sha2", "soft", "riscv-zknh", "x86-sha"))' --check-cfg 'cfg(sha2_512_backend, values("aarch64-sha3", "soft", "riscv-zknh", "x86-avx2"))' --check-cfg 'cfg(sha2_backend_soft, values("compact"))' --check-cfg 'cfg(sha2_backend_riscv_zknh, values("compact"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=60c66dfe3dc0c685 -C extra-filename=-53edbe700ad95ded --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562026-07-01T22:32:39.098Z Compiling aead v0.6.1
43572026-07-01T22:32:39.134Z Compiling unit-prefix v0.5.2
43582026-07-01T22:32:39.158Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=83b71c0edc23136e -C extra-filename=-a1747a46fd6ffb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-07-01T22:32:39.163Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a692e92c27f4a89e -C extra-filename=-23e41fa27b376b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-07-01T22:32:39.227Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8501db37c414bc00/build-script-build`
43612026-07-01T22:32:39.263Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43622026-07-01T22:32:39.272Z Compiling crypto-bigint v0.7.5
43632026-07-01T22:32:39.272Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=b52073b66d2999a6 -C extra-filename=-0dc41d335a6f61af --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-475c5481f11c65dc.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`
43642026-07-01T22:32:39.297Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-a414846387c99007/build-script-build`
43652026-07-01T22:32:39.301Z Running `/home/build/.rustup/toolchains/1.96.1-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=324b6ef96301d80d -C extra-filename=-345ef1d9a1033132 --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-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-987378e134867fd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-07-01T22:32:39.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="hybrid-array"' --cfg 'feature="rand_core"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "rlp", "serde", "subtle", "zeroize"))' -C metadata=a20b803341ab22e3 -C extra-filename=-4cece58de7a8e290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-c1314eb63117930a.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43672026-07-01T22:32:39.301Z Compiling supports-color v3.0.2
43682026-07-01T22:32:39.332Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43692026-07-01T22:32:39.336Z Compiling salsa20 v0.11.0
43702026-07-01T22:32:39.336Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db59faab605428e6 -C extra-filename=-78d030adc9a210ba --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-c2d062b407c57559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-07-01T22:32:39.336Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=9071a1de40811145 -C extra-filename=-f8def177db71ab82 --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-ccf4af5f4acd8b5c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722026-07-01T22:32:39.337Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=9cc1b0db26ce7592 -C extra-filename=-eceec5512459c7cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0837415240d9a8d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-07-01T22:32:39.364Z Compiling cbc v0.2.1
43742026-07-01T22:32:39.397Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "zeroize"))' -C metadata=878fa3ec3cb4b43d -C extra-filename=-4f8767118e8fed62 --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-854aa4b18a7d3c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752026-07-01T22:32:39.401Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43762026-07-01T22:32:39.401Z Compiling indicatif v0.18.4
43772026-07-01T22:32:39.431Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=f10b6c0940747ec8 -C extra-filename=-9433701c1a1511eb --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-5198ce0d313db60e.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-23e41fa27b376b2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-07-01T22:32:39.435Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=6cfc02eb17ec57f5 -C extra-filename=-66acbfb7c2950e2a --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-cd826904474fece0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-9433c737628929ab.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-83420f53ceaf3ccc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3f4a8ad6aa73f382.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-88c1491f96018b37.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-07-01T22:32:39.467Z Compiling tokio-test v0.4.5
43802026-07-01T22:32:39.500Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcfac76cdd54fb6a -C extra-filename=-364fae7e565f14b9 --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-a81f463b5eadc7cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-07-01T22:32:39.534Z Compiling spki v0.8.0
43822026-07-01T22:32:39.566Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "digest", "fingerprint", "pem", "sha2", "std"))' -C metadata=c47bc78b98e293d7 -C extra-filename=-0e1a8a7f6b612b9e --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-1f9d787e0ef849a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-07-01T22:32:39.569Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43842026-07-01T22:32:39.570Z Compiling twox-hash v2.1.2
43852026-07-01T22:32:39.601Z Compiling fatfs v0.3.6
43862026-07-01T22:32:39.605Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d81c9447777c4579 -C extra-filename=-6b1c54cd12c54ceb --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-fa9b90e544911148.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e24464efc67a1bcb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872026-07-01T22:32:39.605Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=52d2b6fcdb246986 -C extra-filename=-c83d047eed8326cf --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-e3b6b39bcf57f93e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-07-01T22:32:39.634Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=aa2b0fae8b0658b0 -C extra-filename=-2459e8ebca731297 --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-ea55f6da188cc094.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892026-07-01T22:32:39.701Z Compiling aes-gcm v0.11.0
43902026-07-01T22:32:39.734Z Compiling colored v2.2.0
43912026-07-01T22:32:39.737Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43922026-07-01T22:32:39.737Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "bytes", "default", "getrandom", "hazmat", "rand_core", "zeroize"))' -C metadata=eeb8a3e840fc8f77 -C extra-filename=-740ea1b3d32bd2d8 --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-a1747a46fd6ffb94.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1d9cc2ed8a261a88.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-87e80ec260f50ba3.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-94137e70f9b50622.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-07-01T22:32:39.737Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=3ba0cee8c19517e2 -C extra-filename=-f60c9f446ff37001 --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-d002aab0f53c3af0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-07-01T22:32:39.737Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=febc8cc6612c3403 -C extra-filename=-6bd58cbb0a5170cb --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-64568b11226546eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-07-01T22:32:39.799Z Compiling seq-macro v0.3.6
43962026-07-01T22:32:39.829Z Compiling shell-words v1.1.1
43972026-07-01T22:32:39.841Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bf1b05627e811e7 -C extra-filename=-4fe3ff793ce8b3d4 --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`
43982026-07-01T22:32:39.858Z Compiling petname v2.0.2
43992026-07-01T22:32:39.861Z Compiling ff v0.14.0
44002026-07-01T22:32:39.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=68ae3af2d4c456c7 -C extra-filename=-fab6b7f8ef66dbf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-07-01T22:32:39.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=a89610a3d9b77027 -C extra-filename=-00656cfe834bc6b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-00656cfe834bc6b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44022026-07-01T22:32:39.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "ff_derive", "std"))' -C metadata=47a8757868ed4867 -C extra-filename=-217c94543c9b5641 --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-577b54cb67165b62.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-07-01T22:32:39.927Z Compiling signature v3.0.0
44042026-07-01T22:32:39.931Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "digest", "rand_core"))' -C metadata=38c901c6d3506d8b -C extra-filename=-16375321212f544f --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-6f0ec927d2148949.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44052026-07-01T22:32:39.953Z Compiling concurrent-queue v2.5.0
44062026-07-01T22:32:39.981Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=aaef68ce5e07dd38 -C extra-filename=-47ad94d9a3cd78f4 --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-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072026-07-01T22:32:40.077Z Compiling scrypt v0.12.0
44082026-07-01T22:32:40.110Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "kdf", "mcf", "parallel", "password-hash", "phc", "rand_core"))' -C metadata=9c15d700325ea681 -C extra-filename=-2256a675e66ca757 --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-ccf4af5f4acd8b5c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8a74c327a5f0e402.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-f8def177db71ab82.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092026-07-01T22:32:40.178Z Compiling plotters-backend v0.3.7
44102026-07-01T22:32:40.182Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bef5ea9b8f1ee066 -C extra-filename=-554f990be8f5baf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-07-01T22:32:40.212Z Compiling parking v2.2.1
44122026-07-01T22:32:40.218Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=91c17696afc0b4cf -C extra-filename=-78a596e20000aeae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:40.246Z Compiling base16ct v1.0.0
44142026-07-01T22:32:40.403Z Compiling group v0.14.0
44152026-07-01T22:32:40.406Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc"))' -C metadata=333a30b8af1ffb99 -C extra-filename=-081f7f1a2e75c6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-07-01T22:32:40.406Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=15a4879339d88b19 -C extra-filename=-6b44f9a7e86914ce --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-217c94543c9b5641.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-07-01T22:32:40.473Z Compiling hkdf v0.13.0
44182026-07-01T22:32:40.476Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kdf"))' -C metadata=9309e354fb257398 -C extra-filename=-f4283cfc6cfd9e52 --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-1319014494ddacd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-07-01T22:32:40.510Z Compiling pkcs5 v0.8.1
44202026-07-01T22:32:40.514Z Compiling sapling-renderdag v0.1.0
44212026-07-01T22:32:40.514Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "getrandom", "pbes2", "rand_core", "sha1-insecure"))' -C metadata=3816d4004e62fe1b -C extra-filename=-4434666e633d9e6f --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-1d9cc2ed8a261a88.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-740ea1b3d32bd2d8.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4f8767118e8fed62.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1f9d787e0ef849a9.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8a74c327a5f0e402.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-2256a675e66ca757.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0e1a8a7f6b612b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44222026-07-01T22:32:40.514Z Compiling rtoolbox v0.0.3
44232026-07-01T22:32:40.546Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=2fe4f4fcf2e96e0d -C extra-filename=-b953278a93f775f8 --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-64568b11226546eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242026-07-01T22:32:40.546Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9a56da1edc93cc4b -C extra-filename=-c3d2e3abb7f739d6 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252026-07-01T22:32:40.737Z Compiling event-listener v5.4.1
44262026-07-01T22:32:40.743Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b411c4d3c9a2db56 -C extra-filename=-241806ce71ac7f01 --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-47ad94d9a3cd78f4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-78a596e20000aeae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-07-01T22:32:40.743Z Compiling sync-ptr v0.1.4
44282026-07-01T22:32:40.743Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e66e2b618ff7b33 -C extra-filename=-27e586ce4320e9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292026-07-01T22:32:40.743Z Compiling plotters-svg v0.3.7
44302026-07-01T22:32:40.743Z Compiling sec1 v0.8.1
44312026-07-01T22:32:40.743Z Compiling cast v0.3.0
44322026-07-01T22:32:40.743Z Running `/home/build/.rustup/toolchains/1.96.1-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=6d38512c3bafe891 -C extra-filename=-b622e4b36e5a2335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fbe466b8ab806a3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-345ef1d9a1033132.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-987378e134867fd7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44332026-07-01T22:32:40.743Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3eff34e4428712f6 -C extra-filename=-f592ca5bb284d175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-07-01T22:32:40.758Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "default", "der", "pem", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=1a96f324b2793f38 -C extra-filename=-247fb28120ea8ceb --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-081f7f1a2e75c6b0.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1f9d787e0ef849a9.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-07-01T22:32:40.799Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=04cf13a754977511 -C extra-filename=-75b7c6639e87127d --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-554f990be8f5baf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362026-07-01T22:32:40.802Z Compiling rpassword v7.4.0
44372026-07-01T22:32:40.827Z Compiling tinytemplate v1.2.1
44382026-07-01T22:32:40.830Z Compiling strsim v0.10.0
44392026-07-01T22:32:40.830Z Running `/home/build/.rustup/toolchains/1.96.1-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=3936d01ce8cd2a39 -C extra-filename=-55533a3b61a6872b --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-475c5481f11c65dc.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c3d2e3abb7f739d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-07-01T22:32:40.830Z Compiling futures-timer v3.0.3
44412026-07-01T22:32:40.830Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-00656cfe834bc6b5/build-script-build`
44422026-07-01T22:32:40.863Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e04e126ef412c67e -C extra-filename=-960f8560e967d6fe --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-07-01T22:32:40.866Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=90e497b29d43d147 -C extra-filename=-0e84bfd2f58897d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442026-07-01T22:32:40.896Z Compiling anes v0.1.6
44452026-07-01T22:32:40.901Z Compiling darling_macro v0.23.0
44462026-07-01T22:32:40.933Z Compiling event-listener-strategy v0.5.4
44472026-07-01T22:32:40.937Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bff37afa06823b88 -C extra-filename=-9bfa0acc07bbcd2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-07-01T22:32:40.937Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=7809c522aba25b88 -C extra-filename=-46a535a963e7320f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-07-01T22:32:40.937Z Compiling oorandom v11.1.5
44502026-07-01T22:32:40.970Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eece6f18685fe389 -C extra-filename=-f037aa07a1340229 --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-84fe05733ad778c5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44512026-07-01T22:32:41.003Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4dda5927c1d8505 -C extra-filename=-a4c2b9ad73c8aed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T22:32:41.006Z Compiling pkcs8 v0.11.0
44532026-07-01T22:32:41.035Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=15d6853994794e98 -C extra-filename=-b46f97b8bf88654d --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-241806ce71ac7f01.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542026-07-01T22:32:41.038Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "ctutils", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "sha1-insecure", "std"))' -C metadata=aa71c39d55f150e8 -C extra-filename=-d1ebd2b51494b356 --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-1f9d787e0ef849a9.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4434666e633d9e6f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0e1a8a7f6b612b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552026-07-01T22:32:41.069Z Compiling plotters v0.3.7
44562026-07-01T22:32:41.072Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=02ce38409e983329 -C extra-filename=-0380175875a86d94 --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-1f5100c8f325d83a.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-554f990be8f5baf6.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-75b7c6639e87127d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-07-01T22:32:41.104Z Compiling criterion-plot v0.6.0
44582026-07-01T22:32:41.107Z Compiling rfc6979 v0.5.0
44592026-07-01T22:32:41.140Z Compiling target-lexicon v0.13.3
44602026-07-01T22:32:41.143Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89cded1a3f9643a1 -C extra-filename=-ce01931499004cf7 --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-1319014494ddacd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-07-01T22:32:41.173Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44622026-07-01T22:32:41.177Z Compiling diesel v2.3.7
44632026-07-01T22:32:41.177Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44642026-07-01T22:32:41.177Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6051099d34bcf92e -C extra-filename=-63928e0600c230ff --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-f592ca5bb284d175.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-07-01T22:32:41.177Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=8279128d5b1a18af -C extra-filename=-fc9e8a04a014139b --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-fc9e8a04a014139b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-07-01T22:32:41.208Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef295169ebcf50c3 -C extra-filename=-e717955998bad4f0 --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-293d0cce6557088d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-83420f53ceaf3ccc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-66acbfb7c2950e2a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b66908348cf75a93.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-c0f4129956d65aa2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8046b2baa81dd302.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e174c7b7f6725d1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rmeta --cap-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-67a95489542da8d3/out/lib`
44672026-07-01T22:32:41.211Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=580f28537122aa17 -C extra-filename=-75a73e0b38ac76e3 --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-293d0cce6557088d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-83420f53ceaf3ccc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-66acbfb7c2950e2a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b66908348cf75a93.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-c0f4129956d65aa2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8046b2baa81dd302.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e174c7b7f6725d1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rmeta --cap-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-67a95489542da8d3/out/lib`
44682026-07-01T22:32:41.211Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=6db3baedaf4f5fa5 -C extra-filename=-e13e477603fbd108 --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-64568b11226546eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ded935db9b0b1045.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-de7f2c9c3a574662.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-62219900f91dc476.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
44692026-07-01T22:32:41.211Z Compiling darling_core v0.13.4
44702026-07-01T22:32:41.241Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=9d53a0acefe7ddbc -C extra-filename=-9a4927e72ec59e4a --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-402a9c5595943976.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-07-01T22:32:41.244Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=11c094048edf88ba -C extra-filename=-ae54c02e532de90c --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-91bf8e578b010fbb.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9bfa0acc07bbcd2f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-07-01T22:32:41.244Z Compiling async-lock v3.4.2
44732026-07-01T22:32:41.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=2d153fea7d85a30d -C extra-filename=-17b1945e3dae32bc --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-241806ce71ac7f01.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-b46f97b8bf88654d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-07-01T22:32:41.316Z Compiling gimli v0.32.3
44752026-07-01T22:32:41.316Z Compiling serde_regex v1.1.0
44762026-07-01T22:32:41.345Z Compiling assert-json-diff v2.0.2
44772026-07-01T22:32:41.349Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=4cf90e40972e1180 -C extra-filename=-74e43814169f6f17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44782026-07-01T22:32:41.349Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8211caa86a3f9364 -C extra-filename=-e956a7697eb0bfee --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-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-07-01T22:32:41.349Z Compiling curve25519-dalek v5.0.0-rc.0
44802026-07-01T22:32:41.380Z Compiling path-tree v0.8.3
44812026-07-01T22:32:41.383Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d298b3842ecc4b73 -C extra-filename=-3c09f7579eba137c --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-07-01T22:32:41.384Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1407270aee7a8142 -C extra-filename=-9a65e65f127607bd --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-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-07-01T22:32:41.384Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0-rc.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "unstable_avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=8b3088e4a8de9db2 -C extra-filename=-edf635779a8ff385 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-edf635779a8ff385 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-07-01T22:32:41.384Z Compiling hex-literal v0.4.1
44852026-07-01T22:32:41.384Z Compiling guppy-workspace-hack v0.1.0
44862026-07-01T22:32:41.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd9ad23c837c0b43 -C extra-filename=-f7c17a168e08d2ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-07-01T22:32:41.420Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=756815c960ca3858 -C extra-filename=-d2b54f0ea2872364 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-d2b54f0ea2872364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-07-01T22:32:41.445Z Compiling rustc-demangle v0.1.27
44892026-07-01T22:32:41.448Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=0768387d6e662ba7 -C extra-filename=-b9ac917e019d7e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-07-01T22:32:41.576Z Compiling stringmetrics v2.2.2
44912026-07-01T22:32:41.579Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=8dfd9a0d95bda8ea -C extra-filename=-3f2674b0f64467d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-07-01T22:32:41.715Z Compiling constant_time_eq v0.4.2
44932026-07-01T22:32:41.748Z Compiling target-spec v3.5.7
44942026-07-01T22:32:41.785Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=30d3bc6c961de61d -C extra-filename=-d32a198f38bcf00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-07-01T22:32:41.788Z Compiling arrayvec v0.7.6
44962026-07-01T22:32:41.788Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=7fcc1061fc9fc700 -C extra-filename=-67f6a5d5aa387ebf --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-67f6a5d5aa387ebf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-07-01T22:32:41.788Z Compiling arrayref v0.3.9
44982026-07-01T22:32:41.789Z Compiling ed25519 v3.0.0
44992026-07-01T22:32:41.821Z Compiling pkcs1 v0.8.0-rc.4
45002026-07-01T22:32:41.825Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=337d8c01e2c54e49 -C extra-filename=-0e4f1ae2ab7a5174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012026-07-01T22:32:41.825Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=587825f5cdb912ae -C extra-filename=-55fcdc17a50a0d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-07-01T22:32:41.825Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "zerocopy", "zeroize"))' -C metadata=fc559fa429e6bb74 -C extra-filename=-2ad84f6ee2309abd --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-d1ebd2b51494b356.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-16375321212f544f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-07-01T22:32:41.853Z Compiling darling v0.23.0
45042026-07-01T22:32:41.857Z Compiling poly1305 v0.9.0
45052026-07-01T22:32:41.857Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.8.0-rc.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "std", "zeroize"))' -C metadata=904a69d6452d2894 -C extra-filename=-f79e25d3aa214a1c --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-1f9d787e0ef849a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0e1a8a7f6b612b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-07-01T22:32:41.886Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-d2b54f0ea2872364/build-script-build`
45072026-07-01T22:32:41.890Z Compiling supports-color v2.1.0
45082026-07-01T22:32:41.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=1e3247ad5f6a4610 -C extra-filename=-63800e149f2bcf22 --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-84fe05733ad778c5.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-f037aa07a1340229.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-07-01T22:32:41.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(poly1305_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=35206871531f1915 -C extra-filename=-6c34fcf65e811cb9 --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-27aedb9df198127e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ce9ef20ac2d7e077.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102026-07-01T22:32:41.890Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-fc9e8a04a014139b/build-script-build`
45112026-07-01T22:32:41.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2b357ccba81a532 -C extra-filename=-9e93f3f6b3cb5fc5 --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-e61723d1a1e57478.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-c2d062b407c57559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-07-01T22:32:41.955Z Compiling textwrap v0.15.2
45132026-07-01T22:32:41.959Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-edf635779a8ff385/build-script-build`
45142026-07-01T22:32:41.989Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=29ee1320a76dcb42 -C extra-filename=-f49400535c9f75fb --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-e89eda67191d49d9.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-2c13e6d1e75f7dd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-07-01T22:32:42.055Z Compiling criterion v0.7.0
45162026-07-01T22:32:42.089Z Compiling async-object-pool v0.2.0
45172026-07-01T22:32:42.092Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=1b7b8cdd0f5e5507 -C extra-filename=-6f137002007787a8 --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-46a535a963e7320f.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f592ca5bb284d175.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-63928e0600c230ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a4c2b9ad73c8aed8.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-0380175875a86d94.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-960f8560e967d6fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-07-01T22:32:42.092Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f622c44b4395503 -C extra-filename=-8b3c6408d3669214 --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-17b1945e3dae32bc.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-241806ce71ac7f01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-07-01T22:32:42.124Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=746188923f624fca -C extra-filename=-ade741d94e78cec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-07-01T22:32:42.223Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b26f0dc2d3093f20 -C extra-filename=-219e9175cd230539 --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-63800e149f2bcf22.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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)'`
45212026-07-01T22:32:42.226Z Compiling elliptic-curve v0.14.0-rc.33
45222026-07-01T22:32:42.255Z Compiling primefield v0.14.0
45232026-07-01T22:32:42.259Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.0-rc.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="basepoint-table"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "basepoint-table", "critical-section", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "once_cell", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=e36aac98aa39abb9 -C extra-filename=-2519b7bc990e25ff --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-081f7f1a2e75c6b0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4cece58de7a8e290.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-217c94543c9b5641.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-6b44f9a7e86914ce.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-f4283cfc6cfd9e52.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a83191248768b5e4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1ebd2b51494b356.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-247fb28120ea8ceb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-07-01T22:32:42.288Z Compiling ssh-encoding v0.3.0-rc.9
45252026-07-01T22:32:42.292Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name primefield --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primefield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ffbbcb6524b26c4 -C extra-filename=-5b08a368cd584e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4cece58de7a8e290.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-217c94543c9b5641.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-07-01T22:32:42.292Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.3.0-rc.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=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=67d167e320789d08 -C extra-filename=-02325d942ea33b6e --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-2f5e09e4f5a3ac8c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4cece58de7a8e290.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a83191248768b5e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-07-01T22:32:42.321Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-67f6a5d5aa387ebf/build-script-build`
45282026-07-01T22:32:42.324Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
45292026-07-01T22:32:42.324Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0-rc.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "unstable_avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=642f970410ff65ef -C extra-filename=-30d1c2310467bf45 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f40ba7a1fb5a8d66.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.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"'`
45302026-07-01T22:32:42.324Z Compiling crypto-primes v0.7.2
45312026-07-01T22:32:42.356Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_primes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-primes-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=35f52ce521af6398 -C extra-filename=-c85b5d7bfbb41590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4cece58de7a8e290.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-07-01T22:32:42.360Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a32bbe7d7667831d -C extra-filename=-21d2e6db9e860253 --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-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6e0c99b34b2408af.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-d67492100f57418b.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-20dbd2a34610e8cb.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7c158b873bff14f0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0af2aa1bdfa3282c.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-449226ed870154b2.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3610480267a5fb59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rmeta --cap-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-67a95489542da8d3/out/lib`
45332026-07-01T22:32:42.360Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1e3b86a61da26038 -C extra-filename=-289610a2881004a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
45342026-07-01T22:32:42.360Z Compiling supports-unicode v2.1.0
45352026-07-01T22:32:42.384Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9676860d54938e83 -C extra-filename=-2dc4a9da68e0db4f --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-e61723d1a1e57478.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-07-01T22:32:42.418Z Compiling supports-hyperlinks v2.1.0
45372026-07-01T22:32:42.446Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0a59ffcd72188b2 -C extra-filename=-adc5e4e70b95206b --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-e61723d1a1e57478.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-07-01T22:32:42.449Z Compiling hashbrown v0.14.5
45392026-07-01T22:32:42.479Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=97c03a129b175736 -C extra-filename=-9728d9daa54d60a3 --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-5ac1b58a6f2e6a0b.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-98230cbbab9e3f9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-07-01T22:32:42.542Z Compiling blowfish v0.10.0
45412026-07-01T22:32:42.545Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=5189ce22b321f653 -C extra-filename=-70b35a955746b9f1 --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-cd826904474fece0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422026-07-01T22:32:42.576Z Compiling blake2 v0.11.0-rc.6
45432026-07-01T22:32:42.579Z Compiling miette-derive v5.10.0
45442026-07-01T22:32:42.579Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.11.0-rc.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "reset", "size_opt", "zeroize"))' -C metadata=cca076f413a80c11 -C extra-filename=-fa05bb390d077613 --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-6f0ec927d2148949.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-07-01T22:32:42.579Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3f0268dff5bc968 -C extra-filename=-28d785d44608e8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462026-07-01T22:32:42.610Z Compiling terminal_size v0.1.17
45472026-07-01T22:32:42.613Z Compiling keccak v0.2.0
45482026-07-01T22:32:42.644Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e985e71a130e9c59 -C extra-filename=-51e744517afac129 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-07-01T22:32:42.644Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(keccak_backend_soft, values("compact"))' --check-cfg 'cfg(keccak_backend, values("aarch64_sha3", "simd128", "simd256", "simd512", "soft"))' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel"))' -C metadata=e0400432b2501bbf -C extra-filename=-c72e5ecfdf244ba8 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-07-01T22:32:42.711Z Compiling httpmock v0.8.3
45512026-07-01T22:32:42.744Z Compiling owo-colors v3.5.0
45522026-07-01T22:32:42.748Z Compiling fiat-crypto v0.3.0
45532026-07-01T22:32:42.771Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=af85e174e5061100 -C extra-filename=-e3d76f558de5f239 --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-3c09f7579eba137c.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-8b3c6408d3669214.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-0e84bfd2f58897d2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-9a65e65f127607bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-e956a7697eb0bfee.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-3f2674b0f64467d5.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542026-07-01T22:32:42.775Z Compiling bcrypt-pbkdf v0.11.0
45552026-07-01T22:32:42.775Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=50b93b52e7fa7fc6 -C extra-filename=-f35e151f161d2cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562026-07-01T22:32:42.775Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fiat_crypto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fiat-crypto-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("default", "std"))' -C metadata=fc9b6e8b6ab98322 -C extra-filename=-ffb3b167195b747d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-07-01T22:32:42.805Z Compiling ssh-cipher v0.3.0-rc.9
45582026-07-01T22:32:42.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=2cf68f4978e9cbe4 -C extra-filename=-11050b795d8a46a7 --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-70b35a955746b9f1.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8a74c327a5f0e402.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-07-01T22:32:42.837Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.3.0-rc.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=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "tdes", "zeroize"))' -C metadata=83f6cb537f253c07 -C extra-filename=-4db5e732c2a9807c --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-a1747a46fd6ffb94.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1d9cc2ed8a261a88.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-740ea1b3d32bd2d8.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4f8767118e8fed62.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a95b6281bf6b3183.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-87e80ec260f50ba3.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-6c34fcf65e811cb9.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02325d942ea33b6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602026-07-01T22:32:42.870Z Compiling sha3 v0.11.0
45612026-07-01T22:32:42.901Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=67bddc0a51203509 -C extra-filename=-3146c39475c994de --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-6f0ec927d2148949.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c72e5ecfdf244ba8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-07-01T22:32:42.932Z Compiling argon2 v0.6.0-rc.8
45632026-07-01T22:32:42.964Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.6.0-rc.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(test_large_ram)' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "kdf", "parallel", "password-hash", "rand_core", "zeroize"))' -C metadata=70a174a6598dd7a0 -C extra-filename=-f49c1fcf1a7f92fe --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-2f5e09e4f5a3ac8c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-fa05bb390d077613.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-07-01T22:32:42.967Z Compiling knuffel-derive v3.2.0
45652026-07-01T22:32:42.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af4d847f8cf9e32b -C extra-filename=-8466952007665c78 --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-f933e2cc2e49d477.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e6f32a56e8ba5ead.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-07-01T22:32:43.001Z Compiling ecdsa v0.17.0-rc.18
45672026-07-01T22:32:43.029Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.17.0-rc.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="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "hazmat", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=7e78d9c672dc156a -C extra-filename=-e3eb466cf58f3ad3 --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-1f9d787e0ef849a9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2519b7bc990e25ff.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-ce01931499004cf7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-16375321212f544f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0e1a8a7f6b612b9e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-07-01T22:32:43.192Z Compiling addr2line v0.25.1
45692026-07-01T22:32:43.195Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=2daa060b874dcff1 -C extra-filename=-5c0ca8f7b49e712b --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-74e43814169f6f17.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-07-01T22:32:43.230Z Compiling darling_macro v0.13.4
45712026-07-01T22:32:43.234Z Compiling primeorder v0.14.0-rc.10
45722026-07-01T22:32:43.234Z Compiling chumsky v0.9.3
45732026-07-01T22:32:43.234Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d592c047adaca746 -C extra-filename=-f2f436671c19e960 --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-ae54c02e532de90c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-07-01T22:32:43.234Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.14.0-rc.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="basepoint-table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "dev", "hash2curve", "serde", "serdect", "std"))' -C metadata=1c2ae521146433b8 -C extra-filename=-99e1505df9d7c432 --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-2519b7bc990e25ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-07-01T22:32:43.234Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=1b0cbc2c5b096845 -C extra-filename=-d36457afe27c83e9 --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-9728d9daa54d60a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-07-01T22:32:43.331Z Compiling ratatui v0.29.0
45772026-07-01T22:32:43.334Z Compiling cfg-expr v0.20.6
45782026-07-01T22:32:43.334Z Compiling kem v0.3.0
45792026-07-01T22:32:43.334Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=13406e545290fdaf -C extra-filename=-64d845951fe259b1 --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-64568b11226546eb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-3142d07f91621ab3.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-52ffaeb677177f66.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-219e9175cd230539.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-bf9d107daf776f6f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a8704eb00a9203c9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-07-01T22:32:43.334Z Compiling module-lattice v0.2.3
45812026-07-01T22:32:43.334Z Compiling pathdiff v0.2.3
45822026-07-01T22:32:43.367Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=e9bf3e126634907a -C extra-filename=-56669cff36febfce --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-b057846ce76d7ba6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-289610a2881004a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-07-01T22:32:43.370Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kem-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom"))' -C metadata=0ca2a40181efb27e -C extra-filename=-820f88adf4c17ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-07-01T22:32:43.370Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name module_lattice --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/module-lattice-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "zeroize"))' -C metadata=e3f75e8ce8e41fb5 -C extra-filename=-6150ec4c5db57aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-07-01T22:32:43.400Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=acbb7bf8fd9fe159 -C extra-filename=-b13221efa2319be0 --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-0d49d99825834bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-07-01T22:32:43.403Z Compiling blake3 v1.8.5
45872026-07-01T22:32:43.463Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=5b838f367f3a48af -C extra-filename=-34305d4271fd4446 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-34305d4271fd4446 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-07-01T22:32:43.530Z Compiling nested v0.1.1
45892026-07-01T22:32:43.534Z Compiling backtrace v0.3.76
45902026-07-01T22:32:43.534Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17568d6e9f04992c -C extra-filename=-9a3d1cfc5d90c58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-07-01T22:32:43.534Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=7573f0c92c9eae1f -C extra-filename=-beeaed979b9fce59 --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-5c0ca8f7b49e712b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6cf93203ab6fbab7.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-b9ac917e019d7e72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-07-01T22:32:43.603Z Compiling p256 v0.14.0-rc.10
45932026-07-01T22:32:43.607Z Compiling p521 v0.14.0-rc.10
45942026-07-01T22:32:43.607Z Compiling russh-cryptovec v0.61.0
45952026-07-01T22:32:43.607Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.14.0-rc.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 --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=f71111e66df4843b -C extra-filename=-f2e41df7e6750d93 --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-e3eb466cf58f3ad3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2519b7bc990e25ff.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-5b08a368cd584e34.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-99e1505df9d7c432.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-07-01T22:32:43.607Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.14.0-rc.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 --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=be3f9e64efca2a7c -C extra-filename=-7958d9036bdeb6d2 --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-081f7f1a2e75c6b0.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e3eb466cf58f3ad3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2519b7bc990e25ff.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-5b08a368cd584e34.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-99e1505df9d7c432.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45972026-07-01T22:32:43.607Z Compiling httptest v0.16.4
45982026-07-01T22:32:43.607Z Compiling internal-russh-num-bigint v0.5.0
45992026-07-01T22:32:43.639Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.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="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=f19c490bae5a90f6 -C extra-filename=-324565bedda96964 --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-517a0a45b5918497.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02325d942ea33b6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-07-01T22:32:43.642Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7879aa0f997215ae -C extra-filename=-076bd088543777d0 --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-6ecbc3b5ef545b60.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-8c9eb83308222b30.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-07-01T22:32:43.642Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_russh_num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internal-russh-num-bigint-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand_0_10"' --cfg 'feature="rand_core_0_10"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=6b38291094288ae6 -C extra-filename=-f05534ed27a8bca2 --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022026-07-01T22:32:43.703Z Compiling russh-util v0.52.0
46032026-07-01T22:32:43.707Z Compiling generic-array v1.4.3
46042026-07-01T22:32:43.707Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-util-0.52.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98dab07e0efbfb43 -C extra-filename=-951f504c7ce24615 --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-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-07-01T22:32:43.707Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="compat-0_14"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "as_slice", "bitvec", "bytecheck-0_8", "bytemuck", "compat-0_14", "const-default", "faster-hex", "hybrid-array-0_4", "internals", "rkyv-0_8", "rkyv-0_8-full", "serde", "subtle", "zeroize"))' -C metadata=713920b678f38739 -C extra-filename=-f43e4cf77b0e12a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array_0_14=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-07-01T22:32:43.836Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=541d90eb8795e05e -C extra-filename=-24fc48b8183a6bfa --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-56669cff36febfce.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-ade741d94e78cec9.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-289610a2881004a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-07-01T22:32:43.840Z Compiling ml-kem v0.3.2
46082026-07-01T22:32:43.871Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ml_kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ml-kem-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hazmat", "pem", "pkcs8", "zeroize"))' -C metadata=e3db4d229e0dbc53 -C extra-filename=-cc4a1356d075d7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-820f88adf4c17ba5.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-6150ec4c5db57aac.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3146c39475c994de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-07-01T22:32:43.986Z Compiling enum_dispatch v0.3.13
46102026-07-01T22:32:43.989Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_dispatch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum_dispatch-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63daf3d18e7c1404 -C extra-filename=-eacea9a119deb339 --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-62a3273ba722b64a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-07-01T22:32:44.032Z Compiling darling v0.13.4
46122026-07-01T22:32:44.037Z Compiling delegate v0.13.5
46132026-07-01T22:32:44.037Z Compiling num-bigint v0.4.6
46142026-07-01T22:32:44.037Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=16f5d45fbc118b0a -C extra-filename=-756ce9e92bce4f57 --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-ae54c02e532de90c.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-f2f436671c19e960.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-07-01T22:32:44.037Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name delegate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/delegate-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b824631f253f878b -C extra-filename=-88b65b97b63f2c67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-07-01T22:32:44.037Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=1341e556dd5c4cc6 -C extra-filename=-5bb9d51dda81c1df --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-07-01T22:32:44.130Z Compiling backtrace-ext v0.2.1
46182026-07-01T22:32:44.133Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=619da6f57c30feca -C extra-filename=-b1768d69f5139724 --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-beeaed979b9fce59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-07-01T22:32:44.133Z Compiling rsa v0.10.0-rc.18
46202026-07-01T22:32:44.165Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.10.0-rc.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="encoding"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto-common", "default", "encoding", "getrandom", "hazmat", "pkcs5", "serde", "sha1", "sha2", "std"))' -C metadata=9c6101421bae1c50 -C extra-filename=-dd7d08e803669485 --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-21574cd712eab8b0.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4cece58de7a8e290.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-c85b5d7bfbb41590.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f79e25d3aa214a1c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1ebd2b51494b356.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-16375321212f544f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0e1a8a7f6b612b9e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-07-01T22:32:44.199Z Compiling ed25519-dalek v3.0.0-rc.0
46222026-07-01T22:32:44.202Z Compiling serde_with_macros v1.5.2
46232026-07-01T22:32:44.202Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0-rc.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=b718f17f979bd39d -C extra-filename=-a72f62c210e79631 --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-30d1c2310467bf45.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2ad84f6ee2309abd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-16375321212f544f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-07-01T22:32:44.202Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-34305d4271fd4446/build-script-build`
46252026-07-01T22:32:44.202Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3c488a785602093 -C extra-filename=-3656ed4b60c7f166 --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-756ce9e92bce4f57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-07-01T22:32:44.322Z Compiling miette v5.10.0
46272026-07-01T22:32:44.325Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=09bae3c8095c9759 -C extra-filename=-6d3e2106dff144b3 --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-beeaed979b9fce59.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-b1768d69f5139724.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-e61723d1a1e57478.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-28d785d44608e8f7.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f35e151f161d2cca.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9e93f3f6b3cb5fc5.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-adc5e4e70b95206b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2dc4a9da68e0db4f.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-51e744517afac129.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f49400535c9f75fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282026-07-01T22:32:44.353Z Compiling guppy v0.17.25
46292026-07-01T22:32:44.357Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=d8de6f6a581b4e5b -C extra-filename=-87413976b8c12a1d --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-5ac1b58a6f2e6a0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-05a8ba746065e1db.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-ade741d94e78cec9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9a3d1cfc5d90c58f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-b13221efa2319be0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-24fc48b8183a6bfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-07-01T22:32:44.386Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46312026-07-01T22:32:44.389Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48725667df63b3f7 -C extra-filename=-e6f3075aa119f51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-07-01T22:32:44.598Z Compiling md5 v0.8.0
46332026-07-01T22:32:44.601Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=46cd986e40351fed -C extra-filename=-2586e4657e623c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-07-01T22:32:44.777Z Compiling hex-literal v1.1.0
46352026-07-01T22:32:44.780Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62930f076c951b16 -C extra-filename=-fcc4c646f6ee4fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-07-01T22:32:44.864Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=070607d919e737c6 -C extra-filename=-062456a4af311abe --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-0e4f1ae2ab7a5174.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-55fcdc17a50a0d30.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d32a198f38bcf00a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-5813f5a21feda626.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ff7a5fd98f38850d.rmeta --cap-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-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/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()))'`
46372026-07-01T22:32:44.915Z Compiling hickory-client v0.25.2
46382026-07-01T22:32:44.919Z Compiling similar-asserts v1.7.0
46392026-07-01T22:32:44.919Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=ba53f8cb52bd679d -C extra-filename=-d1d356c7445e3ee1 --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-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-444b7ca250938667.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-07-01T22:32:44.920Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=ce81c349688293ae -C extra-filename=-8bd316580cabff9f --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-d729c60e81f65f0e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-07-01T22:32:44.981Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46422026-07-01T22:32:44.984Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46432026-07-01T22:32:44.984Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-07-01T22:32:44.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fe6683ba8d70a47 -C extra-filename=-01cb9613ebf97e0b --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-07-01T22:32:44.985Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46e8843e8b4c4b4e -C extra-filename=-42694cd9e9b2fca3 --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-0d49d99825834bad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-07-01T22:32:44.985Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=75a50f805ffc10fc -C extra-filename=-cefd37992457130e --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-e6f3075aa119f51d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-066dff01586709ba.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-07-01T22:32:44.985Z Compiling socket2 v0.5.10
46482026-07-01T22:32:45.015Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=9811a5c61a67bbdb -C extra-filename=-4c0f26ef6cce8500 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492026-07-01T22:32:45.076Z Compiling tui-tree-widget v0.23.1
46502026-07-01T22:32:45.080Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f54a475da9752aa -C extra-filename=-4addf0d41f1236d5 --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-64d845951fe259b1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512026-07-01T22:32:45.229Z Compiling knuffel v3.2.0
46522026-07-01T22:32:45.233Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=4a5e87c0692c73ae -C extra-filename=-54583826fbcb6b08 --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-b96847c0f6f2888c.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-d36457afe27c83e9.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-8466952007665c78.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d3e2106dff144b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-07-01T22:32:45.260Z Compiling internet-checksum v0.2.1
46542026-07-01T22:32:45.264Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=77127de0ce8ec022 -C extra-filename=-1c5be6c43ac99710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-07-01T22:32:45.293Z Compiling assert_cmd v2.1.2
46562026-07-01T22:32:45.297Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=d74e77e317ca4ac9 -C extra-filename=-e118052b7ad13c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-e118052b7ad13c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572026-07-01T22:32:45.327Z Compiling topological-sort v0.2.2
46582026-07-01T22:32:45.330Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=682cdbe3e69c1334 -C extra-filename=-d5800fa3752cdd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-07-01T22:32:45.362Z Compiling escape8259 v0.5.3
46602026-07-01T22:32:45.365Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=234cdf7c5f592394 -C extra-filename=-d1797b0fa9d754f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612026-07-01T22:32:45.416Z Compiling target-triple v1.0.0
46622026-07-01T22:32:45.421Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80a4a592f2835639 -C extra-filename=-0e051b3a1ca9c073 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-0e051b3a1ca9c073 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632026-07-01T22:32:45.426Z Compiling serde_with v1.14.0
46642026-07-01T22:32:45.430Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=6349c0c2a212ebc3 -C extra-filename=-23972fb5d3fab912 --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-71f89665c857a75b.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3656ed4b60c7f166.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-07-01T22:32:45.466Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46662026-07-01T22:32:45.469Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=c6278628ad20d0e7 -C extra-filename=-f0b76ef708d4799f --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-dc8cd5380246108e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5f3064565e308186.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-07-01T22:32:45.502Z Compiling fancy-regex v0.14.0
46682026-07-01T22:32:45.507Z Compiling rstest_macros v0.25.0
46692026-07-01T22:32:45.507Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=68dbe7f09b621f00 -C extra-filename=-17c3602cb6569409 --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-19b255e00cde2496.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-07-01T22:32:45.508Z Compiling linkme-impl v0.3.35
46712026-07-01T22:32:45.508Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=c800c3789cf0eae5 -C extra-filename=-6faeea7077282a0e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-6faeea7077282a0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-07-01T22:32:45.508Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=6bbf80e99c2e7c17 -C extra-filename=-f52f2bbba0900996 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-f52f2bbba0900996 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-07-01T22:32:45.602Z Compiling libtest-mimic v0.8.1
46742026-07-01T22:32:45.605Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c835569eaa57dae -C extra-filename=-b55cec72b468e3bb --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-0813c49105c134b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-d1797b0fa9d754f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752026-07-01T22:32:45.605Z Compiling support-bundle-viewer v0.1.2
46762026-07-01T22:32:45.605Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb4d73d13c865dad -C extra-filename=-f8ca99aeb778b6ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cap-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-1107a69f12a0ffff/out`
46772026-07-01T22:32:45.667Z Compiling multimap v0.10.1
46782026-07-01T22:32:45.671Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=3760be43665b61ac -C extra-filename=-f722d90f6eeba954 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792026-07-01T22:32:45.671Z Compiling approx v0.5.1
46802026-07-01T22:32:45.674Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=42d98f47a6c6f8d6 -C extra-filename=-5dad7eb527a326f8 --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-07-01T22:32:45.736Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-e118052b7ad13c83/build-script-build`
46822026-07-01T22:32:45.787Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=7086ce01a2f347f6 -C extra-filename=-f22e26526cc135c9 --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-33d2256449469a81.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c00cba8245233c12.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cb42aed7074d3b1f.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a0f1a60af5e209bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-07-01T22:32:45.831Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-0e051b3a1ca9c073/build-script-build`
46842026-07-01T22:32:45.862Z Compiling uzers v0.12.2
46852026-07-01T22:32:45.866Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=9f44120cb2afadac -C extra-filename=-ff38caadba9a3451 --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-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-07-01T22:32:45.903Z Compiling termcolor v1.4.1
46872026-07-01T22:32:45.906Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaec0e8087b75a9d -C extra-filename=-1b1746f93a6c6e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882026-07-01T22:32:45.935Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7532b528991eaba -C extra-filename=-8abca9f70bc8d645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
46892026-07-01T22:32:45.938Z Compiling relative-path v1.9.3
46902026-07-01T22:32:45.938Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=582abe18e65f1612 -C extra-filename=-cd8b7bdb80270814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-07-01T22:32:45.999Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-f52f2bbba0900996/build-script-build`
46922026-07-01T22:32:45.999Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-6faeea7077282a0e/build-script-build`
46932026-07-01T22:32:46.070Z Compiling datatest-stable v0.3.3
46942026-07-01T22:32:46.074Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=7d2ff94af0c4a4e1 -C extra-filename=-849f56a3d5787aba --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-0d49d99825834bad.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-17c3602cb6569409.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-b55cec72b468e3bb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-07-01T22:32:46.105Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46962026-07-01T22:32:46.108Z Compiling linkme v0.3.35
46972026-07-01T22:32:46.138Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=305a75f0e35cbe47 -C extra-filename=-7aebe0fecd8aecf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-f0b76ef708d4799f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-54583826fbcb6b08.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d3e2106dff144b3.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-dc8cd5380246108e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-07-01T22:32:46.167Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=cd21b906d5a885ac -C extra-filename=-1c1551aba5b71a16 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-1c1551aba5b71a16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992026-07-01T22:32:46.171Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=0bdddd27d57aea15 -C extra-filename=-11d4ad31d7c24a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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)'`
47002026-07-01T22:32:46.202Z Compiling trybuild v1.0.116
47012026-07-01T22:32:46.205Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
47022026-07-01T22:32:46.206Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=30b34440f059f53b -C extra-filename=-44de20133db50ff6 --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-614d87617042c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-8abca9f70bc8d645.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-1b1746f93a6c6e0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-12b68984237a680e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032026-07-01T22:32:46.235Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f889ab43e2e44066 -C extra-filename=-7c299fe9fdb9c24f --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-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7bafc2cc5669c27a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-54583826fbcb6b08.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d3e2106dff144b3.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-34e7aafd920b9606.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-483b1b82dc2b8371.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ef9a51d7356c1b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9cc70e643670a1a1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042026-07-01T22:32:46.322Z Compiling blake2b_simd v1.0.4
47052026-07-01T22:32:46.326Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=5bd701cbd2f830fd -C extra-filename=-e4d6d68c84814080 --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-0e4f1ae2ab7a5174.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-55fcdc17a50a0d30.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d32a198f38bcf00a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47062026-07-01T22:32:46.354Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=546275b190859226 -C extra-filename=-6665d186c37707a1 --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-ccf4af5f4acd8b5c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-97da512721e091a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-cd8b7bdb80270814.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072026-07-01T22:32:46.390Z Compiling partial-io v0.5.4
47082026-07-01T22:32:46.393Z Compiling rand_distr v0.5.1
47092026-07-01T22:32:46.393Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=39a7c19b13ca79ec -C extra-filename=-47feb282e194c394 --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-8ef8e959fc8416b0.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-366bcf9ab525a747.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102026-07-01T22:32:46.393Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=125d5166e5324d16 -C extra-filename=-b30313ac584db8b1 --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-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112026-07-01T22:32:46.463Z Compiling drift v0.2.0
47122026-07-01T22:32:46.466Z Compiling constant_time_eq v0.3.1
47132026-07-01T22:32:46.466Z Compiling cargo_toml v0.21.0
47142026-07-01T22:32:46.466Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47152026-07-01T22:32:46.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=1907a6677ad70611 -C extra-filename=-ad57c7d98eb0b1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162026-07-01T22:32:46.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dbef15c1808baeb -C extra-filename=-16ec2d0943aa2775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172026-07-01T22:32:46.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=52c4cb46087f6c2f -C extra-filename=-a7107a46f3246d86 --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-71f89665c857a75b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-07-01T22:32:46.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b6522941ce9960d -C extra-filename=-255f1c664662d86a --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-dd5c91b8ff049607.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-21855dc9e1c702e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192026-07-01T22:32:46.556Z Compiling termios v0.3.3
47202026-07-01T22:32:46.591Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e8fddcab05ecb6 -C extra-filename=-da6b8888cb21968d --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-07-01T22:32:46.620Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=108345c7b4483717 -C extra-filename=-c981d3125fd59975 --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-78351d99bf4e6002.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-1bec0b00f873f3ad.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222026-07-01T22:32:46.623Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-1c1551aba5b71a16/build-script-build`
47232026-07-01T22:32:46.721Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=742e89e5d01c4bcc -C extra-filename=-f47af40821c597a0 --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-0d49d99825834bad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242026-07-01T22:32:46.725Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47252026-07-01T22:32:46.725Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d76d8a778b2c036a -C extra-filename=-410157ce299a883c --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-410157ce299a883c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-1416f0b5ab6f4c16.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-7b82828cc3b833a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23972fb5d3fab912.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47262026-07-01T22:32:46.778Z Compiling rust-argon2 v2.1.0
47272026-07-01T22:32:46.782Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d3110a97d9efa1fc -C extra-filename=-3f26836bb89b7487 --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-b96847c0f6f2888c.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-e4d6d68c84814080.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ad57c7d98eb0b1b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282026-07-01T22:32:47.223Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=30d5c329de276330 -C extra-filename=-26684465297cb707 --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-11d4ad31d7c24a67.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-07-01T22:32:48.151Z Compiling p384 v0.14.0-rc.10
47302026-07-01T22:32:48.156Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.14.0-rc.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 --warn=unexpected_cfgs --check-cfg 'cfg(p384_backend, values("bignum", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=311689323021e11d -C extra-filename=-3494a4807cf1bc80 --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-e3eb466cf58f3ad3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2519b7bc990e25ff.rmeta --extern fiat_crypto=/work/oxidecomputer/omicron/target/debug/deps/libfiat_crypto-ffb3b167195b747d.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-5b08a368cd584e34.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-99e1505df9d7c432.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312026-07-01T22:32:48.300Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47322026-07-01T22:32:48.303Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a091bfe7e30e3a1 -C extra-filename=-71f0089ce9eb7e32 --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-0d49d99825834bad.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-7c299fe9fdb9c24f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332026-07-01T22:32:48.457Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-410157ce299a883c/build-script-build`
47342026-07-01T22:32:48.549Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=264557f4b56d3209 -C extra-filename=-791b3209c06b4cbe --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-54159e90ff1115fe.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3c3ca786a9e65354.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352026-07-01T22:32:48.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47362026-07-01T22:32:48.714Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ef4bd5ee9d8dd70 -C extra-filename=-da104330c67326b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-a7107a46f3246d86.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-07-01T22:32:50.008Z Compiling rstest v0.25.0
47382026-07-01T22:32:50.012Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=f0482db9f3f75d0d -C extra-filename=-bfd8553a38f17022 --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-0e84bfd2f58897d2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-6665d186c37707a1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392026-07-01T22:32:50.421Z Compiling ssh-key v0.7.0-rc.10
47402026-07-01T22:32:50.424Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.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 '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=12c1b0cb1c9160f3 -C extra-filename=-dfe7cc4a7d7ac960 --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-f49c1fcf1a7f92fe.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-11050b795d8a46a7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-a72f62c210e79631.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1319014494ddacd7.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f2e41df7e6750d93.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3494a4807cf1bc80.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7958d9036bdeb6d2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-dd7d08e803669485.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-247fb28120ea8ceb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-13b210653924c9ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-16375321212f544f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-4db5e732c2a9807c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02325d942ea33b6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412026-07-01T22:32:52.037Z Compiling samael v0.0.19
47422026-07-01T22:32:52.041Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=f5ac5ded9ea36eac -C extra-filename=-6fb4bce5ed25ee8c --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6fb4bce5ed25ee8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-5c681bda8f6ab74a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432026-07-01T22:32:53.543Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6fb4bce5ed25ee8c/build-script-bindings`
47442026-07-01T22:32:53.853Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=017ccb9364193e16 -C extra-filename=-3e6c06ae017ec085 --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-475c5481f11c65dc.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-0dc41d335a6f61af.rmeta --cap-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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
47452026-07-01T22:32:54.122Z Compiling git2 v0.20.4
47462026-07-01T22:32:54.125Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d5b576b23ac887fd -C extra-filename=-3a624564af0b28d3 --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-64568b11226546eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-3e6c06ae017ec085.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64`
47472026-07-01T22:32:54.815Z Compiling polar-core v0.27.3
47482026-07-01T22:32:54.818Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=31184a9dea9b5436 -C extra-filename=-bf8ea564bb46a4a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-bf8ea564bb46a4a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-9604e81b304db42c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492026-07-01T22:32:55.054Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=5fa7029290809b00 -C extra-filename=-e432afe70a440757 --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-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-c3ca39b8c78224bd.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-488c403b68b29e93.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-baebbad7e92f6282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
47502026-07-01T22:32:55.730Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-bf8ea564bb46a4a3/build-script-build`
47512026-07-01T22:32:56.901Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a97d66874898e8cc -C extra-filename=-45271d14ccc72c85 --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-16e647562a4afb7f.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4179f24a7000411c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522026-07-01T22:32:57.180Z Compiling async-bb8-diesel v0.2.1
47532026-07-01T22:32:57.185Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=8a7cfab8c0905a0d -C extra-filename=-812996db967b8701 --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-4e778a706bc0dc16.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6d1804fed1023684.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.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`
47542026-07-01T22:32:57.577Z Compiling diesel-dtrace v0.5.0
47552026-07-01T22:32:57.580Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e6638f8353f09f3 -C extra-filename=-c0498c3cb7250bbb --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-e13e477603fbd108.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
47562026-07-01T22:32:57.730Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=64fdb6907cfb1a29 -C extra-filename=-859bfef8d3accccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-3a624564af0b28d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-be48d9d6a75dccb2.rmeta --cap-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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
47572026-07-01T22:32:58.273Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47582026-07-01T22:32:58.277Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/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=1e23aabc8b77462a -C extra-filename=-c9d4628b4b3c78c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-c9d4628b4b3c78c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-859bfef8d3accccd.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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64`
47592026-07-01T22:32:59.318Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-c9d4628b4b3c78c5/build-script-build`
47602026-07-01T22:33:01.037Z Compiling oso v0.27.3
47612026-07-01T22:33:01.042Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=79833a69ebf74fc7 -C extra-filename=-2b25a584522676eb --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-e3f5a4b6d0d037ae.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-4aa125bc60f89e62.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-45271d14ccc72c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622026-07-01T22:33:01.670Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=f2f1a71239c3e4e0 -C extra-filename=-6a6f2b0fadfa01e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-011c4b89193db3d3/out -l static=aws_lc_0_40_0_crypto --cfg universal`
47632026-07-01T22:33:01.670Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-00bd218468570be9/build-script-build`
47642026-07-01T22:33:01.744Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-95bf3ad5c179ed43/build-script-build`
47652026-07-01T22:33:02.144Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=cefcabfd04de37a3 -C extra-filename=-780e5baeafc6a453 --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-6a6f2b0fadfa01e0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-cb2fa448f0536d34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-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-011c4b89193db3d3/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
47662026-07-01T22:33:02.979Z Compiling rustls-webpki v0.103.9
47672026-07-01T22:33:02.979Z Compiling rcgen v0.12.1
47682026-07-01T22:33:02.979Z Compiling russh v0.61.2
47692026-07-01T22:33:02.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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="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=ad25ac39ef4dba3a -C extra-filename=-ce2c94f1e14da106 --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-780e5baeafc6a453.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-534ce28830e876e6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7fc84d34336edae0.rmeta --cap-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-011c4b89193db3d3/out`
47702026-07-01T22:33:02.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.61.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=dcd4a564d15908e4 -C extra-filename=-dac95a4ac3e2ddd6 --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-1d9cc2ed8a261a88.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-0cb0e5d72ff2b3cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4f8767118e8fed62.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-4cece58de7a8e290.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-87e80ec260f50ba3.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-30d1c2310467bf45.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-88b65b97b63f2c67.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1f9d787e0ef849a9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e3eb466cf58f3ad3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-a72f62c210e79631.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2519b7bc990e25ff.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-eacea9a119deb339.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f43e4cf77b0e12a5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-94137e70f9b50622.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-fcc4c646f6ee4fa8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1319014494ddacd7.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-f05534ed27a8bca2.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c72e5ecfdf244ba8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-2586e4657e623c1c.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-cc4a1356d075d7c3.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-6150ec4c5db57aac.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5bb9d51dda81c1df.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f2e41df7e6750d93.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3494a4807cf1bc80.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7958d9036bdeb6d2.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8a74c327a5f0e402.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f79e25d3aa214a1c.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4434666e633d9e6f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1ebd2b51494b356.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-b7f3fb9c59f043e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-dd7d08e803669485.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-324565bedda96964.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-951f504c7ce24615.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-f8def177db71ab82.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-2256a675e66ca757.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-247fb28120ea8ceb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-13b210653924c9ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53edbe700ad95ded.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3146c39475c994de.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-16375321212f544f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0e1a8a7f6b612b9e.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-02325d942ea33b6e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ce9ef20ac2d7e077.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-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-011c4b89193db3d3/out`
47712026-07-01T22:33:02.984Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=7ef449d533b009d7 -C extra-filename=-a088241a4c8b535a --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-780e5baeafc6a453.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c731086711956766.rmeta --cap-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-011c4b89193db3d3/out`
47722026-07-01T22:33:03.481Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e9bf45ae320a96d3 -C extra-filename=-ce417437528e7ec9 --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-780e5baeafc6a453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-534ce28830e876e6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ce2c94f1e14da106.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-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-011c4b89193db3d3/out`
47732026-07-01T22:33:05.936Z Compiling tokio-rustls v0.26.4
47742026-07-01T22:33:05.936Z Compiling rustls-platform-verifier v0.6.2
47752026-07-01T22:33:05.936Z Compiling tough v0.22.0
47762026-07-01T22:33:05.941Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=1f0f57da0cfda4c4 -C extra-filename=-bb8734963ff6ff06 --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-ce417437528e7ec9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-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-011c4b89193db3d3/out`
47772026-07-01T22:33:05.941Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=fb1c83086d99048d -C extra-filename=-fe6447d1a8b87e03 --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-517a0a45b5918497.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-907724a876a00ad5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ce2c94f1e14da106.rmeta --cap-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-011c4b89193db3d3/out`
47782026-07-01T22:33:05.941Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=f27d359edc2d14e0 -C extra-filename=-c9fd5639edc76bbb --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-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-c492010093423e5d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a541ed0c90ef0e33.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6625771f020dc083.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-fb065ab4cfaa4c8a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-cd3321ca0903b058.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-8824289258a727f1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-cb2fa448f0536d34.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-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-011c4b89193db3d3/out -L native=/usr/lib/amd64`
47792026-07-01T22:33:06.166Z Compiling hyper-rustls v0.27.7
47802026-07-01T22:33:06.170Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ef3cf700c4ef92da -C extra-filename=-72c5ee231e3762c6 --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-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-907724a876a00ad5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-534ce28830e876e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-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-011c4b89193db3d3/out`
47812026-07-01T22:33:06.170Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=562475cd9a7355ba -C extra-filename=-dba13e769da05300 --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-4c9b8bf9b0bc6131.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-64bad674bda2f7ec.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-9875ce401a325404.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-26385849d316a8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cap-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-011c4b89193db3d3/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/`
47822026-07-01T22:33:06.170Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=daf3e3142f7a9051 -C extra-filename=-986b6a60550c3a29 --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-1fa630dcba0d2858.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-2bfd5c8b85cf6cc3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-ed88aab468d4e0db.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-fe94fc309d95b66d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-8495ceab5b55914b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4542ef5150c73ba3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-13b210653924c9ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3a587c341d5a4883.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-12b68984237a680e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-6fe44703d794b981.rmeta --cap-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-011c4b89193db3d3/out`
47832026-07-01T22:33:06.417Z Compiling reqwest v0.13.2
47842026-07-01T22:33:06.422Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=45122ea644a8d6b7 -C extra-filename=-14c112d71bd3585b --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-a5294a1b82b3609a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-29586db834c2c8c8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e9e60b9363338a8d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-534ce28830e876e6.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-fe6447d1a8b87e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fb7734b753186998.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-41ab915fd4b89d92.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-8b2fbd5cda2a78d4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-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-011c4b89193db3d3/out`
47852026-07-01T22:33:07.696Z Compiling progenitor-client v0.14.0
47862026-07-01T22:33:07.696Z Compiling progenitor-client v0.13.0
47872026-07-01T22:33:07.696Z Compiling omicron-zone-package v0.12.3
47882026-07-01T22:33:07.701Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=523da3197dae4884 -C extra-filename=-98052d7a545cf2dd --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --cap-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-011c4b89193db3d3/out`
47892026-07-01T22:33:07.701Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f37d36101348718e -C extra-filename=-8e69a0c5f1a83577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-062456a4af311abe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-d5800fa3752cdd85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-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-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out`
47902026-07-01T22:33:07.701Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa44efa5faa9963a -C extra-filename=-bbd9148f76099791 --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --cap-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-011c4b89193db3d3/out`
47912026-07-01T22:33:07.942Z Compiling progenitor v0.13.0
47922026-07-01T22:33:07.945Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=9da7ef1c5e0c00a7 -C extra-filename=-42d66f1160ab2d1d --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-bbd9148f76099791.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c00e575e5058ba62.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-65feaead81590f64.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-011c4b89193db3d3/out`
47932026-07-01T22:33:07.976Z Compiling progenitor-extras v0.2.0
47942026-07-01T22:33:07.976Z Compiling progenitor v0.14.0
47952026-07-01T22:33:07.979Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84defc0bea2b5145 -C extra-filename=-7a95d228a7b305dd --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-91a5263c654bc0c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-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-011c4b89193db3d3/out`
47962026-07-01T22:33:07.979Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=f85392a53865f30f -C extra-filename=-8aa98f41a87a9a88 --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-98052d7a545cf2dd.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0a549f2ea43d7676.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c5a2d42b51850b8d.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-011c4b89193db3d3/out`
47972026-07-01T22:33:08.084Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47982026-07-01T22:33:08.084Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47992026-07-01T22:33:08.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=2bf1f82b927b93aa -C extra-filename=-54989cb47951bc84 --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-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-a406ff227533dc0c.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-c09b1f53fc6ce1a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42d66f1160ab2d1d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0e9eea31da6aac70.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48002026-07-01T22:33:08.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=b4945cbec7286674 -C extra-filename=-b6a8f692c96fa579 --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-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-eceec5512459c7cb.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-c09b1f53fc6ce1a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42d66f1160ab2d1d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0e9eea31da6aac70.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48012026-07-01T22:33:08.142Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
48022026-07-01T22:33:08.145Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6119a76f17e8953 -C extra-filename=-bcef638da987eba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1b578bd7e308ccc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75a73e0b38ac76e3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-88f10c58fe781cef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4542ef5150c73ba3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cap-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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48032026-07-01T22:33:08.176Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
48042026-07-01T22:33:08.176Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48052026-07-01T22:33:08.180Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
48062026-07-01T22:33:08.180Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48072026-07-01T22:33:08.180Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48082026-07-01T22:33:08.180Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=6fce6be1e36eaec5 -C extra-filename=-b907a3a7fadb7697 --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-fa9b90e544911148.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-11e96b058d5f615c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0d0146fd3fdfea8b.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-891564a3f1d1f995.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48092026-07-01T22:33:08.180Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=dbc1950973a36adb -C extra-filename=-4342037fe18d4b1f --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-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-b96847c0f6f2888c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-40711fec57a8cb30.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-282ba851c9db4e8a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48102026-07-01T22:33:08.180Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/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=029ba3d61a418cf7 -C extra-filename=-5a7d54310c88af2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-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-011c4b89193db3d3/out`
48112026-07-01T22:33:08.181Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/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=e5dc3ce0a7152f55 -C extra-filename=-3dbca2c9f9e6cebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48122026-07-01T22:33:08.181Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=50f662405787cb36 -C extra-filename=-cfea47a017145b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-3615cebdbea0a0fa.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48132026-07-01T22:33:08.685Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
48142026-07-01T22:33:08.695Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff5f2bfddfaf7a6e -C extra-filename=-90f4d86a338e70e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-90f4d86a338e70e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-5ac1b58a6f2e6a0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a95b6281bf6b3183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f32161e45c858ff9.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-29e652916517c797.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d49deb96e6c0c423.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-780eae7aa88c7229.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f933e2cc2e49d477.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9f3f557f013e7995.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7d3efbf966ae43dc.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6625771f020dc083.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3b98e515edf20544.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-484654af456c02f7.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-be48d9d6a75dccb2.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48152026-07-01T22:33:08.772Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
48162026-07-01T22:33:08.773Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48172026-07-01T22:33:08.777Z Compiling dropshot-api-manager v0.7.2
48182026-07-01T22:33:08.777Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be831dfa45d3c5d4 -C extra-filename=-f1ca074ab6354e48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-2fdfa0f24fe3f326.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48192026-07-01T22:33:08.777Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/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=66c6be3a022937af -C extra-filename=-746803d5f4618daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-55f86491487f34b9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-30ed1d392d907960.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-12b68984237a680e.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c83d047eed8326cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48202026-07-01T22:33:08.778Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88723c85e2e9f8a3 -C extra-filename=-7ba886f6b0b062f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-16ec2d0943aa2775.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-e221d18cc264a977.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-37fbaa529dce1a18.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-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-011c4b89193db3d3/out`
48212026-07-01T22:33:08.778Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/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=1d0af48997283dc5 -C extra-filename=-e09d37d3fd6c8d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-55f86491487f34b9.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-b96847c0f6f2888c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-40711fec57a8cb30.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-6b0594c45062ae8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-282ba851c9db4e8a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
48222026-07-01T22:33:08.977Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-90f4d86a338e70e6/build-script-build`
48232026-07-01T22:33:09.027Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d708aed522fca70 -C extra-filename=-3fba3190d375e19b --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-5ac1b58a6f2e6a0b.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a95b6281bf6b3183.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f32161e45c858ff9.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-29e652916517c797.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d49deb96e6c0c423.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-780eae7aa88c7229.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9f3f557f013e7995.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7d3efbf966ae43dc.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6625771f020dc083.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48242026-07-01T22:33:09.027Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f01468a4cf6ee3c3 -C extra-filename=-5e3c5f054b9e7e13 --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-5ac1b58a6f2e6a0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a95b6281bf6b3183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f32161e45c858ff9.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-29e652916517c797.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d49deb96e6c0c423.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-780eae7aa88c7229.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9f3f557f013e7995.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7d3efbf966ae43dc.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6625771f020dc083.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48252026-07-01T22:33:09.144Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
48262026-07-01T22:33:09.144Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
48272026-07-01T22:33:09.147Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48282026-07-01T22:33:09.147Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
48292026-07-01T22:33:09.147Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
48302026-07-01T22:33:09.147Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
48312026-07-01T22:33:09.147Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
48322026-07-01T22:33:09.147Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
48332026-07-01T22:33:09.147Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
48342026-07-01T22:33:09.147Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48352026-07-01T22:33:09.147Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f79a5da81fa4cbfc -C extra-filename=-a838ac29abcb2273 --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-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48362026-07-01T22:33:09.147Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=de0ede8f510f1fca -C extra-filename=-fe5bf3f159fa5017 --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-293d0cce6557088d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48372026-07-01T22:33:09.148Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebae25f3b7a8b834 -C extra-filename=-589e920272f1552e --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-12591d903bb7dfda.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48382026-07-01T22:33:09.148Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2136e8bfb8d629e1 -C extra-filename=-e6ce5aee7061b54c --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-3fba3190d375e19b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48392026-07-01T22:33:09.148Z Running `/home/build/.rustup/toolchains/1.96.1-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=6097f1eaa0867761 -C extra-filename=-dfc643e8b9ff147f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c542c4b920042ea3.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-5e781a52876182ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48402026-07-01T22:33:09.148Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c4feb5ab25b2380 -C extra-filename=-833dbcbf90946e75 --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-fa9b90e544911148.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48412026-07-01T22:33:09.148Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c1f4141ea2b3f470 -C extra-filename=-0d3bfde9e9f5648a --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-78351d99bf4e6002.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48422026-07-01T22:33:09.176Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
48432026-07-01T22:33:09.179Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48442026-07-01T22:33:09.179Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
48452026-07-01T22:33:09.210Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45ede14314e6b7f3 -C extra-filename=-3f97a9e599d4b5ee --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-986b6a60550c3a29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48462026-07-01T22:33:09.213Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c896c70a85e5441 -C extra-filename=-39eef2f0ed47592e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48472026-07-01T22:33:09.213Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=01a3ad8fdced7d0b -C extra-filename=-19e4aec87aaca30a --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-78351d99bf4e6002.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48482026-07-01T22:33:09.213Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8011cc5e3e57b9f0 -C extra-filename=-a9cac74316f30d3a --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-3fba3190d375e19b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48492026-07-01T22:33:09.213Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=121d55a05b27df9e -C extra-filename=-cae1126f9de3258b --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-3fba3190d375e19b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48502026-07-01T22:33:09.213Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48512026-07-01T22:33:09.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac06d295f5d0fbcd -C extra-filename=-94ab07dd8f64f83c --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-fa9b90e544911148.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48522026-07-01T22:33:09.246Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32d6fc3b2e504446 -C extra-filename=-9e31339c5485ce87 --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-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48532026-07-01T22:33:09.461Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48542026-07-01T22:33:09.496Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
48552026-07-01T22:33:09.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab32aec77a33267d -C extra-filename=-040f6412d5f2c824 --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-3fba3190d375e19b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48562026-07-01T22:33:09.563Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d079f92ead5ee07 -C extra-filename=-b282370354f27e8b --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-fa9b90e544911148.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48572026-07-01T22:33:09.661Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
48582026-07-01T22:33:09.664Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=947f5f38c80320c8 -C extra-filename=-0918be63b314ac07 --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-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1e1b08dd150db95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48592026-07-01T22:33:09.697Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea7c143000978d5e -C extra-filename=-8cacce1dcff60a11 --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-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48602026-07-01T22:33:09.773Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48612026-07-01T22:33:09.817Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_v1_client --edition=2024 clients/ntp-admin-v1-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4dbd83bbf86b919 -C extra-filename=-41479a0ba4188ae2 --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-fa9b90e544911148.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48622026-07-01T22:33:09.820Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
48632026-07-01T22:33:09.820Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48642026-07-01T22:33:09.820Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48652026-07-01T22:33:09.820Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f803a785b58c71c2 -C extra-filename=-6467f503de8a59f6 --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-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48662026-07-01T22:33:09.820Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48672026-07-01T22:33:09.820Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a85e5bb60f7d09ec -C extra-filename=-9b25392fa3a13ecb --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-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48682026-07-01T22:33:09.820Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=350ff0b4ca186e35 -C extra-filename=-3014d6ecccda9e35 --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-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48692026-07-01T22:33:09.885Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebf0ef36fea40351 -C extra-filename=-f83e0972563c3d10 --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-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48702026-07-01T22:33:09.888Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0ffe71c3439e81ec -C extra-filename=-f1168812d1c154fb --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-152f49b112174385.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48712026-07-01T22:33:09.958Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48722026-07-01T22:33:09.994Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48732026-07-01T22:33:09.994Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48742026-07-01T22:33:09.997Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48752026-07-01T22:33:09.997Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48762026-07-01T22:33:09.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3877f01027f5ed07 -C extra-filename=-3128d661bc0da246 --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-833dbcbf90946e75.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48772026-07-01T22:33:09.997Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48782026-07-01T22:33:09.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb2ae39b7d13d09c -C extra-filename=-7556524dbaf6ddd6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7556524dbaf6ddd6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48792026-07-01T22:33:09.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec42024378ee0675 -C extra-filename=-9e1083a94662fc59 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-9e1083a94662fc59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48802026-07-01T22:33:09.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2706560a9cec8c6 -C extra-filename=-cf1aded84bb6dcb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-cf1aded84bb6dcb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48812026-07-01T22:33:09.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e5bf6c6a59cf2d2 -C extra-filename=-0a82367126b3a83f --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-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48822026-07-01T22:33:09.999Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d6fb99c65c1618d -C extra-filename=-c77bb8b5862082ae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-c77bb8b5862082ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48832026-07-01T22:33:10.158Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48842026-07-01T22:33:10.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48852026-07-01T22:33:10.161Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bde27abb8378802 -C extra-filename=-4ea0b4053d399265 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-4ea0b4053d399265 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48862026-07-01T22:33:10.161Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=70d56a79408001b9 -C extra-filename=-2d55521fd6bb2a03 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2d55521fd6bb2a03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48872026-07-01T22:33:10.246Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48882026-07-01T22:33:10.249Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f2959e7b8767754 -C extra-filename=-3560ec9b60d839dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48892026-07-01T22:33:10.284Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48902026-07-01T22:33:10.287Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c26d99e47384c96 -C extra-filename=-4ec2e4a7ff45c4d7 --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-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48912026-07-01T22:33:10.326Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48922026-07-01T22:33:10.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48932026-07-01T22:33:10.330Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d9c4cd45a51b6ed -C extra-filename=-d7fc169c495e7d38 --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-a2a64572023fe240.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48942026-07-01T22:33:10.330Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-cf1aded84bb6dcb2/build-script-build`
48952026-07-01T22:33:10.330Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0b3ce11d2c6cbc31 -C extra-filename=-9a3c3f3419308006 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-9a3c3f3419308006 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48962026-07-01T22:33:10.432Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
48972026-07-01T22:33:10.432Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-c77bb8b5862082ae/build-script-build`
48982026-07-01T22:33:10.466Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5b202a37408d336 -C extra-filename=-9f933240375db00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d729c60e81f65f0e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rmeta --cap-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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48992026-07-01T22:33:10.470Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7556524dbaf6ddd6/build-script-build`
49002026-07-01T22:33:10.534Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49012026-07-01T22:33:10.569Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49022026-07-01T22:33:10.573Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c7e2174295ab8d1 -C extra-filename=-2dbea45f4d5813c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-2dbea45f4d5813c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49032026-07-01T22:33:10.605Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49042026-07-01T22:33:10.609Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a96b6d27460d4eb -C extra-filename=-8fa3b1b2b4ce1f06 --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-1d01eef2af45d693.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-9b068a201371edc9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49052026-07-01T22:33:10.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
49062026-07-01T22:33:10.712Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-4ea0b4053d399265/build-script-build`
49072026-07-01T22:33:10.715Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3eb911b0caafbccc -C extra-filename=-70744c7d126195f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-70744c7d126195f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49082026-07-01T22:33:10.716Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=6c7e4322a90004e7 -C extra-filename=-4e870d592a444a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49092026-07-01T22:33:10.716Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=7b440a8c6592e13a -C extra-filename=-82de803787c0ee32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49102026-07-01T22:33:10.716Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b3b0110f3f05272 -C extra-filename=-0c707fb8e7b82dc4 --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-e13e477603fbd108.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
49112026-07-01T22:33:10.744Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-9e1083a94662fc59/build-script-build`
49122026-07-01T22:33:10.747Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49132026-07-01T22:33:10.747Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=313d2cd51a668903 -C extra-filename=-667ccc8d4a14e4f7 --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-3fba3190d375e19b.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49142026-07-01T22:33:10.747Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2d55521fd6bb2a03/build-script-build`
49152026-07-01T22:33:10.875Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49162026-07-01T22:33:10.909Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59a844ae39aaceec -C extra-filename=-706b956555f0ac22 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-706b956555f0ac22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49172026-07-01T22:33:10.912Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49182026-07-01T22:33:10.941Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-9a3c3f3419308006/build-script-build`
49192026-07-01T22:33:10.975Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49202026-07-01T22:33:10.978Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49212026-07-01T22:33:11.008Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdc20a6b67137b74 -C extra-filename=-4067673dd626790f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-4067673dd626790f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49222026-07-01T22:33:11.049Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49232026-07-01T22:33:11.049Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49242026-07-01T22:33:11.053Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab01f5323025f013 -C extra-filename=-0c6757a755bc171d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-0c6757a755bc171d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49252026-07-01T22:33:11.053Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=fcf222a8bc7b4d37 -C extra-filename=-569abe73150e1e15 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-569abe73150e1e15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49262026-07-01T22:33:11.053Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49272026-07-01T22:33:11.084Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49282026-07-01T22:33:11.087Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49292026-07-01T22:33:11.087Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-2dbea45f4d5813c4/build-script-build`
49302026-07-01T22:33:11.087Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87dde5472e16a2ca -C extra-filename=-93bdbbd37ee216db --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-93bdbbd37ee216db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49312026-07-01T22:33:11.087Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-70744c7d126195f4/build-script-build`
49322026-07-01T22:33:11.087Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=256fc44bbcf63530 -C extra-filename=-b2674ebf8506246b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-b2674ebf8506246b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49332026-07-01T22:33:11.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/fm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=cadb1c8a8eb3e69e -C extra-filename=-72f78e86b668c116 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-72f78e86b668c116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49342026-07-01T22:33:11.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bbcf05bc9efe6ca -C extra-filename=-d0e32def3741e043 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d0e32def3741e043 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49352026-07-01T22:33:11.119Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ab0ee3d621d2c4a -C extra-filename=-b4f99bed78ff6179 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-b4f99bed78ff6179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49362026-07-01T22:33:11.123Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
49372026-07-01T22:33:11.152Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7ac2157f3efdbdca -C extra-filename=-6b9a1b347592eb4e --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-0d3bfde9e9f5648a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49382026-07-01T22:33:11.187Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49392026-07-01T22:33:11.218Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49402026-07-01T22:33:11.222Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=005ed28a087a373d -C extra-filename=-b8a30c389ac73980 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-b8a30c389ac73980 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49412026-07-01T22:33:11.222Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49422026-07-01T22:33:11.222Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/switch-config/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=388f954b1c154ae1 -C extra-filename=-68e5c05a5621e689 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-68e5c05a5621e689 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49432026-07-01T22:33:11.254Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49442026-07-01T22:33:11.259Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=5c480d55c4af3a8b -C extra-filename=-455fdc9c37738ee7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-455fdc9c37738ee7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49452026-07-01T22:33:11.259Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49462026-07-01T22:33:11.328Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e8e26690fc760230 -C extra-filename=-25a7e888e854db95 --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-3fba3190d375e19b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-364fae7e565f14b9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49472026-07-01T22:33:11.331Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49482026-07-01T22:33:11.332Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c6c7c10a84f1572 -C extra-filename=-86da1ac1455200e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-86da1ac1455200e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49492026-07-01T22:33:11.395Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49502026-07-01T22:33:11.430Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef56f71968500ad1 -C extra-filename=-7af7a81df7caee12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49512026-07-01T22:33:11.464Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49522026-07-01T22:33:11.468Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-706b956555f0ac22/build-script-build`
49532026-07-01T22:33:11.468Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76707f76e69198f7 -C extra-filename=-ee7901cb61dab3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49542026-07-01T22:33:11.537Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-4067673dd626790f/build-script-build`
49552026-07-01T22:33:11.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cbf12cced720bb1 -C extra-filename=-0554675fd42ff9dd --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-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49562026-07-01T22:33:11.571Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49572026-07-01T22:33:11.575Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49582026-07-01T22:33:11.575Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-569abe73150e1e15/build-script-build`
49592026-07-01T22:33:11.575Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-0c6757a755bc171d/build-script-build`
49602026-07-01T22:33:11.644Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
49612026-07-01T22:33:11.789Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eece469f3ff60e42 -C extra-filename=-51426f0638b85a7a --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-3fba3190d375e19b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49622026-07-01T22:33:11.793Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1033119e19a8ab84 -C extra-filename=-826d83af506b9144 --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-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49632026-07-01T22:33:11.793Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49642026-07-01T22:33:11.793Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24fa674b1b60634b -C extra-filename=-416079a37dc651d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49652026-07-01T22:33:11.794Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49662026-07-01T22:33:11.794Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49672026-07-01T22:33:11.794Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49682026-07-01T22:33:11.794Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49692026-07-01T22:33:11.794Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-b4f99bed78ff6179/build-script-build`
49702026-07-01T22:33:11.794Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c5ba583ca6ebbec -C extra-filename=-d5d83ce2c9e59892 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-d5d83ce2c9e59892 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49712026-07-01T22:33:11.794Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49722026-07-01T22:33:11.798Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-b8a30c389ac73980/build-script-build`
49732026-07-01T22:33:11.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=836bec2fe1aa4309 -C extra-filename=-0f2565f20d39e0c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-0f2565f20d39e0c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49742026-07-01T22:33:11.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6faf4610f2f4045 -C extra-filename=-6722d00d3fe97c74 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6722d00d3fe97c74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49752026-07-01T22:33:11.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c561a4d96df7587f -C extra-filename=-24293fe7882aec75 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-24293fe7882aec75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49762026-07-01T22:33:11.798Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-68e5c05a5621e689/build-script-build`
49772026-07-01T22:33:11.798Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-72f78e86b668c116/build-script-build`
49782026-07-01T22:33:11.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0d75a172a6867e8 -C extra-filename=-c55a676427585fcb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-c55a676427585fcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49792026-07-01T22:33:11.824Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d0e32def3741e043/build-script-build`
49802026-07-01T22:33:11.828Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=143a15ecf3239ff3 -C extra-filename=-0de2d2f392d70a5d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-0de2d2f392d70a5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49812026-07-01T22:33:11.828Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-b2674ebf8506246b/build-script-build`
49822026-07-01T22:33:11.828Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-93bdbbd37ee216db/build-script-build`
49832026-07-01T22:33:11.829Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-86da1ac1455200e3/build-script-build`
49842026-07-01T22:33:11.955Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49852026-07-01T22:33:11.959Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f7f397ddfad083e -C extra-filename=-db40c5c6f9082935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6625771f020dc083.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out -L native=/usr/lib/amd64`
49862026-07-01T22:33:11.959Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49872026-07-01T22:33:11.990Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97c6994bf6e17a13 -C extra-filename=-da2053d7bd784cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49882026-07-01T22:33:12.020Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
49892026-07-01T22:33:12.023Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30e19ea1d803e735 -C extra-filename=-124465fb7c85013f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-124465fb7c85013f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49902026-07-01T22:33:12.023Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49912026-07-01T22:33:12.055Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=9a125fde4dcdade5 -C extra-filename=-f829ac2083d372a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-791b3209c06b4cbe.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49922026-07-01T22:33:12.058Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49932026-07-01T22:33:12.088Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eebf3c84f9a0a35f -C extra-filename=-66daa70088716d54 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-66daa70088716d54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49942026-07-01T22:33:12.149Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
49952026-07-01T22:33:12.153Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11f488f55cf64868 -C extra-filename=-633ab9972069593b --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-633ab9972069593b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49962026-07-01T22:33:12.153Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49972026-07-01T22:33:12.185Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9315ca2fc2e00ada -C extra-filename=-24516b176aa14954 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-24516b176aa14954 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a9cac74316f30d3a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49982026-07-01T22:33:12.188Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49992026-07-01T22:33:12.219Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6703b108b10eb3c -C extra-filename=-18c2f0852cd06ab0 --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-3fba3190d375e19b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50002026-07-01T22:33:12.223Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-0f2565f20d39e0c4/build-script-build`
50012026-07-01T22:33:12.285Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-c55a676427585fcb/build-script-build`
50022026-07-01T22:33:12.317Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50032026-07-01T22:33:12.322Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50042026-07-01T22:33:12.350Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ab8ea2ce7d50112 -C extra-filename=-28c20239eb72e5dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50052026-07-01T22:33:12.354Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=802db949ceeea0dd -C extra-filename=-091c3762695f9d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50062026-07-01T22:33:12.384Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1cecbcdf20a6b922 -C extra-filename=-58f30e9c9d356eda --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-0d3bfde9e9f5648a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50072026-07-01T22:33:12.388Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-0de2d2f392d70a5d/build-script-build`
50082026-07-01T22:33:12.451Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=237f6b7af9e9bf7e -C extra-filename=-7412f0781dc9e1f7 --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-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50092026-07-01T22:33:12.517Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce6ba55cd6549d8 -C extra-filename=-3397ab6a24221cda --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-3fba3190d375e19b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50102026-07-01T22:33:12.586Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-24293fe7882aec75/build-script-build`
50112026-07-01T22:33:12.620Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6722d00d3fe97c74/build-script-build`
50122026-07-01T22:33:12.655Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-d5d83ce2c9e59892/build-script-build`
50132026-07-01T22:33:12.719Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d3baf17206994e14 -C extra-filename=-6fd923634f5c5459 --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-152f49b112174385.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50142026-07-01T22:33:12.789Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f4536f8cdc8978a5 -C extra-filename=-15424a7c34086b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50152026-07-01T22:33:12.821Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=866b682467217391 -C extra-filename=-6c7742f264645fc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50162026-07-01T22:33:12.880Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=452d7f3def4fdc3e -C extra-filename=-a014f54fba49482a --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-833dbcbf90946e75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50172026-07-01T22:33:12.943Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50182026-07-01T22:33:12.976Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41e36ec7bbb731ec -C extra-filename=-e6d4679cf185034e --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-826d83af506b9144.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50192026-07-01T22:33:13.046Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-455fdc9c37738ee7/build-script-build`
50202026-07-01T22:33:13.080Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da644af2354d84a3 -C extra-filename=-a2bff7937d49a02a --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-826d83af506b9144.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50212026-07-01T22:33:13.083Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22825e44ab8d6b6 -C extra-filename=-4b4a82c07b5dfcee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50222026-07-01T22:33:13.179Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faec54d644d58914 -C extra-filename=-02ecc932545741a2 --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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50232026-07-01T22:33:13.180Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-24516b176aa14954/build-script-build`
50242026-07-01T22:33:13.180Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-66daa70088716d54/build-script-build`
50252026-07-01T22:33:13.211Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92c7ad8555ca4469 -C extra-filename=-7d319df378e8c87e --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-a2a64572023fe240.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50262026-07-01T22:33:13.244Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57efd8a55d1aa9a5 -C extra-filename=-138bfda10db1c0b5 --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-986b6a60550c3a29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50272026-07-01T22:33:13.277Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-633ab9972069593b/build-script-build`
50282026-07-01T22:33:13.280Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=448eca32f501c470 -C extra-filename=-84f544d0cc2e361c --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-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50292026-07-01T22:33:13.280Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-124465fb7c85013f/build-script-build`
50302026-07-01T22:33:13.307Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43b748439912b9ee -C extra-filename=-578eb1f08731eff8 --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-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50312026-07-01T22:33:13.338Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41e75f40ec492729 -C extra-filename=-a4559e9a04a99b94 --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-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50322026-07-01T22:33:13.372Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c03cb5cb457855 -C extra-filename=-14d52e69bfe9cf27 --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-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50332026-07-01T22:33:13.472Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=167bda9be424df90 -C extra-filename=-e16209e098869ace --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-3fba3190d375e19b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-364fae7e565f14b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50342026-07-01T22:33:13.605Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd93bad4d66d1e51 -C extra-filename=-23930a620e3629a7 --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-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50352026-07-01T22:33:13.635Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffad9ea99324e5e7 -C extra-filename=-3c5e6ce87c1440f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50362026-07-01T22:33:13.670Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c0e59243c055ff6 -C extra-filename=-e265a7f2ac5146e6 --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-3fba3190d375e19b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50372026-07-01T22:33:13.673Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70c39cac05ca3927 -C extra-filename=-6ca52516efbf5204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50382026-07-01T22:33:13.785Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49f01274440b1e25 -C extra-filename=-2686777cbfade8e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50392026-07-01T22:33:13.788Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50402026-07-01T22:33:13.788Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1a0f9590b5e200f -C extra-filename=-afdf54363bd0a20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50412026-07-01T22:33:13.973Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01350d2e12fc16b4 -C extra-filename=-57eb9dc91907c81e --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-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50422026-07-01T22:33:14.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eb9082844fd8b02 -C extra-filename=-3cd5f0f30b3d871c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50432026-07-01T22:33:14.158Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0d691cc4617ec16 -C extra-filename=-3a8961ca7b89d1ba --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-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50442026-07-01T22:33:14.192Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=581e196af719cb30 -C extra-filename=-5692a610dd0d08b4 --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-3fba3190d375e19b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50452026-07-01T22:33:14.286Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfac90afcc80a998 -C extra-filename=-4db1cb7ae9f0c790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50462026-07-01T22:33:14.325Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7b9733461183367 -C extra-filename=-259c7db56ece0c1f --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-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50472026-07-01T22:33:14.396Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70d9a48b75ff3239 -C extra-filename=-46160d7e6731bebe --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-fa9b90e544911148.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50482026-07-01T22:33:14.428Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=508fd66bcd7faf43 -C extra-filename=-f402ffe63175edd9 --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-e2a0f5fe1db03132.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1e1b08dd150db95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50492026-07-01T22:33:14.503Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf49c75271d38c7a -C extra-filename=-5cb1044e1e14db5d --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-1d01eef2af45d693.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-9b068a201371edc9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50502026-07-01T22:33:14.647Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50512026-07-01T22:33:14.650Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=60533282d07575e4 -C extra-filename=-30a97d6f0cc613ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-152f49b112174385.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-40711fec57a8cb30.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50522026-07-01T22:33:14.683Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
50532026-07-01T22:33:14.686Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ffd0ebfd72f5430 -C extra-filename=-aa6e9af0875d443e --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-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50542026-07-01T22:33:14.734Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
50552026-07-01T22:33:14.738Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0592db102d059b8c -C extra-filename=-425150963ad4424f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50562026-07-01T22:33:14.811Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50572026-07-01T22:33:14.811Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26f7f5454d8f7a0b -C extra-filename=-e5ea28af218e8511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50582026-07-01T22:33:14.849Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee3aee43fb7e7068 -C extra-filename=-656ff67445d0bfe4 --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-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-82de803787c0ee32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50592026-07-01T22:33:14.970Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50602026-07-01T22:33:14.973Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8af1e8d3bfd84e6b -C extra-filename=-09111b9cd9fed0ce --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-4e778a706bc0dc16.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50612026-07-01T22:33:15.086Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50622026-07-01T22:33:15.090Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d13a279299490fff -C extra-filename=-b6884f353f972e63 --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-79fda9df1e1d6e54.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50632026-07-01T22:33:15.142Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50642026-07-01T22:33:15.146Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e73720be608cb5f -C extra-filename=-c331a4f0d86869bb --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-306eb30ff613870e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50652026-07-01T22:33:15.544Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
50662026-07-01T22:33:15.548Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cd8380e0eda8e70 -C extra-filename=-b9453e0c033740cf --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-cfea47a017145b77.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50672026-07-01T22:33:15.632Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
50682026-07-01T22:33:15.676Z Running `/home/build/.rustup/toolchains/1.96.1-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=6421bf50459e7c7c -C extra-filename=-1225ef0533099b45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50692026-07-01T22:33:15.700Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
50702026-07-01T22:33:15.703Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eae621d7d317513 -C extra-filename=-621f49df9e89d140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50712026-07-01T22:33:15.758Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50722026-07-01T22:33:15.763Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86f6248091fdeab4 -C extra-filename=-59d108b9ce6503ed --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-fa9b90e544911148.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50732026-07-01T22:33:15.793Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50742026-07-01T22:33:15.797Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e00a99ca5ac34315 -C extra-filename=-0729a6341e7c5f28 --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-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50752026-07-01T22:33:15.966Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50762026-07-01T22:33:16.013Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbaeffa570dca44d -C extra-filename=-742e882caf3896cd --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-dd5c91b8ff049607.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50772026-07-01T22:33:16.041Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
50782026-07-01T22:33:16.044Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13746c0bf0011e11 -C extra-filename=-a6edb795d9d01696 --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-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50792026-07-01T22:33:16.075Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
50802026-07-01T22:33:16.078Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0e670918e9c3134 -C extra-filename=-46bb06f93a32b640 --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50812026-07-01T22:33:16.218Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50822026-07-01T22:33:16.221Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=421335cd5e722d84 -C extra-filename=-76b2786a1e1b4b92 --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-833dbcbf90946e75.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50832026-07-01T22:33:16.258Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
50842026-07-01T22:33:16.263Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63be2f9dae595acd -C extra-filename=-55f4803f020dba94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b6a8f692c96fa579.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-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-011c4b89193db3d3/out`
50852026-07-01T22:33:16.293Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50862026-07-01T22:33:16.326Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
50872026-07-01T22:33:16.329Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf19bc6e7a463705 -C extra-filename=-3a771feeb09c69a0 --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-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50882026-07-01T22:33:16.329Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e6dea81c91bc71d -C extra-filename=-949f01e705ba29cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-9e31339c5485ce87.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50892026-07-01T22:33:16.484Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50902026-07-01T22:33:16.484Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f79938aef7d21df -C extra-filename=-c410b2f230acce91 --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-8ef8e959fc8416b0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50912026-07-01T22:33:16.518Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b38ba83d1319d5d -C extra-filename=-d71c7d131de159ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50922026-07-01T22:33:16.599Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
50932026-07-01T22:33:16.602Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fa8237f534571ce -C extra-filename=-3f217316395ccde0 --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-55f4803f020dba94.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-6b1c54cd12c54ceb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42d66f1160ab2d1d.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e24464efc67a1bcb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cap-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-011c4b89193db3d3/out`
50942026-07-01T22:33:16.674Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50952026-07-01T22:33:16.678Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d595c8e5cd378c94 -C extra-filename=-5c13cdfa37f99a7e --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-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-826d83af506b9144.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50962026-07-01T22:33:16.726Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50972026-07-01T22:33:16.729Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e749ca7cc43c83b -C extra-filename=-804f79b90251fd9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-da6b8888cb21968d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50982026-07-01T22:33:16.895Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
50992026-07-01T22:33:16.899Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ef5e44fa0d2cdd3 -C extra-filename=-407f25d351873aa7 --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-3fba3190d375e19b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51002026-07-01T22:33:16.995Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51012026-07-01T22:33:16.999Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a63507b846738fc -C extra-filename=-a3460f7feff4793f --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-425150963ad4424f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51022026-07-01T22:33:17.026Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7f8d3a92f5bc75c -C extra-filename=-784a2b99cc985b00 --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-3fba3190d375e19b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-656ff67445d0bfe4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51032026-07-01T22:33:17.089Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51042026-07-01T22:33:17.093Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e187108e83614fc -C extra-filename=-f7a2343e684123a7 --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-986b6a60550c3a29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51052026-07-01T22:33:17.235Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
51062026-07-01T22:33:17.238Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31d11c67f93f04d7 -C extra-filename=-fa413f1c1e2147d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51072026-07-01T22:33:17.268Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51082026-07-01T22:33:17.272Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ebd1c276acf29ea -C extra-filename=-1f755318bdae6995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51092026-07-01T22:33:17.307Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51102026-07-01T22:33:17.310Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9f0066d2cdeaf0d -C extra-filename=-9499f695e777b9fa --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-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51112026-07-01T22:33:17.349Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51122026-07-01T22:33:17.399Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6efbdadb5192299 -C extra-filename=-b915ab46a535e4a1 --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-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51132026-07-01T22:33:17.437Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f01345fc601fc9af -C extra-filename=-92db18dc9d03d09f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-784a2b99cc985b00.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51142026-07-01T22:33:17.471Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51152026-07-01T22:33:17.471Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
51162026-07-01T22:33:17.475Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf1f3fb94a6b91d8 -C extra-filename=-d90030ba5e692bce --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-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51172026-07-01T22:33:17.504Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b601b152d89b5a0e -C extra-filename=-52ef573e4beb1bba --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-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51182026-07-01T22:33:17.543Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51192026-07-01T22:33:17.546Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a662d4d8422027bb -C extra-filename=-5f7fa65a3efd1415 --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-425150963ad4424f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51202026-07-01T22:33:17.641Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51212026-07-01T22:33:17.641Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e27a99b88c106079 -C extra-filename=-7cd72380b61ceb44 --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-0d49d99825834bad.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51222026-07-01T22:33:17.675Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cfcf030729c6231 -C extra-filename=-0f7528073da7a392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c13cdfa37f99a7e.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e6d4679cf185034e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
51232026-07-01T22:33:17.788Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84e7e8761b0dc8b3 -C extra-filename=-c92402800fa59d10 --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-e2a0f5fe1db03132.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1e1b08dd150db95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51242026-07-01T22:33:17.788Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c5bfe685c74622a -C extra-filename=-5a4280a092f5b161 --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-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51252026-07-01T22:33:17.791Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5f8c5bb04e6f2dd -C extra-filename=-7d88967ea5db7d1e --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-425150963ad4424f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51262026-07-01T22:33:17.791Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf8dee911d8e7d51 -C extra-filename=-d99b7aa7e131b3b4 --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-0d49d99825834bad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51272026-07-01T22:33:17.791Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cf5b84a1804b242 -C extra-filename=-390978e176c2c4ee --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-425150963ad4424f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51282026-07-01T22:33:17.985Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51292026-07-01T22:33:17.989Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d63bbdac9b2a647 -C extra-filename=-49959ba24529c0db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51302026-07-01T22:33:18.020Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=496eaab2c8306399 -C extra-filename=-7b49222e0e65ffd2 --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-986b6a60550c3a29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51312026-07-01T22:33:18.087Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9f03ae4d49117fb -C extra-filename=-f7b64641d84c11f9 --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-5dad7eb527a326f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b30313ac584db8b1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-44de20133db50ff6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51322026-07-01T22:33:18.146Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b81ba73e4c4c4f7 -C extra-filename=-a1b0227dbe1abf31 --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-5dad7eb527a326f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b30313ac584db8b1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-44de20133db50ff6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51332026-07-01T22:33:18.424Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=471f1a02440c130a -C extra-filename=-2ec2c8d9d6afb6de --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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51342026-07-01T22:33:18.465Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51352026-07-01T22:33:18.498Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=202eac2f97b32c76 -C extra-filename=-706b88fe2d0c664b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51362026-07-01T22:33:18.501Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9053cc0310504e -C extra-filename=-5fd6e1d1afb2ad70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51372026-07-01T22:33:18.538Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6f89a4ff2029aa -C extra-filename=-90fcacd6861b9de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51382026-07-01T22:33:18.587Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533506b4271ddd3d -C extra-filename=-d94a1c32ec2e7e55 --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-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51392026-07-01T22:33:18.683Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51402026-07-01T22:33:18.687Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42711d1e9554ada3 -C extra-filename=-8b6c8670e5b1d3c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51412026-07-01T22:33:18.793Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1727e6df472ef0bf -C extra-filename=-57953b17495db4df --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-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51422026-07-01T22:33:18.866Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0fa731e970be8a1 -C extra-filename=-64d7f850dba3fd88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fa413f1c1e2147d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51432026-07-01T22:33:18.901Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f06e44624a3d024 -C extra-filename=-c163ef5eed308b9b --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-e2a0f5fe1db03132.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1e1b08dd150db95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51442026-07-01T22:33:18.932Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51452026-07-01T22:33:18.935Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33552864d59d34b6 -C extra-filename=-1306e6f2750069b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51462026-07-01T22:33:19.057Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
51472026-07-01T22:33:19.060Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d87c958b1858efc -C extra-filename=-dbe42f16b7b269fa --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-3fba3190d375e19b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-92db18dc9d03d09f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-784a2b99cc985b00.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51482026-07-01T22:33:19.093Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad59d7e4f42b428 -C extra-filename=-634f215062193dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51492026-07-01T22:33:19.128Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9653b5b6ac3566d4 -C extra-filename=-501579fddb841bea --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-3fba3190d375e19b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-92db18dc9d03d09f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-784a2b99cc985b00.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51502026-07-01T22:33:19.209Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51512026-07-01T22:33:19.212Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98b8442dea199e09 -C extra-filename=-a9e4899e63eefa4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-062456a4af311abe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-28c20239eb72e5dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8e69a0c5f1a83577.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-255f1c664662d86a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51522026-07-01T22:33:19.247Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51532026-07-01T22:33:19.250Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0285edf84c34396 -C extra-filename=-457e344d9f0457e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51542026-07-01T22:33:19.331Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ed11307bc0486eb -C extra-filename=-936c7ca0268c4626 --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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-826d83af506b9144.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51552026-07-01T22:33:19.379Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58898bf8340ed974 -C extra-filename=-3785da1dfdb36bc1 --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-306eb30ff613870e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51562026-07-01T22:33:19.411Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=473a40cd35d80c1f -C extra-filename=-68a95b2e7035b11b --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-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51572026-07-01T22:33:19.632Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cea6626a181c41f -C extra-filename=-51e1430cf56dff3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8b6c8670e5b1d3c0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51582026-07-01T22:33:19.792Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fed5a168ffd47215 -C extra-filename=-15a2abf8547fa45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51592026-07-01T22:33:19.923Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05c12b8d9befc498 -C extra-filename=-c4019bddf61abab2 --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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51602026-07-01T22:33:20.015Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a800b40204e7d11 -C extra-filename=-7a155ee12887ef6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51612026-07-01T22:33:20.586Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ceae1de45f602f -C extra-filename=-601ce8cb5b829101 --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-fa9b90e544911148.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51622026-07-01T22:33:20.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=110aa12a506d0f79 -C extra-filename=-34e8b2724af14c36 --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-dd5c91b8ff049607.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51632026-07-01T22:33:20.653Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a10d9f59f22d6dc -C extra-filename=-55d7e29a1e47aa10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51642026-07-01T22:33:20.894Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51de82ca450a386c -C extra-filename=-3969d130bb410853 --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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51652026-07-01T22:33:20.969Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18f1353e15181d6c -C extra-filename=-fb74f5921eca02ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51662026-07-01T22:33:21.005Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baee58d3518143fc -C extra-filename=-c1fe2f71124b8413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51672026-07-01T22:33:21.005Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=987ae0c006ecbf7e -C extra-filename=-be2278256b24b10e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51682026-07-01T22:33:21.081Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1efc2bd8810f6c5d -C extra-filename=-d4b143c22604c674 --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-4e778a706bc0dc16.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51692026-07-01T22:33:21.228Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac34bc86a31957f1 -C extra-filename=-06c92b548d369365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-9e31339c5485ce87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51702026-07-01T22:33:21.293Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2934b1a846ec4851 -C extra-filename=-d5b4957efc561123 --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-833dbcbf90946e75.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51712026-07-01T22:33:21.913Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a6301f3221bc71c -C extra-filename=-f7b283fcb1b8a22d --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-5dad7eb527a326f8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-bfd8553a38f17022.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51722026-07-01T22:33:22.283Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e83e89c452efd2be -C extra-filename=-3e4c2a2c9aaa774f --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-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51732026-07-01T22:33:22.349Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=806da6d0558b942c -C extra-filename=-e6bfde9b037ade9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-da2053d7bd784cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51742026-07-01T22:33:22.352Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79f070dc40dc9b60 -C extra-filename=-fa8274ccb6433f59 --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-cfea47a017145b77.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51752026-07-01T22:33:22.569Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05ad0780cb75b905 -C extra-filename=-6078f2303e5ddb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-091c3762695f9d8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51762026-07-01T22:33:22.600Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b8269727b5143c6 -C extra-filename=-41fa3043dfce95c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51772026-07-01T22:33:22.633Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd86328d4b96b7a6 -C extra-filename=-c88d80d4a910310a --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-3ac76901977b9770.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51782026-07-01T22:33:22.710Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=473bb01f8fb90056 -C extra-filename=-c0fd3d8f1fa033a5 --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-293d0cce6557088d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51792026-07-01T22:33:22.827Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fddda74d8b42a725 -C extra-filename=-05c96693ad10a4ec --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-3fba3190d375e19b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51802026-07-01T22:33:22.881Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94340dcb4b86d883 -C extra-filename=-cccbecb65a65a77d --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-fa9b90e544911148.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51812026-07-01T22:33:22.896Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=22454054554b81a6 -C extra-filename=-9cb78621ac6ca858 --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-78351d99bf4e6002.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51822026-07-01T22:33:23.201Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b3335785b624826 -C extra-filename=-2e67a968e0cc2682 --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-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51832026-07-01T22:33:23.361Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2581eb7364d2dff -C extra-filename=-98f3461a29c9633e --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-3ac76901977b9770.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51842026-07-01T22:33:23.633Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c79f5b9ae8e486e7 -C extra-filename=-60edb7c6a18643a5 --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-3fba3190d375e19b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51852026-07-01T22:33:23.665Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab136692f158fa82 -C extra-filename=-a36f4a98ae38122e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-12591d903bb7dfda.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3f26836bb89b7487.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51862026-07-01T22:33:23.699Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_v1_client --edition=2024 clients/ntp-admin-v1-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c19d9e5bb32cf96e -C extra-filename=-8f3f2633534122f4 --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-fa9b90e544911148.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51872026-07-01T22:33:23.755Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d0055eae75d2e7b -C extra-filename=-65ae9ea4622fc926 --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-fa9b90e544911148.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51882026-07-01T22:33:24.034Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=877c7c6547b2e4a2 -C extra-filename=-1af77fd8bb22ec97 --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-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51892026-07-01T22:33:24.573Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51902026-07-01T22:33:24.656Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2618bfdb1cf837d2 -C extra-filename=-bdc3a1a117552168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-152f49b112174385.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51912026-07-01T22:33:24.792Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51922026-07-01T22:33:24.821Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=698c849da45c7513 -C extra-filename=-a493aa92ae39dd48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e24464efc67a1bcb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51932026-07-01T22:33:25.416Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51942026-07-01T22:33:25.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c893608f1464e4d3 -C extra-filename=-c02af91664403d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fa413f1c1e2147d6.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbe42f16b7b269fa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51952026-07-01T22:33:25.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1beb4f577503891 -C extra-filename=-3164b15cd4f32f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fa413f1c1e2147d6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbe42f16b7b269fa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51962026-07-01T22:33:25.742Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5b9fde93b9251455 -C extra-filename=-f5f2b1a507ece5e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51972026-07-01T22:33:25.868Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51982026-07-01T22:33:25.871Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d8be17bf614359f5 -C extra-filename=-95677dfdbcbfb098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7787d95894d0029e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cc84cd942bff2bce.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-535039529a34a92e.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-953f3903e16643e4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51992026-07-01T22:33:25.871Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f02cb702a5f4df88 -C extra-filename=-b1d0ee87203da53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52002026-07-01T22:33:25.897Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52012026-07-01T22:33:25.901Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=1d7f20f126a5da91 -C extra-filename=-c450cc6f48e17a57 --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-0918be63b314ac07.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52022026-07-01T22:33:25.963Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52032026-07-01T22:33:25.967Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52ac47152d170b52 -C extra-filename=-beb3ac253486d305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52042026-07-01T22:33:25.992Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
52052026-07-01T22:33:25.995Z Running `/home/build/.rustup/toolchains/1.96.1-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=83168e5719b0d0ee -C extra-filename=-7e9c934015dd52d9 --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-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52062026-07-01T22:33:26.039Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
52072026-07-01T22:33:26.042Z Running `/home/build/.rustup/toolchains/1.96.1-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=bf440311d80a09ca -C extra-filename=-ac6968569a1eb424 --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-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52082026-07-01T22:33:26.070Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
52092026-07-01T22:33:26.104Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4118c799fdf01a63 -C extra-filename=-ef24c0bf2e80f296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52102026-07-01T22:33:26.108Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52112026-07-01T22:33:26.108Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
52122026-07-01T22:33:26.108Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9953b86aef0e08d2 -C extra-filename=-a904c04d38ef177b --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-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52132026-07-01T22:33:26.108Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4e15ad15f0c48e9 -C extra-filename=-e006cf793f835f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52142026-07-01T22:33:26.689Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52152026-07-01T22:33:26.693Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3adcd15b056f3e1 -C extra-filename=-bdb1103e819ff8ad --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-b1d0ee87203da53c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52162026-07-01T22:33:26.928Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab559f483037f7a3 -C extra-filename=-67fe66aad066231f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52172026-07-01T22:33:26.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=309878b4916a5585 -C extra-filename=-f17e0db99ef701d7 --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-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52182026-07-01T22:33:27.007Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe0fa0bacf72893 -C extra-filename=-f0285ea5ca52d509 --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-b1d0ee87203da53c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52192026-07-01T22:33:27.096Z Running `/home/build/.rustup/toolchains/1.96.1-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=f84a1cb18be4473f -C extra-filename=-6f2a3c2bcaf8719a --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-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52202026-07-01T22:33:27.575Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52212026-07-01T22:33:27.579Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a21415d45c87936 -C extra-filename=-29876477c59aa86d --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-0918be63b314ac07.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52222026-07-01T22:33:27.673Z Running `/home/build/.rustup/toolchains/1.96.1-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=8dab54e50695e1a9 -C extra-filename=-f4490b8bbc75ca5f --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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52232026-07-01T22:33:27.824Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2c70fb047644a3b -C extra-filename=-28a4e1bf2316feda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52242026-07-01T22:33:28.346Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
52252026-07-01T22:33:28.349Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a5a41e0a3e003e1 -C extra-filename=-09cfebd62161ffac --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-a904c04d38ef177b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52262026-07-01T22:33:28.525Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52272026-07-01T22:33:28.528Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=582d5c226fc2e1b3 -C extra-filename=-e89c9cd865951982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5803ec9eb336de76.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c85dd464b738ddb9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52282026-07-01T22:33:28.671Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
52292026-07-01T22:33:28.674Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eabcb14835766f21 -C extra-filename=-6092984a2f6f58b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-9e31339c5485ce87.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52302026-07-01T22:33:28.991Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
52312026-07-01T22:33:28.995Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=84b493b346ea113c -C extra-filename=-fa786bb11a54700d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-42e9089d8aef0867.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52322026-07-01T22:33:29.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63c8172f2aaf531a -C extra-filename=-17e783e2fd6d3f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-76b2786a1e1b4b92.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52332026-07-01T22:33:29.123Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52342026-07-01T22:33:29.126Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b6efccb86f0434d -C extra-filename=-7b1b1e17f6f1dc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52352026-07-01T22:33:29.614Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52362026-07-01T22:33:29.618Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea6b44bed23620c1 -C extra-filename=-ff553c1d5e96e44e --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-b1d0ee87203da53c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52372026-07-01T22:33:29.805Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52382026-07-01T22:33:29.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=aa8ff20b440721f6 -C extra-filename=-034bc3cf1d2ab611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52392026-07-01T22:33:29.840Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52402026-07-01T22:33:29.846Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2278f019046c29a -C extra-filename=-f84a7a0984df34c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8e69a0c5f1a83577.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/usr/lib/amd64`
52412026-07-01T22:33:30.176Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f8f5ed8b45239d9 -C extra-filename=-16ec86ca5d7a31be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-9e31339c5485ce87.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52422026-07-01T22:33:30.464Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4dc9adc327c0916 -C extra-filename=-1bfc4296c1488228 --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-b1d0ee87203da53c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52432026-07-01T22:33:30.573Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00f89d71295d4431 -C extra-filename=-7810586666b165f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8e69a0c5f1a83577.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/usr/lib/amd64`
52442026-07-01T22:33:30.604Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=f9bdca4f5db0c604 -C extra-filename=-2833db3cea683842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-42e9089d8aef0867.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52452026-07-01T22:33:30.674Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e7db1b746f4c8d7 -C extra-filename=-aa0135a8a39c3409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52462026-07-01T22:33:30.855Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
52472026-07-01T22:33:30.858Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=917891499fa5ecc2 -C extra-filename=-da41889a4ef0e711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52482026-07-01T22:33:30.898Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52492026-07-01T22:33:30.903Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ca9108124cfd77f -C extra-filename=-f83b531a8bcc4f3f --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-0d49d99825834bad.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52502026-07-01T22:33:30.938Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
52512026-07-01T22:33:30.942Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d35660a5960bc080 -C extra-filename=-c7b6ae30cd8a0e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52522026-07-01T22:33:31.268Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52532026-07-01T22:33:31.271Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=7c4592043e206d5a -C extra-filename=-744c0f9df6d817d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52542026-07-01T22:33:31.447Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d817e41f243c7270 -C extra-filename=-5ce9f18559a0fc7a --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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52552026-07-01T22:33:31.794Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52562026-07-01T22:33:31.797Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=577b6ef3a2b88af7 -C extra-filename=-3637dc692bca8989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52572026-07-01T22:33:31.848Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c32a67e616b7dfa -C extra-filename=-629ce6330ddc0220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52582026-07-01T22:33:31.911Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=839b49e8dd73ddc0 -C extra-filename=-b14535a378824261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7b1b1e17f6f1dc69.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52592026-07-01T22:33:31.961Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d49adc510410a70 -C extra-filename=-dd7ff24e3516ee4c --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-a904c04d38ef177b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52602026-07-01T22:33:31.995Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04911f9c51ce080f -C extra-filename=-3d01ccb291da6ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f84a7a0984df34c2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8e69a0c5f1a83577.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/usr/lib/amd64`
52612026-07-01T22:33:32.032Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eca64ee6a0f8580 -C extra-filename=-c98f6523e632bf08 --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-0918be63b314ac07.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52622026-07-01T22:33:32.167Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f21118bcf38dd7 -C extra-filename=-a569d965fab9faae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e24464efc67a1bcb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52632026-07-01T22:33:32.178Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=834f5d60f8d3717e -C extra-filename=-020c4e11fe32c897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52642026-07-01T22:33:32.471Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b20cedc6fdfcfc0 -C extra-filename=-1e98b2479d6b0423 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52652026-07-01T22:33:32.617Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=11e878923ad9a5d9 -C extra-filename=-25ec1b0239b5df11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-152f49b112174385.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
52662026-07-01T22:33:33.186Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52672026-07-01T22:33:33.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c70565c9cc59f8a8 -C extra-filename=-3f2431aa51f02f92 --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-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52682026-07-01T22:33:33.391Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab545276ff039c4 -C extra-filename=-8763e2987fb7f50a --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-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52692026-07-01T22:33:34.003Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52702026-07-01T22:33:34.008Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97754fe79b5c49ce -C extra-filename=-dae88f693d3efa04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52712026-07-01T22:33:34.037Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52722026-07-01T22:33:34.040Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81e4575c17f6449a -C extra-filename=-a5f65393a0584d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52732026-07-01T22:33:34.300Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52742026-07-01T22:33:34.300Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52752026-07-01T22:33:34.306Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e424466f574017c8 -C extra-filename=-962ca9a94d066b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rmeta --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-41479a0ba4188ae2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52762026-07-01T22:33:34.306Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85a6da934d7ac765 -C extra-filename=-9bc7bd3b5d35de23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52772026-07-01T22:33:34.726Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db64d16edcd57187 -C extra-filename=-e0a7ea9999c312e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52782026-07-01T22:33:34.760Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=984edc0d42a3791e -C extra-filename=-6025b8d2c8fd4d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52792026-07-01T22:33:34.911Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ea4d71a5b1d6d16 -C extra-filename=-481c175843710700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52802026-07-01T22:33:35.104Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a15251f4144cd5a5 -C extra-filename=-65aecfcc323ef523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52812026-07-01T22:33:35.105Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=186dfc8e563626a8 -C extra-filename=-deb286c3a72e5efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52822026-07-01T22:33:35.109Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99c704fefdbc38b2 -C extra-filename=-9e2a46c9357cd8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52832026-07-01T22:33:36.777Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52842026-07-01T22:33:36.782Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d18ed5ac12e5ae06 -C extra-filename=-f7b36a424853c42b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52852026-07-01T22:33:37.386Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52862026-07-01T22:33:37.389Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f826b950cbd0be69 -C extra-filename=-791eb03cf23fdbe6 --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-0d49d99825834bad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52872026-07-01T22:33:38.154Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52882026-07-01T22:33:38.158Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f7bc2e1309f11d -C extra-filename=-4cba57e5a1333fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52892026-07-01T22:33:38.188Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52902026-07-01T22:33:38.192Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=208af3e32ccf01e6 -C extra-filename=-7aee0ac8574b394a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52912026-07-01T22:33:38.736Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b1ac446b6edb1063 -C extra-filename=-b72c571d10047b8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52922026-07-01T22:33:38.739Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fde470132762ec7 -C extra-filename=-787e827fabe30004 --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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52932026-07-01T22:33:38.845Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52942026-07-01T22:33:38.848Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d0ef9ae8395838 -C extra-filename=-5b3e463f90f67355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52952026-07-01T22:33:41.530Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c544e44bd4dc6248 -C extra-filename=-f94b4a441e88a6ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52962026-07-01T22:33:41.535Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c50318e105e1cb84 -C extra-filename=-9bcabe93b6b41680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52972026-07-01T22:33:41.535Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2955f4c8352291b8 -C extra-filename=-47192cbbecb11b4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4cba57e5a1333fa2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52982026-07-01T22:33:41.535Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ce4eadf87b7f3fc -C extra-filename=-42795ca0c0b5d08d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52992026-07-01T22:33:41.637Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1e216ab9434802b -C extra-filename=-a0dc840d0f5b4494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
53002026-07-01T22:33:41.640Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=612b85ffac4000a5 -C extra-filename=-e9bfb353064069dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4cba57e5a1333fa2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
53012026-07-01T22:33:43.558Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bac95179ebca8f8f -C extra-filename=-4d343a8cd97da165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5f65393a0584d12.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
53022026-07-01T22:33:46.617Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53032026-07-01T22:33:46.617Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53042026-07-01T22:33:46.617Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53052026-07-01T22:33:46.617Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53062026-07-01T22:33:46.622Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53072026-07-01T22:33:46.622Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53082026-07-01T22:33:46.622Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53092026-07-01T22:33:46.622Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53102026-07-01T22:33:46.622Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53112026-07-01T22:33:46.622Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53122026-07-01T22:33:46.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=475b757c4dd2ce95 -C extra-filename=-45953d229497bbff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53132026-07-01T22:33:46.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69e01e1522bfebfc -C extra-filename=-d4235ee91a791fcb --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-b1d0ee87203da53c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53142026-07-01T22:33:46.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53ae66dedd3ef95a -C extra-filename=-14a9d36b2f80f25f --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-986b6a60550c3a29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53152026-07-01T22:33:46.652Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7fc840199e2a6b0 -C extra-filename=-bde0008ec39883c8 --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-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53162026-07-01T22:33:46.655Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a21bd69503ad53f -C extra-filename=-ccdb86a831e6ec86 --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-306eb30ff613870e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53172026-07-01T22:33:46.655Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34ba7375c667b630 -C extra-filename=-9d45b439242b3f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53182026-07-01T22:33:46.686Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b4976fb348476fe -C extra-filename=-37b30ed101909d76 --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53192026-07-01T22:33:46.690Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eb59ff69fbf9ff7 -C extra-filename=-6a4ae07ba99d1dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53202026-07-01T22:33:46.690Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec876231b9327909 -C extra-filename=-1a4c7087b8cd0deb --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53212026-07-01T22:33:46.690Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8d7a7abca8a5d38 -C extra-filename=-9efa3be2d0d53fa9 --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-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53222026-07-01T22:33:46.690Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f559716189c092e2 -C extra-filename=-cf4dfb4ba3cdbfd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53232026-07-01T22:33:48.435Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53242026-07-01T22:33:48.439Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b6667891a9755f -C extra-filename=-62ab7ea49f926272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53252026-07-01T22:33:48.439Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=360acc08309df552 -C extra-filename=-24c132f6e73a09bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53262026-07-01T22:33:48.551Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53272026-07-01T22:33:48.555Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa163a4a12576c0d -C extra-filename=-0bb90a34866d10f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53282026-07-01T22:33:48.689Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53292026-07-01T22:33:48.689Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53302026-07-01T22:33:48.693Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30a59be5570987a0 -C extra-filename=-deab20ebe51f4983 --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-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f7a2343e684123a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53312026-07-01T22:33:48.693Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a4558fb95ece73 -C extra-filename=-a651dddc4229b443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53322026-07-01T22:33:49.308Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a48ed656d99ec4e6 -C extra-filename=-a4d1bf85155f50d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53332026-07-01T22:33:49.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f436f7af4cfa9a7 -C extra-filename=-476bc06b86c54923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53342026-07-01T22:33:49.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5120a929ac80673 -C extra-filename=-7487040aace25c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53352026-07-01T22:33:49.312Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3081abf77a2aaea8 -C extra-filename=-c4e594aa645f9d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53362026-07-01T22:33:49.341Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11e0e8f5d21ff540 -C extra-filename=-285063149dbe1339 --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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53372026-07-01T22:33:49.345Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9966b6e7bd5f1d7d -C extra-filename=-95c2ec2d615d5db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53382026-07-01T22:33:49.345Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61937dbd9dc06ac6 -C extra-filename=-e6158614116e8372 --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-b1d0ee87203da53c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53392026-07-01T22:33:49.345Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba58de8fbc0db9ad -C extra-filename=-11e3ff242209741f --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-306eb30ff613870e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53402026-07-01T22:33:49.376Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b75dc884dd959ea -C extra-filename=-345d5e19232189dc --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-986b6a60550c3a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53412026-07-01T22:33:49.379Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=449389da41bb41c4 -C extra-filename=-5a93e6ed89c822f9 --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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53422026-07-01T22:33:49.379Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=666519ebc22ab160 -C extra-filename=-b0b41069ef2a83cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53432026-07-01T22:33:49.675Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
53442026-07-01T22:33:49.679Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=848efb3038cca86d -C extra-filename=-e9b3deee7e2c9d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53452026-07-01T22:33:49.874Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
53462026-07-01T22:33:49.874Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
53472026-07-01T22:33:49.877Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f39d92931fa8d2bc -C extra-filename=-6f0965b841932feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53482026-07-01T22:33:49.877Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=427706b011e238e8 -C extra-filename=-df97fd526d83205f --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-475c5481f11c65dc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53492026-07-01T22:33:49.904Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53502026-07-01T22:33:49.936Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84fea89e97110158 -C extra-filename=-96727bff9ffa4120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d2e6db9e860253.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53512026-07-01T22:33:50.457Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53522026-07-01T22:33:50.461Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32051618a19ae2fb -C extra-filename=-0d64b00197d24a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53532026-07-01T22:33:50.462Z Running `/home/build/.rustup/toolchains/1.96.1-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=b0ca33f4d8571143 -C extra-filename=-cfdfc02b00a10c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c542c4b920042ea3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-5e781a52876182ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53542026-07-01T22:33:50.462Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b47850150d369b1 -C extra-filename=-44a92e3521646c08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53552026-07-01T22:33:50.491Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c5bc1821af5c7c9 -C extra-filename=-c3d7914f5567965b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53562026-07-01T22:33:50.496Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3381b2158a6eb36b -C extra-filename=-f85dd3cbe3b4a89e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53572026-07-01T22:33:50.496Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=870945e0a14591dd -C extra-filename=-1c677882672b796c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53582026-07-01T22:33:50.496Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d35d9907c2834a5f -C extra-filename=-79061f41c07f2af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53592026-07-01T22:33:50.496Z Running `/home/build/.rustup/toolchains/1.96.1-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=d40bae106171a6b8 -C extra-filename=-d07b2211876a0168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53602026-07-01T22:33:50.496Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2717d7c37bf80a20 -C extra-filename=-2d5687b905eacf3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53612026-07-01T22:33:50.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=35e7ae6b1e7174d0 -C extra-filename=-1868c56b010b7c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-47feb282e194c394.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53622026-07-01T22:33:50.823Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd0c90b5306df126 -C extra-filename=-982847a39204b291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-df97fd526d83205f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53632026-07-01T22:33:50.843Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afe56c73bf87d96f -C extra-filename=-bc2610b1bcc5ccbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-df97fd526d83205f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53642026-07-01T22:33:51.150Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c3639e17d480dc7 -C extra-filename=-d841261d03018f7f --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-0d49d99825834bad.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-26684465297cb707.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53652026-07-01T22:33:51.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=abccbd7655a284d2 -C extra-filename=-b2a0e92b0e91b2e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53662026-07-01T22:33:51.453Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53672026-07-01T22:33:51.456Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ee49c589e8d5269 -C extra-filename=-d2f23790090b1869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-9a4927e72ec59e4a.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-b953278a93f775f8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-27e586ce4320e9c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53682026-07-01T22:33:51.597Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=2164dcd6a85db53d -C extra-filename=-ae9967d715c58c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53692026-07-01T22:33:51.667Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
53702026-07-01T22:33:51.671Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54f3aa163656983d -C extra-filename=-640876b1bd13216b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
53712026-07-01T22:33:52.239Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06296923680d00e7 -C extra-filename=-08e13f30e26b2c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53722026-07-01T22:33:52.819Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c3f0d87f69882a78 -C extra-filename=-a388d463db1c008d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53732026-07-01T22:33:53.087Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e731c4703b10a466 -C extra-filename=-2a4d501d2d6fca6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53742026-07-01T22:33:53.278Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
53752026-07-01T22:33:53.282Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d08c0cb0f2e35b4 -C extra-filename=-0a30a1623dfe078d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53762026-07-01T22:33:53.360Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7f730cb930b8441 -C extra-filename=-d69948f9064aac55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53772026-07-01T22:33:54.137Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53782026-07-01T22:33:54.140Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81e5d3f78650fac -C extra-filename=-d9e1bebe8f6548c5 --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-0d49d99825834bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53792026-07-01T22:33:54.273Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b01e50909066327d -C extra-filename=-1e827152419cf296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53802026-07-01T22:33:54.465Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=505105127af03999 -C extra-filename=-accc4d7d9c482c24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53812026-07-01T22:33:54.666Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6890b19d1f299444 -C extra-filename=-2afac39aacc14652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53822026-07-01T22:33:54.758Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8b6423526dd43f0 -C extra-filename=-8bfb6bc6c933e79f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53832026-07-01T22:33:55.210Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=811314a3978df003 -C extra-filename=-c8fe4a0a2f8c87a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53842026-07-01T22:33:55.536Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
53852026-07-01T22:33:55.539Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e86ffea94ba0b4de -C extra-filename=-b63e7acf016e97d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-76b2786a1e1b4b92.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-7ba886f6b0b062f3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c13cdfa37f99a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53862026-07-01T22:33:55.817Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5252dc2cba7f5e09 -C extra-filename=-690b5749f55eabea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53872026-07-01T22:33:56.034Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dd31d49a8b178dd -C extra-filename=-e0e95ed5a61d25a3 --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-79fda9df1e1d6e54.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53882026-07-01T22:33:56.372Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c08028613ceb0f38 -C extra-filename=-b8a333723f04d607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53892026-07-01T22:33:56.614Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc8e6e26a79f0515 -C extra-filename=-2d607ad4c4a5d327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53902026-07-01T22:33:57.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65563b16b7278735 -C extra-filename=-4a943a8438682bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53912026-07-01T22:33:57.487Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86cb31823fc3a5f0 -C extra-filename=-433f41ecea010b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53922026-07-01T22:33:57.538Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7bc05203070d81e -C extra-filename=-40a16f6ac2d6df19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-9a4927e72ec59e4a.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-b953278a93f775f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-27e586ce4320e9c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53932026-07-01T22:33:59.160Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f00e2a28fa468941 -C extra-filename=-546d92f06953a221 --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-a3c7710536f17a69.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53942026-07-01T22:33:59.281Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9896e9f87d9d5e25 -C extra-filename=-207e1ec6f744a9cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53952026-07-01T22:34:01.021Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1773e93a5d0b2090 -C extra-filename=-3c16487f5659d2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53962026-07-01T22:34:01.416Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e6328f683058cf -C extra-filename=-444e19b43c43abc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d2e6db9e860253.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53972026-07-01T22:34:03.076Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53982026-07-01T22:34:03.079Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2ab758d38d8ec3e -C extra-filename=-2e59ce2e58279bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53992026-07-01T22:34:03.426Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c01e30f626654996 -C extra-filename=-608d31052b0bed07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-744c0f9df6d817d3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54002026-07-01T22:34:03.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9cda7a9614c9418 -C extra-filename=-0e572813db0f922d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54012026-07-01T22:34:03.742Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=419783f1b495a8bc -C extra-filename=-63f717b741b7cc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d2e6db9e860253.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54022026-07-01T22:34:04.358Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71ff5b02aec4bc40 -C extra-filename=-0562d88424da0209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-744c0f9df6d817d3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5f65393a0584d12.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54032026-07-01T22:34:04.550Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b9d82922c3ee17 -C extra-filename=-acf48f0372aa40d4 --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-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54042026-07-01T22:34:04.848Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af282c88432ddeaa -C extra-filename=-1ecb11416f3c091e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54052026-07-01T22:34:05.175Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55e956bc2e47b382 -C extra-filename=-96e3352cd13ac11f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54062026-07-01T22:34:05.632Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2d2318142e31cbe -C extra-filename=-9cb3b1265629e07f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54072026-07-01T22:34:05.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c049ccace064e10a -C extra-filename=-8b1acadc0444e2ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54082026-07-01T22:34:07.067Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85dbee1f09b9a7f4 -C extra-filename=-487384858f882775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54092026-07-01T22:34:07.271Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fcb73d43e1cea60 -C extra-filename=-81832f2289670d25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54102026-07-01T22:34:08.308Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e95039b8a90abf5 -C extra-filename=-9c179f77e32ea1ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54112026-07-01T22:34:08.686Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
54122026-07-01T22:34:08.689Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84a2971dc04bd759 -C extra-filename=-4e0b15e6194b0c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54132026-07-01T22:34:09.040Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9d11e85b4034090 -C extra-filename=-8ba5f31be57be8fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d2e6db9e860253.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54142026-07-01T22:34:09.174Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bdd7f2e6a475cd5 -C extra-filename=-226f5b1d3eadc1a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d2e6db9e860253.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54152026-07-01T22:34:09.304Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ab9533643269eb4 -C extra-filename=-9e763e6b0c132af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-744c0f9df6d817d3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5f65393a0584d12.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54162026-07-01T22:34:11.141Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e96128a45d4751 -C extra-filename=-f009e56f456ba448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54172026-07-01T22:34:11.214Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe1c285d1bc9dac9 -C extra-filename=-49ae01c2e3e87b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54182026-07-01T22:34:11.742Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b4c918c9ea05131 -C extra-filename=-8333e5eef0a6fd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54192026-07-01T22:34:11.858Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ced706b7d318c6da -C extra-filename=-eb06d0abf532659e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-152f49b112174385.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-40711fec57a8cb30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54202026-07-01T22:34:12.402Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=883ec12a15f72add -C extra-filename=-08da91c39e46c898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7aebe0fecd8aecf6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-71f0089ce9eb7e32.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54212026-07-01T22:34:12.801Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=241c489d6e1d483b -C extra-filename=-1d90cd0681594b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-744c0f9df6d817d3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-47feb282e194c394.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54222026-07-01T22:34:14.048Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8c76350ad60eb01 -C extra-filename=-297bad0d59b970ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f7a2343e684123a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54232026-07-01T22:34:14.148Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3dd216bd81d86a0c -C extra-filename=-eef3a37560672044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7787d95894d0029e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cc84cd942bff2bce.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-535039529a34a92e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-953f3903e16643e4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
54242026-07-01T22:34:14.393Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afd0cf7e994de666 -C extra-filename=-47c5ee4e564a0b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54252026-07-01T22:34:14.426Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1aaa4eeb93315895 -C extra-filename=-e42ee05daade297c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54262026-07-01T22:34:14.655Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=b29e403c039fce03 -C extra-filename=-27a992ac90418daa --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-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7aebe0fecd8aecf6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54272026-07-01T22:34:15.043Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c1f26d66315a23b -C extra-filename=-2ad85c84857c3f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54282026-07-01T22:34:15.203Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e4688fbaecff271 -C extra-filename=-1d394770db4202b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54292026-07-01T22:34:16.572Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=409239919862a98d -C extra-filename=-53bfa01f04d51e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54302026-07-01T22:34:19.558Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=28378f8c61eb999f -C extra-filename=-2bd6c8be69784bd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-41479a0ba4188ae2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54312026-07-01T22:34:19.761Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d5ab420b04499e9 -C extra-filename=-55fbb2745e58205f --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-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54322026-07-01T22:34:20.234Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b7db3e29ad88042 -C extra-filename=-65dd75bf67eea6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54332026-07-01T22:34:20.534Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a2c9a4110fd56d5 -C extra-filename=-a726eafb35dad463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-da2053d7bd784cc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54342026-07-01T22:34:22.557Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56b4bf22644bee68 -C extra-filename=-e5158493e40b6d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-da2053d7bd784cc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54352026-07-01T22:34:23.682Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c92ad4961c649a06 -C extra-filename=-a5325f1441869b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5803ec9eb336de76.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c85dd464b738ddb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54362026-07-01T22:34:24.172Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=ac2877109449c698 -C extra-filename=-5fe0adc8dfb27520 --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-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7aebe0fecd8aecf6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54372026-07-01T22:34:26.993Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bebf1dfa45035a1 -C extra-filename=-55799e8cd7eb382a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54382026-07-01T22:34:27.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc72efef302eaadf -C extra-filename=-df7c3f9189865f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54392026-07-01T22:34:27.227Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0be5a880ab8895c4 -C extra-filename=-00a2212dfe279fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
54402026-07-01T22:34:30.380Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27275043acec3779 -C extra-filename=-5d38e3c8f8686892 --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-33d2256449469a81.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dac95a4ac3e2ddd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54412026-07-01T22:34:35.031Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d06d4dcef3b3c3f2 -C extra-filename=-c9a18405ed3459b6 --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-62ab7ea49f926272.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54422026-07-01T22:34:35.183Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=ef2dd441fdc049ca -C extra-filename=-ff75f7b6099b42f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54432026-07-01T22:34:35.956Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ffa39c95c182b0e -C extra-filename=-4ca13cead7c0ec2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0a82367126b3a83f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c9a18405ed3459b6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54442026-07-01T22:34:38.948Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=74242ed6714d729c -C extra-filename=-b535f3a95894f6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54452026-07-01T22:34:38.954Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9b780785181c68b -C extra-filename=-55ef89119d14e069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54462026-07-01T22:34:38.954Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=644a24c267ba55c6 -C extra-filename=-4e958b495bf3654d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0a82367126b3a83f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c9a18405ed3459b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54472026-07-01T22:34:38.981Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a97c4370173cd9e -C extra-filename=-330a89e183dfb393 --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-62ab7ea49f926272.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54482026-07-01T22:34:39.012Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
54492026-07-01T22:34:39.044Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6da550133a16f8e8 -C extra-filename=-38ad0d013ec7dcc5 --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-e13e477603fbd108.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54502026-07-01T22:34:39.782Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5c814597f32639b -C extra-filename=-05c8f66d349358e3 --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-e13e477603fbd108.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54512026-07-01T22:34:39.812Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a9b6c7259198b27 -C extra-filename=-3fa6bf1425d457df --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-812996db967b8701.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54522026-07-01T22:34:43.809Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d4d880c5929ba598 -C extra-filename=-f5312f3ae46e1c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c9a18405ed3459b6.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-4447004ed358ed76.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54532026-07-01T22:34:45.538Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=15a4d29e45ba517e -C extra-filename=-5049ad16c2f21833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54542026-07-01T22:34:45.543Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=051d5ed417991455 -C extra-filename=-1e0f5ee3f6fb2d0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54552026-07-01T22:34:45.543Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cedfa28038aacf23 -C extra-filename=-182fabf0b1975d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54562026-07-01T22:34:45.543Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0b98f6b74a32aaa4 -C extra-filename=-d669830206ddb361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54572026-07-01T22:34:45.570Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b92a99548e801bab -C extra-filename=-365632e10f505536 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5d38e3c8f8686892.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dac95a4ac3e2ddd6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54582026-07-01T22:34:45.574Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c2172e7bd46955cb -C extra-filename=-d781e2e33f69262f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54592026-07-01T22:34:45.574Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a445c07c1a5bc780 -C extra-filename=-7dd30e45cdde3ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54602026-07-01T22:34:45.575Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a063b40eaa83285f -C extra-filename=-1e10ded6e7561fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54612026-07-01T22:34:45.604Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=624f51ef53a2fe88 -C extra-filename=-fd2ec78c6213f363 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dac95a4ac3e2ddd6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54622026-07-01T22:34:45.608Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ac38e9b73ae9d8c -C extra-filename=-25f573ffb5664328 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5d38e3c8f8686892.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dac95a4ac3e2ddd6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54632026-07-01T22:34:45.608Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=79ecdd9fb7c7e6f6 -C extra-filename=-db7a3d524844442e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54642026-07-01T22:34:45.608Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4b5b1efb0c5cd693 -C extra-filename=-d09bc498a123d12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54652026-07-01T22:34:45.640Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=35e27f76c6fb4598 -C extra-filename=-91c5217ecaa9d1ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54662026-07-01T22:34:45.643Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4081d4b2c91fca60 -C extra-filename=-b51c5e6a3395f805 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5d38e3c8f8686892.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dac95a4ac3e2ddd6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54672026-07-01T22:35:14.174Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c72df996a3b1310c -C extra-filename=-809b6fcf04dfc9c9 --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-4e778a706bc0dc16.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54682026-07-01T22:35:14.177Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c945ad903d3bd504 -C extra-filename=-33581031259ebb27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54692026-07-01T22:35:14.215Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ff75bedb4a5cca9 -C extra-filename=-d8915e41fa16eb30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54702026-07-01T22:35:14.219Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=502d4d634b541049 -C extra-filename=-cce4def01fcd7ff1 --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-fa9b90e544911148.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54712026-07-01T22:35:14.219Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09542a2d89cc88cc -C extra-filename=-86edc62bbb659c09 --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-306eb30ff613870e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54722026-07-01T22:35:14.219Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6012bf92e9cf2ea2 -C extra-filename=-4997a56637ae6b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54732026-07-01T22:35:14.219Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f6e9d937bd41c75 -C extra-filename=-40e9e35d4d880cfc --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-fa9b90e544911148.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54742026-07-01T22:35:14.608Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=de52887cbb6e8b9a -C extra-filename=-ec1d91a40ac45bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-17e783e2fd6d3f33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54752026-07-01T22:35:15.870Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f162bd0131b96950 -C extra-filename=-81221d943d86ef39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54762026-07-01T22:35:17.902Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23b8861857c84fb9 -C extra-filename=-fd1db1b1d5bcc769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54772026-07-01T22:35:18.364Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb8310cb82a4282e -C extra-filename=-18ef288b367c4e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54782026-07-01T22:35:18.368Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55d148796655c9bc -C extra-filename=-ae95db18b56d06ff --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-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54792026-07-01T22:35:18.368Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b86c88d001420abc -C extra-filename=-d554461a21df517b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54802026-07-01T22:35:18.393Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f4cee1eeb13613a -C extra-filename=-3921b10644a1887a --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-306eb30ff613870e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54812026-07-01T22:35:18.396Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7929564f8265b219 -C extra-filename=-fd3162c76656d621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54822026-07-01T22:35:18.396Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a85af8d6612ab19d -C extra-filename=-3f42fd39b15035da --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-4e778a706bc0dc16.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54832026-07-01T22:35:18.425Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1ae923b216b3b8f -C extra-filename=-71b6872a50e30ce2 --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-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54842026-07-01T22:35:18.428Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=7ff43f41f52b9c90 -C extra-filename=-0e326009cae167d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-17e783e2fd6d3f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54852026-07-01T22:35:19.520Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1adcc08cde4434d3 -C extra-filename=-8b090d89ba4cea3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c13cdfa37f99a7e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e6d4679cf185034e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54862026-07-01T22:35:19.524Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=3a83be2f2d4b3c46 -C extra-filename=-ca1803d12e14058d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c9a18405ed3459b6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-4447004ed358ed76.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54872026-07-01T22:35:19.524Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e54efb99f2cfcebc -C extra-filename=-f60943257c289b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-76b2786a1e1b4b92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-17e783e2fd6d3f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54882026-07-01T22:35:19.547Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=400cb989d6725c6c -C extra-filename=-c86cdbe962f521ff --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-fa9b90e544911148.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54892026-07-01T22:35:19.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c61cc816bb4a47ae -C extra-filename=-252c5bed3006ccea --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-812996db967b8701.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54902026-07-01T22:35:19.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da3b634a7ec6e83b -C extra-filename=-d51fb29f098afaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-76b2786a1e1b4b92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54912026-07-01T22:35:19.579Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c98c903c252fe6f -C extra-filename=-2f831d3617b58c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c13cdfa37f99a7e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e6d4679cf185034e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-0f7528073da7a392.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54922026-07-01T22:35:20.050Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1d2132ff9cc3f1f0 -C extra-filename=-905335bb87e1c2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54932026-07-01T22:35:20.265Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a68a9317cb9ca7bd -C extra-filename=-6a62a70f312074d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54942026-07-01T22:35:22.278Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db691125a4e13cde -C extra-filename=-dfdc6ed4d0add649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-18c2f0852cd06ab0.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54952026-07-01T22:35:22.278Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=43e1859f64ffbfe4 -C extra-filename=-1e3f75610d26e4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-db40c5c6f9082935.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54962026-07-01T22:35:22.282Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21e9f98d8e63d6f3 -C extra-filename=-b5ff0f98df6205c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54972026-07-01T22:35:22.282Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4197ca8df28a55a -C extra-filename=-ec4f39fd7cdd7897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-18c2f0852cd06ab0.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54982026-07-01T22:37:49.890Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1431406689b5f67f -C extra-filename=-630b2f413ab0b83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-db40c5c6f9082935.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54992026-07-01T22:37:49.891Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76bb0cd7268913a0 -C extra-filename=-df33906ba531c15e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55002026-07-01T22:37:49.925Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=01df9cd6726b6473 -C extra-filename=-b829e9b7f03ac135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-db40c5c6f9082935.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55012026-07-01T22:37:49.933Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06ad9c40dd57028d -C extra-filename=-29b13a19a0891abc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55022026-07-01T22:37:49.934Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dda2f51b136a0a89 -C extra-filename=-03c7de2fd93fe694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-f829ac2083d372a8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f722d90f6eeba954.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f8ca99aeb778b6ae.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55032026-07-01T22:37:49.934Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6d5facd5e248d5a -C extra-filename=-20ddbaeca833ced8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-f829ac2083d372a8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f722d90f6eeba954.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f8ca99aeb778b6ae.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55042026-07-01T22:37:49.957Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5db2821cbc4f73e -C extra-filename=-e9a45de606765515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-df97fd526d83205f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55052026-07-01T22:37:49.962Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abbc54e9572007b7 -C extra-filename=-4140f2fba2c23fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55062026-07-01T22:37:49.963Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=d1cc8df0985a4f63 -C extra-filename=-5566b215ab8a2e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-db40c5c6f9082935.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55072026-07-01T22:37:49.964Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=17d4db8e0ed86f90 -C extra-filename=-60a8f93dcdd9a879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55082026-07-01T22:37:49.989Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63489ca62d74767a -C extra-filename=-539d46e84f483430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-df97fd526d83205f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55092026-07-01T22:37:49.993Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc884efb32008a2 -C extra-filename=-a928762568997571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-f829ac2083d372a8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f722d90f6eeba954.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f8ca99aeb778b6ae.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55102026-07-01T22:37:49.995Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b092c947ed49fef -C extra-filename=-7d585466300af586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55112026-07-01T22:37:50.021Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=f03a5cbbde53c17d -C extra-filename=-b5957f80be401ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55122026-07-01T22:40:01.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 02s
55132026-07-01T22:40:02.086Z
55142026-07-01T22:40:02.090Zreal 8:03.272448117
55152026-07-01T22:40:02.090Zuser 1:22:08.241011005
55162026-07-01T22:40:02.090Zsys 22:00.724380447
55172026-07-01T22:40:02.090Ztrap 2.210703486
55182026-07-01T22:40:02.090Ztflt 2.955169867
55192026-07-01T22:40:02.090Zdflt 20.116674053
55202026-07-01T22:40:02.090Zkflt 0.098324248
55212026-07-01T22:40:02.090Zlock 5:00:37.464458525
55222026-07-01T22:40:02.090Zslp 5:15:23.863372010
55232026-07-01T22:40:02.090Zlat 2:19.477905175
55242026-07-01T22:40:02.090Zstop 32:38.446194069
55252026-07-01T22:40:02.090Z++ ls -t /home/build/.cargo/log/20260701T223157404Z-e4292872132ecfd0.jsonl
55262026-07-01T22:40:02.094Z++ head -1
55272026-07-01T22:40:02.095Z+ cp /home/build/.cargo/log/20260701T223157404Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
55282026-07-01T22:40:02.098Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
55292026-07-01T22:40:02.098Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
55302026-07-01T22:40:02.103Z++ mktemp -d /tmp/nextest-state.XXXXXX
55312026-07-01T22:40:02.103Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.HtaOFs
55322026-07-01T22:40:02.103Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
55332026-07-01T22:40:02.103Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
55342026-07-01T22:40:02.103Z+ mkdir -p /tmp/nextest-recording-config
55352026-07-01T22:40:02.106Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
55362026-07-01T22:40:02.106Z+ export NEXTEST_STATE_DIR
55372026-07-01T22:40:02.106Z+ banner test
55382026-07-01T22:40:02.106Z
55392026-07-01T22:40:02.106Z ##### ###### #### #####
55402026-07-01T22:40:02.106Z # # # #
55412026-07-01T22:40:02.106Z # ##### #### #
55422026-07-01T22:40:02.106Z # # # #
55432026-07-01T22:40:02.107Z # # # # #
55442026-07-01T22:40:02.107Z # ###### #### #
55452026-07-01T22:40:02.107Z
55462026-07-01T22:40:02.107Z+ NEXTEST_EXIT=0
55472026-07-01T22:40:02.110Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
55482026-07-01T22:40:03.287Zinfo: experimental features enabled: setup-scripts, benchmarks
55492026-07-01T22:40:04.650Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
55502026-07-01T22:40:04.842Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
55512026-07-01T22:40:04.863Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55522026-07-01T22:40:04.886Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
55532026-07-01T22:40:15.536Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.24s
55542026-07-01T22:40:16.742Z────────────
55552026-07-01T22:40:16.742Z Nextest run ID b3c4afc2-4a04-43c5-ae6f-b2b12c4428b4 with nextest profile: ci
55562026-07-01T22:40:16.742Z Starting 2983 tests across 240 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
55572026-07-01T22:40:16.747Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
55582026-07-01T22:40:17.481Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
55592026-07-01T22:40:17.489Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
55602026-07-01T22:40:17.615Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
55612026-07-01T22:40:17.615Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
55622026-07-01T22:40:17.639Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
55632026-07-01T22:40:17.651Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
55642026-07-01T22:40:17.654Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
55652026-07-01T22:40:17.679Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
55662026-07-01T22:40:17.682Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
55672026-07-01T22:40:17.878Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
55682026-07-01T22:40:17.917Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
55692026-07-01T22:40:18.230Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
55702026-07-01T22:40:18.564Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
55712026-07-01T22:40:19.132Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
55722026-07-01T22:40:19.166Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
55732026-07-01T22:40:19.184Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
55742026-07-01T22:40:19.295Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
55752026-07-01T22:40:30.575Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
55762026-07-01T22:40:30.575Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
55772026-07-01T22:40:30.636Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
55782026-07-01T22:40:30.636Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
55792026-07-01T22:40:35.681Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55802026-07-01T22:40:43.662Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
55812026-07-01T22:40:45.280Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55822026-07-01T22:40:46.889Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
55832026-07-01T22:40:55.889Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.13s
55842026-07-01T22:40:56.011Z Running `target/debug/crdb-seed`
55852026-07-01T22:40:56.068ZJul 01 22:40:54.702 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpDvpNgK
55862026-07-01T22:40:56.068ZJul 01 22:40:54.703 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpc4JzB1,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpDvpNgK/listen-url --max-sql-memory 256MiB
55872026-07-01T22:40:56.068ZJul 01 22:40:54.703 INFO cockroach environment: BUILDOMAT_JOB_ID=01KWFWPMVQHN0Y8VG8JCVZ9Z38 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=3b3963ee27d31ab7421626fcb057c63d6dafc38d 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-011c4b89193db3d3/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out:/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envXnbSAF NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out:/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=b3c4afc2-4a04-43c5-ae6f-b2b12c4428b4 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.HtaOFs NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.96.1-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
55882026-07-01T22:40:56.488ZJul 01 22:40:55.122 INFO cockroach pid: 10019
55892026-07-01T22:40:56.488ZJul 01 22:40:55.122 INFO cockroach listen URL: postgresql://root@[::1]:55563/omicron?sslmode=disable
55902026-07-01T22:40:56.493ZJul 01 22:40:55.126 INFO cockroach: populating
55912026-07-01T22:40:57.575ZJul 01 22:40:56.210 INFO cockroach: populated
55922026-07-01T22:40:58.585ZJul 01 22:40:57.219 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/c3b7c01f2493b97eda0295f026efab0028f50f05960a99f96b507dcfec8612fa.tar`
55932026-07-01T22:40:58.594Z SETUP PASS [ 41.850s] crdb-seed: cargo run -p crdb-seed --profile test
55942026-07-01T22:40:58.600Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
55952026-07-01T22:40:59.346Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
55962026-07-01T22:40:59.354Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55972026-07-01T22:41:00.609Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
55982026-07-01T22:41:01.516Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
55992026-07-01T22:41:11.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s
56002026-07-01T22:41:11.505Z Running `target/debug/clickhouse-cluster-dev`
56012026-07-01T22:41:11.564ZJul 01 22:41:10.199 INFO Setting up a ClickHouse cluster
56022026-07-01T22:41:11.567ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
56032026-07-01T22:41:11.567ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
56042026-07-01T22:41:11.567ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
56052026-07-01T22:41:11.567ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
56062026-07-01T22:41:11.567ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
56072026-07-01T22:41:11.974ZJul 01 22:41:10.609 INFO ClickHouse server ready
56082026-07-01T22:41:12.023ZJul 01 22:41:10.657 INFO ClickHouse server ready
56092026-07-01T22:41:13.745ZJul 01 22:41:12.381 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
56102026-07-01T22:41:13.752Z SETUP PASS [ 15.160s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
56112026-07-01T22:41:13.783Z PASS [ 0.025s] ( 1/2983) api_identity test::test_identity
56122026-07-01T22:41:13.786Z PASS [ 0.027s] ( 2/2983) api_identity test::test_identity_no_field
56132026-07-01T22:41:13.794Z PASS [ 0.037s] ( 3/2983) authz-macros tests::test_authz_snapshots
56142026-07-01T22:41:13.797Z PASS [ 0.015s] ( 4/2983) bootstore schemes::tests::hello_roundtrip
56152026-07-01T22:41:13.813Z PASS [ 0.015s] ( 5/2983) bootstore schemes::v0::share_pkg::tests::create_packages
56162026-07-01T22:41:13.827Z PASS [ 0.013s] ( 6/2983) bootstore trust_quorum::rack_secret::tests::create_and_verify
56172026-07-01T22:41:13.832Z PASS [ 0.038s] ( 7/2983) bootstore schemes::v0::peer::tests::network_config
56182026-07-01T22:41:13.840Z PASS [ 0.013s] ( 8/2983) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
56192026-07-01T22:41:14.835Z PASS [ 1.050s] ( 9/2983) bootstore schemes::v0::peer::tests::basic_3_nodes
56202026-07-01T22:41:14.939Z PASS [ 0.104s] ( 10/2983) cert-dev::test-cert-dev test_cert_create
56212026-07-01T22:41:15.023Z PASS [ 0.084s] ( 11/2983) clickana chart::tests::gather_chart_data_failure
56222026-07-01T22:41:15.038Z PASS [ 0.015s] ( 12/2983) clickana chart::tests::gather_chart_data_for_disk_usage_success
56232026-07-01T22:41:15.058Z PASS [ 0.014s] ( 13/2983) clickana chart::tests::gather_chart_data_for_memory_tracking_success
56242026-07-01T22:41:15.065Z PASS [ 0.014s] ( 14/2983) clickana chart::tests::gather_chart_data_for_query_count_success
56252026-07-01T22:41:15.081Z PASS [ 0.015s] ( 15/2983) clickana chart::tests::gather_chart_data_for_running_queries_success
56262026-07-01T22:41:15.097Z PASS [ 0.017s] ( 16/2983) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
56272026-07-01T22:41:15.118Z PASS [ 0.020s] ( 17/2983) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
56282026-07-01T22:41:15.118Z PASS [ 1.285s] ( 18/2983) bootstore::v0-fsm-proptest-learner run
56292026-07-01T22:41:15.151Z PASS [ 0.033s] ( 19/2983) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
56302026-07-01T22:41:15.171Z PASS [ 0.053s] ( 20/2983) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
56312026-07-01T22:41:15.182Z PASS [ 0.030s] ( 21/2983) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
56322026-07-01T22:41:15.220Z PASS [ 0.048s] ( 22/2983) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
56332026-07-01T22:41:15.263Z PASS [ 0.044s] ( 23/2983) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
56342026-07-01T22:41:15.272Z PASS [ 0.090s] ( 24/2983) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
56352026-07-01T22:41:15.302Z PASS [ 0.039s] ( 25/2983) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
56362026-07-01T22:41:15.309Z PASS [ 0.037s] ( 26/2983) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
56372026-07-01T22:41:15.342Z PASS [ 0.040s] ( 27/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
56382026-07-01T22:41:15.345Z PASS [ 0.037s] ( 28/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
56392026-07-01T22:41:15.369Z PASS [ 0.027s] ( 29/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
56402026-07-01T22:41:15.373Z PASS [ 0.028s] ( 30/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
56412026-07-01T22:41:15.397Z PASS [ 0.027s] ( 31/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
56422026-07-01T22:41:15.401Z PASS [ 0.027s] ( 32/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
56432026-07-01T22:41:15.423Z PASS [ 0.027s] ( 33/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
56442026-07-01T22:41:15.427Z PASS [ 0.024s] ( 34/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
56452026-07-01T22:41:15.444Z PASS [ 0.021s] ( 35/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
56462026-07-01T22:41:15.448Z PASS [ 0.021s] ( 36/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
56472026-07-01T22:41:15.471Z PASS [ 0.027s] ( 37/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
56482026-07-01T22:41:15.475Z PASS [ 0.028s] ( 38/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
56492026-07-01T22:41:15.504Z PASS [ 0.031s] ( 39/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
56502026-07-01T22:41:15.510Z PASS [ 0.033s] ( 40/2983) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
56512026-07-01T22:41:15.535Z PASS [ 0.033s] ( 41/2983) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
56522026-07-01T22:41:15.542Z PASS [ 0.033s] ( 42/2983) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
56532026-07-01T22:41:15.568Z PASS [ 0.032s] ( 43/2983) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
56542026-07-01T22:41:15.576Z PASS [ 0.032s] ( 44/2983) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
56552026-07-01T22:41:15.594Z PASS [ 0.027s] ( 45/2983) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
56562026-07-01T22:41:15.603Z PASS [ 0.029s] ( 46/2983) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
56572026-07-01T22:41:15.618Z PASS [ 0.023s] ( 47/2983) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
56582026-07-01T22:41:15.625Z PASS [ 0.022s] ( 48/2983) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
56592026-07-01T22:41:15.637Z PASS [ 0.019s] ( 49/2983) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
56602026-07-01T22:41:15.645Z PASS [ 0.021s] ( 50/2983) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
56612026-07-01T22:41:15.675Z PASS [ 0.038s] ( 51/2983) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
56622026-07-01T22:41:15.683Z PASS [ 0.037s] ( 52/2983) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
56632026-07-01T22:41:15.693Z PASS [ 0.017s] ( 53/2983) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
56642026-07-01T22:41:15.701Z PASS [ 0.018s] ( 54/2983) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
56652026-07-01T22:41:15.711Z PASS [ 0.016s] ( 55/2983) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
56662026-07-01T22:41:15.717Z PASS [ 0.016s] ( 56/2983) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
56672026-07-01T22:41:15.722Z PASS [ 0.014s] ( 57/2983) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
56682026-07-01T22:41:15.735Z PASS [ 0.016s] ( 58/2983) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
56692026-07-01T22:41:15.767Z PASS [ 0.044s] ( 59/2983) db-dev::test-db-dev test_db_dev_populate_no_args
56702026-07-01T22:41:15.779Z PASS [ 0.045s] ( 60/2983) db-dev::test-db-dev test_db_dev_wipe_no_args
56712026-07-01T22:41:16.505Z PASS [ 2.665s] ( 61/2983) bootstore::v0-fsm-proptest-rack-coordinator run
56722026-07-01T22:41:16.554Z PASS [ 0.049s] ( 62/2983) db-macros lookup::test::test_lookup_snapshots
56732026-07-01T22:41:16.589Z PASS [ 0.034s] ( 63/2983) db-macros tests::test_derive_metadata_identity_fails_for_enums
56742026-07-01T22:41:16.624Z PASS [ 0.035s] ( 64/2983) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
56752026-07-01T22:41:16.659Z PASS [ 0.035s] ( 65/2983) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
56762026-07-01T22:41:16.691Z PASS [ 0.032s] ( 66/2983) db-macros tests::test_derive_metadata_identity_fails_without_table_name
56772026-07-01T22:41:16.725Z PASS [ 0.033s] ( 67/2983) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
56782026-07-01T22:41:16.761Z PASS [ 0.036s] ( 68/2983) db-macros tests::test_derive_snapshots
56792026-07-01T22:41:16.790Z PASS [ 0.029s] ( 69/2983) db-macros tests::test_derive_with_unknown_field
56802026-07-01T22:41:16.887Z PASS [ 0.097s] ( 70/2983) dns-server storage::test::test_update_basic
56812026-07-01T22:41:16.982Z PASS [ 0.095s] ( 71/2983) dns-server storage::test::test_update_in_progress
56822026-07-01T22:41:17.084Z PASS [ 0.101s] ( 72/2983) dns-server storage::test::test_update_interrupted
56832026-07-01T22:41:17.178Z PASS [ 0.095s] ( 73/2983) dns-server storage::test::test_zone_gets_soa_record
56842026-07-01T22:41:17.400Z PASS [ 0.222s] ( 74/2983) dns-server::basic_test a_crud
56852026-07-01T22:41:17.539Z PASS [ 0.138s] ( 75/2983) dns-server::basic_test aaaa_crud
56862026-07-01T22:41:17.674Z PASS [ 0.135s] ( 76/2983) dns-server::basic_test answers_match_question
56872026-07-01T22:41:17.801Z PASS [ 0.127s] ( 77/2983) dns-server::basic_test empty_record
56882026-07-01T22:41:17.949Z PASS [ 0.148s] ( 78/2983) dns-server::basic_test multi_record_crud
56892026-07-01T22:41:18.090Z PASS [ 0.140s] ( 79/2983) dns-server::basic_test name_contains_zone
56902026-07-01T22:41:18.246Z PASS [ 0.156s] ( 80/2983) dns-server::basic_test nxdomain
56912026-07-01T22:41:18.370Z PASS [ 0.124s] ( 81/2983) dns-server::basic_test servfail
56922026-07-01T22:41:18.506Z PASS [ 0.136s] ( 82/2983) dns-server::basic_test soa
56932026-07-01T22:41:18.632Z PASS [ 0.126s] ( 83/2983) dns-server::basic_test srv_crud
56942026-07-01T22:41:18.872Z PASS [ 0.240s] ( 84/2983) dns-server::cross_version_test cross_version_works
56952026-07-01T22:41:19.194Z PASS [ 3.428s] ( 85/2983) db-dev::test-db-dev test_db_killed
56962026-07-01T22:41:19.215Z PASS [ 0.020s] ( 86/2983) ereport-types tests::test_arb_json_deserializes
56972026-07-01T22:41:19.238Z PASS [ 0.023s] ( 87/2983) ereport-types tests::test_ena_from_str
56982026-07-01T22:41:19.260Z PASS [ 0.019s] ( 88/2983) ereport-types tests::test_ena_from_str_roundtrip
56992026-07-01T22:41:19.276Z PASS [ 0.018s] ( 89/2983) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
57002026-07-01T22:41:19.297Z PASS [ 0.021s] ( 90/2983) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
57012026-07-01T22:41:19.316Z PASS [ 0.019s] ( 91/2983) gfss gf256::tests::test_all_multiplication
57022026-07-01T22:41:19.334Z PASS [ 0.018s] ( 92/2983) gfss gf256::tests::test_all_multiplicative_inverses
57032026-07-01T22:41:19.351Z PASS [ 0.017s] ( 93/2983) gfss gf256::tests::test_docs_example
57042026-07-01T22:41:23.204Z PASS [ 3.816s] ( 94/2983) dnsadm::commands_test test_dnsadm
57052026-07-01T22:41:25.235Z PASS [ 2.084s] ( 95/2983) gfss shamir::tests::split_and_combine
57062026-07-01T22:41:25.235Z PASS [ 0.018s] ( 96/2983) gfss shamir::tests::test_share_reconstruction
57072026-07-01T22:41:25.235Z PASS [ 0.027s] ( 97/2983) illumos-utils destructor::test::test_delayed_delete
57082026-07-01T22:41:25.747Z PASS [ 0.799s] ( 98/2983) illumos-utils destructor::test::test_delayed_delete_with_error
57092026-07-01T22:41:25.774Z PASS [ 0.028s] ( 99/2983) illumos-utils destructor::test::test_destructor_bad_close
57102026-07-01T22:41:25.774Z PASS [ 0.027s] ( 100/2983) illumos-utils link::test::test_allocate
57112026-07-01T22:41:25.774Z PASS [ 0.025s] ( 101/2983) illumos-utils link::test::test_allocate_within_scopes
57122026-07-01T22:41:25.774Z PASS [ 0.026s] ( 102/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
57132026-07-01T22:41:25.774Z PASS [ 0.026s] ( 103/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
57142026-07-01T22:41:25.795Z PASS [ 0.026s] ( 104/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
57152026-07-01T22:41:25.808Z PASS [ 0.025s] ( 105/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
57162026-07-01T22:41:26.279Z PASS [ 0.026s] ( 106/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
57172026-07-01T22:41:26.279Z PASS [ 0.044s] ( 107/2983) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
57182026-07-01T22:41:26.291Z PASS [ 0.043s] ( 108/2983) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
57192026-07-01T22:41:26.292Z PASS [ 0.026s] ( 109/2983) illumos-utils running_zone::tests::test_is_oxide_smf_service
57202026-07-01T22:41:26.292Z PASS [ 0.028s] ( 110/2983) illumos-utils svcs::tests::test_svc_parse_empty_success
57212026-07-01T22:41:26.292Z PASS [ 0.038s] ( 111/2983) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
57222026-07-01T22:41:26.292Z PASS [ 0.036s] ( 112/2983) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
57232026-07-01T22:41:26.292Z PASS [ 0.028s] ( 113/2983) illumos-utils svcs::tests::test_svc_parse_success
57242026-07-01T22:41:26.292Z PASS [ 0.030s] ( 114/2983) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
57252026-07-01T22:41:26.292Z PASS [ 0.027s] ( 115/2983) illumos-utils svcs::tests::test_to_enabled_not_online
57262026-07-01T22:41:26.292Z PASS [ 0.026s] ( 116/2983) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
57272026-07-01T22:41:26.292Z PASS [ 0.050s] ( 117/2983) illumos-utils zfs::test::directory_mutability
57282026-07-01T22:41:26.292Z PASS [ 0.053s] ( 118/2983) illumos-utils zfs::test::get_values_of_rpool
57292026-07-01T22:41:26.305Z PASS [ 0.029s] ( 119/2983) illumos-utils zfs::test::parse_dataset_bad_avail
57302026-07-01T22:41:26.318Z PASS [ 0.027s] ( 120/2983) illumos-utils zfs::test::parse_dataset_bad_quota
57312026-07-01T22:41:26.342Z PASS [ 0.027s] ( 121/2983) illumos-utils zfs::test::parse_dataset_bad_reservation
57322026-07-01T22:41:26.372Z PASS [ 0.027s] ( 122/2983) illumos-utils zfs::test::parse_dataset_bad_usage
57332026-07-01T22:41:27.132Z PASS [ 0.028s] ( 123/2983) illumos-utils zfs::test::parse_dataset_bad_uuid
57342026-07-01T22:41:27.159Z PASS [ 0.028s] ( 124/2983) illumos-utils zfs::test::parse_dataset_missing_fields
57352026-07-01T22:41:27.159Z PASS [ 0.032s] ( 125/2983) illumos-utils zfs::test::parse_dataset_props
57362026-07-01T22:41:27.159Z PASS [ 0.039s] ( 126/2983) illumos-utils zfs::test::parse_dataset_props_with_optionals
57372026-07-01T22:41:27.159Z PASS [ 0.031s] ( 127/2983) illumos-utils zfs::test::parse_dataset_too_many_columns
57382026-07-01T22:41:27.159Z PASS [ 0.031s] ( 128/2983) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
57392026-07-01T22:41:27.159Z PASS [ 0.029s] ( 129/2983) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
57402026-07-01T22:41:27.159Z PASS [ 0.027s] ( 130/2983) illumos-utils zfs::test::parse_quota_ignored_if_default
57412026-07-01T22:41:27.160Z PASS [ 0.026s] ( 131/2983) illumos-utils zfs::test::parse_reservation_ignored_if_default
57422026-07-01T22:41:27.160Z PASS [ 0.030s] ( 132/2983) illumos-utils zfs::test::parse_sorts_and_dedups
57432026-07-01T22:41:27.160Z PASS [ 0.036s] ( 133/2983) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
57442026-07-01T22:41:27.160Z PASS [ 0.036s] ( 134/2983) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
57452026-07-01T22:41:27.160Z PASS [ 0.025s] ( 135/2983) illumos-utils zfs::test::props_needing_update_none_matches_unset
57462026-07-01T22:41:27.160Z PASS [ 0.024s] ( 136/2983) illumos-utils zfs::test::props_needing_update_oxide_uuid
57472026-07-01T22:41:27.160Z PASS [ 0.027s] ( 137/2983) illumos-utils zfs::test::props_needing_update_skips_matching_values
57482026-07-01T22:41:27.160Z PASS [ 0.033s] ( 138/2983) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
57492026-07-01T22:41:27.160Z PASS [ 0.029s] ( 139/2983) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
57502026-07-01T22:41:27.160Z PASS [ 0.032s] ( 140/2983) illumos-utils zone::tests::delete_nonexistent_address
57512026-07-01T22:41:27.160Z PASS [ 0.024s] ( 141/2983) illumos-utils zone::tests::test_parse_ip_network
57522026-07-01T22:41:27.160Z PASS [ 0.026s] ( 142/2983) illumos-utils zpool::test::test_parse_zpool
57532026-07-01T22:41:27.160Z PASS [ 0.023s] ( 143/2983) illumos-utils zpool::test::test_parse_zpool_missing_column
57542026-07-01T22:41:28.421Z PASS [ 1.380s] ( 144/2983) installinator mock_peers::tests::proptest_fetch_artifact
57552026-07-01T22:41:28.433Z PASS [ 0.028s] ( 145/2983) installinator peers::tests::iter_no_preferred_preserves_btree_order
57562026-07-01T22:41:28.433Z PASS [ 0.025s] ( 146/2983) installinator peers::tests::last_known_peer_preferred
57572026-07-01T22:41:31.427Z PASS [ 0.026s] ( 147/2983) installinator peers::tests::last_known_peer_stale
57582026-07-01T22:41:31.443Z PASS [ 13.306s] ( 148/2983) db-dev::test-db-dev test_db_run
57592026-07-01T22:41:31.443Z PASS [ 0.067s] ( 149/2983) installinator-common block_size_writer::tests::proptest_block_writer
57602026-07-01T22:41:31.485Z PASS [ 9.890s] ( 150/2983) gfss polynomial::tests::test_polynomial_eval
57612026-07-01T22:41:31.485Z PASS [ 0.165s] ( 151/2983) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
57622026-07-01T22:41:31.485Z PASS [ 0.145s] ( 152/2983) internal-dns-resolver resolver::test::insert_and_lookup_one_record
57632026-07-01T22:41:31.485Z PASS [ 0.140s] ( 153/2983) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
57642026-07-01T22:41:31.485Z PASS [ 0.231s] ( 154/2983) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
57652026-07-01T22:41:31.485Z PASS [ 0.204s] ( 155/2983) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
57662026-07-01T22:41:31.485Z PASS [ 0.143s] ( 156/2983) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
57672026-07-01T22:41:31.485Z PASS [ 0.019s] ( 157/2983) internal-dns-types config::test::display_hosts
57682026-07-01T22:41:31.486Z PASS [ 1.350s] ( 158/2983) installinator write::tests::proptest_write_artifact
57692026-07-01T22:41:31.486Z PASS [ 0.021s] ( 159/2983) internal-dns-types config::test::display_srv_service
57702026-07-01T22:41:31.486Z PASS [ 0.151s] ( 160/2983) internal-dns-resolver resolver::test::update_record
57712026-07-01T22:41:31.486Z PASS [ 0.021s] ( 161/2983) internal-dns-types config::test::host_zone_switch_publishes_all_services
57722026-07-01T22:41:31.486Z PASS [ 0.021s] ( 162/2983) internal-dns-types config::test::test_builder_errors
57732026-07-01T22:41:31.486Z PASS [ 0.020s] ( 163/2983) internal-dns-types config::test::test_builder_output
57742026-07-01T22:41:31.486Z PASS [ 0.020s] ( 164/2983) internal-dns-types diff::test::diff_different
57752026-07-01T22:41:31.486Z PASS [ 0.022s] ( 165/2983) internal-dns-types diff::test::diff_equivalent
57762026-07-01T22:41:31.486Z PASS [ 0.020s] ( 166/2983) internal-dns-types diff::test::diff_invalid
57772026-07-01T22:41:31.486Z PASS [ 0.028s] ( 167/2983) ipcc tests::installinator_image_id_round_trip
57782026-07-01T22:41:31.486Z PASS [ 0.023s] ( 168/2983) ipcc tests::serialized_size
57792026-07-01T22:41:31.486Z PASS [ 0.038s] ( 169/2983) ipcc tests::deserialize_fixed_value
57802026-07-01T22:41:31.487Z PASS [ 0.021s] ( 170/2983) key-manager tests::different_disks_produce_different_keys
57812026-07-01T22:41:31.487Z PASS [ 0.026s] ( 171/2983) key-manager tests::disk_encryption_key_epoch_0
57822026-07-01T22:41:31.487Z PASS [ 0.030s] ( 172/2983) key-manager tests::different_ikm_produces_different_keys
57832026-07-01T22:41:31.487Z PASS [ 0.020s] ( 173/2983) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
57842026-07-01T22:41:31.487Z PASS [ 16.163s] ( 174/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
57852026-07-01T22:41:31.487Z PASS [ 0.035s] ( 175/2983) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
57862026-07-01T22:41:31.487Z PASS [ 0.042s] ( 176/2983) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
57872026-07-01T22:41:31.487Z PASS [ 0.041s] ( 177/2983) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
57882026-07-01T22:41:31.487Z PASS [ 0.040s] ( 178/2983) nexus-auth authn::external::session_cookie::test::test_get_token
57892026-07-01T22:41:31.487Z PASS [ 0.034s] ( 179/2983) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
57902026-07-01T22:41:31.487Z PASS [ 0.035s] ( 180/2983) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
57912026-07-01T22:41:31.487Z PASS [ 0.039s] ( 181/2983) nexus-auth authn::external::session_cookie::test::test_missing_cookie
57922026-07-01T22:41:31.487Z PASS [ 0.040s] ( 182/2983) nexus-auth authn::external::session_cookie::test::test_other_cookie
57932026-07-01T22:41:31.487Z PASS [ 0.033s] ( 183/2983) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
57942026-07-01T22:41:31.488Z PASS [ 0.032s] ( 184/2983) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
57952026-07-01T22:41:31.488Z PASS [ 0.038s] ( 185/2983) nexus-auth authn::external::session_cookie::test::test_valid_cookie
57962026-07-01T22:41:31.488Z PASS [ 0.040s] ( 186/2983) nexus-auth authn::external::spoof::test::test_make_header_value
57972026-07-01T22:41:31.488Z PASS [ 0.042s] ( 187/2983) nexus-auth authn::external::spoof::test::test_make_header_value_raw
57982026-07-01T22:41:31.488Z PASS [ 0.037s] ( 188/2983) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
57992026-07-01T22:41:31.488Z PASS [ 0.033s] ( 189/2983) nexus-auth authn::external::spoof::test::test_spoof_header_missing
58002026-07-01T22:41:31.488Z PASS [ 0.033s] ( 190/2983) nexus-auth authn::external::spoof::test::test_spoof_header_valid
58012026-07-01T22:41:31.488Z PASS [ 0.038s] ( 191/2983) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
58022026-07-01T22:41:31.488Z PASS [ 0.045s] ( 192/2983) nexus-auth authn::external::test::test_authn_sequence
58032026-07-01T22:41:31.488Z PASS [ 0.037s] ( 193/2983) nexus-auth authn::external::token::test::test_make_header_value
58042026-07-01T22:41:31.488Z PASS [ 0.036s] ( 194/2983) nexus-auth authn::external::token::test::test_token_header_bad_utf8
58052026-07-01T22:41:31.488Z PASS [ 0.032s] ( 195/2983) nexus-auth authn::external::token::test::test_token_header_missing
58062026-07-01T22:41:31.488Z PASS [ 0.036s] ( 196/2983) nexus-auth authn::external::token::test::test_token_header_valid
58072026-07-01T22:41:31.488Z PASS [ 0.038s] ( 197/2983) nexus-auth authn::test::test_internal_users
58082026-07-01T22:41:31.488Z PASS [ 0.050s] ( 198/2983) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
58092026-07-01T22:41:31.488Z PASS [ 0.089s] ( 199/2983) nexus-auth authz::context::test::test_unregistered_resource
58102026-07-01T22:41:31.488Z PASS [ 0.074s] ( 200/2983) nexus-auth context::test::test_background_context
58112026-07-01T22:41:31.489Z PASS [ 0.079s] ( 201/2983) nexus-auth context::test::test_child_context
58122026-07-01T22:41:31.489Z PASS [ 0.035s] ( 202/2983) nexus-config nexus_config::test::test_bad_authn_schemes
58132026-07-01T22:41:31.489Z PASS [ 0.069s] ( 203/2983) nexus-auth context::test::test_test_context
58142026-07-01T22:41:31.489Z PASS [ 0.033s] ( 204/2983) nexus-config nexus_config::test::test_config_bad_toml
58152026-07-01T22:41:31.489Z PASS [ 0.028s] ( 205/2983) nexus-config nexus_config::test::test_config_empty
58162026-07-01T22:41:31.489Z PASS [ 0.029s] ( 206/2983) nexus-config nexus_config::test::test_config_nonexistent
58172026-07-01T22:41:31.489Z PASS [ 0.040s] ( 207/2983) nexus-config nexus_config::test::test_deployment_config_schema
58182026-07-01T22:41:31.489Z PASS [ 0.036s] ( 208/2983) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
58192026-07-01T22:41:31.489Z PASS [ 0.038s] ( 209/2983) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
58202026-07-01T22:41:31.489Z PASS [ 0.044s] ( 210/2983) nexus-config nexus_config::test::test_repo_configs_are_valid
58212026-07-01T22:41:31.489Z PASS [ 0.034s] ( 211/2983) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
58222026-07-01T22:41:31.489Z PASS [ 0.033s] ( 212/2983) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
58232026-07-01T22:41:31.489Z PASS [ 0.048s] ( 213/2983) nexus-config nexus_config::test::test_valid
58242026-07-01T22:41:31.489Z PASS [ 0.028s] ( 214/2983) nexus-config postgres_config::test::test_all_addresses_single_host
58252026-07-01T22:41:31.489Z PASS [ 0.033s] ( 215/2983) nexus-config postgres_config::test::test_bad_url
58262026-07-01T22:41:31.489Z PASS [ 0.029s] ( 216/2983) nexus-config postgres_config::test::test_example_url
58272026-07-01T22:41:31.489Z PASS [ 0.027s] ( 217/2983) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
58282026-07-01T22:41:31.489Z PASS [ 0.025s] ( 218/2983) nexus-db-fixed-data test::test_allowlist_id_is_valid
58292026-07-01T22:41:31.489Z PASS [ 0.029s] ( 219/2983) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
58302026-07-01T22:41:31.489Z PASS [ 0.031s] ( 220/2983) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
58312026-07-01T22:41:31.490Z PASS [ 0.028s] ( 221/2983) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
58322026-07-01T22:41:31.490Z PASS [ 0.030s] ( 222/2983) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
58332026-07-01T22:41:31.490Z PASS [ 0.042s] ( 223/2983) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
58342026-07-01T22:41:31.490Z PASS [ 0.036s] ( 224/2983) nexus-db-model bytecount::test::test_bytecount_i64_conversions
58352026-07-01T22:41:31.490Z PASS [ 0.030s] ( 225/2983) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
58362026-07-01T22:41:31.490Z PASS [ 0.030s] ( 226/2983) nexus-db-model device_auth::test::test_generate_user_code
58372026-07-01T22:41:31.490Z PASS [ 0.030s] ( 227/2983) nexus-db-model instance_state::tests::test_from_str_roundtrips
58382026-07-01T22:41:31.490Z PASS [ 0.032s] ( 228/2983) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
58392026-07-01T22:41:31.490Z PASS [ 0.038s] ( 229/2983) nexus-db-model role_assignment::tests::test_role_assignment_from_database
58402026-07-01T22:41:31.490Z PASS [ 0.045s] ( 230/2983) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
58412026-07-01T22:41:31.490Z PASS [ 0.063s] ( 231/2983) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
58422026-07-01T22:41:31.490Z PASS [ 0.050s] ( 232/2983) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
58432026-07-01T22:41:31.490Z PASS [ 0.052s] ( 233/2983) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
58442026-07-01T22:41:31.490Z PASS [ 0.052s] ( 234/2983) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
58452026-07-01T22:41:31.490Z PASS [ 0.049s] ( 235/2983) nexus-db-model schema_versions::test::test_classify_create_index
58462026-07-01T22:41:31.490Z PASS [ 0.046s] ( 236/2983) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
58472026-07-01T22:41:31.490Z PASS [ 0.037s] ( 237/2983) nexus-db-model schema_versions::test::test_classify_dml_ignored
58482026-07-01T22:41:31.490Z PASS [ 0.057s] ( 238/2983) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
58492026-07-01T22:41:31.507Z PASS [ 0.043s] ( 239/2983) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
58502026-07-01T22:41:31.507Z PASS [ 0.031s] ( 240/2983) nexus-db-model schema_versions::test::test_known_versions
58512026-07-01T22:41:31.507Z PASS [ 0.053s] ( 241/2983) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
58522026-07-01T22:41:31.507Z PASS [ 0.041s] ( 242/2983) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
58532026-07-01T22:41:31.507Z PASS [ 0.039s] ( 243/2983) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
58542026-07-01T22:41:31.507Z PASS [ 0.041s] ( 244/2983) nexus-db-model schema_versions::test::test_one_ddl_enforcement
58552026-07-01T22:41:31.507Z PASS [ 0.101s] ( 245/2983) nexus-db-model schema_versions::test::test_migration_verification_files
58562026-07-01T22:41:31.507Z PASS [ 0.053s] ( 246/2983) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
58572026-07-01T22:41:31.507Z PASS [ 0.038s] ( 247/2983) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
58582026-07-01T22:41:31.507Z PASS [ 0.045s] ( 248/2983) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
58592026-07-01T22:41:31.507Z PASS [ 0.045s] ( 249/2983) nexus-db-model schema_versions::test::test_preprocess_storing
58602026-07-01T22:41:31.507Z PASS [ 0.048s] ( 250/2983) nexus-db-model schema_versions::test::test_preprocess_type_array
58612026-07-01T22:41:31.507Z PASS [ 0.039s] ( 251/2983) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
58622026-07-01T22:41:31.507Z PASS [ 0.033s] ( 252/2983) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
58632026-07-01T22:41:31.508Z PASS [ 0.031s] ( 253/2983) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
58642026-07-01T22:41:31.508Z PASS [ 0.031s] ( 254/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
58652026-07-01T22:41:31.508Z PASS [ 0.029s] ( 255/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
58662026-07-01T22:41:31.508Z PASS [ 0.030s] ( 256/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
58672026-07-01T22:41:31.508Z PASS [ 0.032s] ( 257/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
58682026-07-01T22:41:31.508Z PASS [ 0.031s] ( 258/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
58692026-07-01T22:41:31.508Z PASS [ 0.028s] ( 259/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
58702026-07-01T22:41:31.508Z PASS [ 0.030s] ( 260/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
58712026-07-01T22:41:31.508Z PASS [ 0.033s] ( 261/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
58722026-07-01T22:41:31.508Z PASS [ 0.030s] ( 262/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
58732026-07-01T22:41:31.508Z PASS [ 0.028s] ( 263/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
58742026-07-01T22:41:31.508Z PASS [ 0.030s] ( 264/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
58752026-07-01T22:41:31.508Z PASS [ 0.031s] ( 265/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
58762026-07-01T22:41:31.508Z PASS [ 0.027s] ( 266/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
58772026-07-01T22:41:31.508Z PASS [ 0.029s] ( 267/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
58782026-07-01T22:41:31.508Z PASS [ 0.029s] ( 268/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
58792026-07-01T22:41:31.508Z PASS [ 0.027s] ( 269/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
58802026-07-01T22:41:31.508Z PASS [ 0.032s] ( 270/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
58812026-07-01T22:41:31.508Z PASS [ 0.035s] ( 271/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
58822026-07-01T22:41:31.509Z PASS [ 0.036s] ( 272/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
58832026-07-01T22:41:31.509Z PASS [ 0.031s] ( 273/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
58842026-07-01T22:41:31.509Z PASS [ 0.029s] ( 274/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
58852026-07-01T22:41:31.509Z PASS [ 0.031s] ( 275/2983) nexus-db-model schema_versions::test::test_verification_query_add_constraint
58862026-07-01T22:41:31.509Z PASS [ 0.026s] ( 276/2983) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
58872026-07-01T22:41:31.509Z PASS [ 0.027s] ( 277/2983) nexus-db-model schema_versions::test::test_verification_query_create_index
58882026-07-01T22:41:31.509Z PASS [ 0.025s] ( 278/2983) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
58892026-07-01T22:41:31.509Z PASS [ 0.031s] ( 279/2983) nexus-db-model schema_versions::test::test_verify
58902026-07-01T22:41:31.509Z PASS [ 0.031s] ( 280/2983) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
58912026-07-01T22:41:31.509Z PASS [ 0.033s] ( 281/2983) nexus-db-model semver_version::test::test_to_from_sortable_string
58922026-07-01T22:41:31.509Z PASS [ 0.030s] ( 282/2983) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
58932026-07-01T22:41:31.509Z PASS [ 0.033s] ( 283/2983) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
58942026-07-01T22:41:31.509Z PASS [ 0.031s] ( 284/2983) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
58952026-07-01T22:41:31.509Z PASS [ 0.031s] ( 285/2983) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
58962026-07-01T22:41:31.509Z PASS [ 0.029s] ( 286/2983) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
58972026-07-01T22:41:31.509Z PASS [ 0.028s] ( 287/2983) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
58982026-07-01T22:41:31.509Z PASS [ 0.027s] ( 288/2983) nexus-db-model tests::test_ip_subnet_check_requestable_address
58992026-07-01T22:41:31.509Z PASS [ 0.028s] ( 289/2983) nexus-db-model tests::test_ipv6_net_random_subnet
59002026-07-01T22:41:31.509Z PASS [ 0.029s] ( 290/2983) nexus-db-model tests::test_roles_database_strings
59012026-07-01T22:41:31.509Z PASS [ 0.028s] ( 291/2983) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
59022026-07-01T22:41:31.509Z PASS [ 0.032s] ( 292/2983) nexus-db-model typed_uuid::tests::test_compare_consistency
59032026-07-01T22:41:31.509Z PASS [ 0.031s] ( 293/2983) nexus-db-model typed_uuid::tests::test_hash_equality
59042026-07-01T22:41:31.510Z PASS [ 0.026s] ( 294/2983) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
59052026-07-01T22:41:31.510Z PASS [ 0.031s] ( 295/2983) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
59062026-07-01T22:41:31.510Z PASS [ 0.031s] ( 296/2983) nexus-db-model vmm_state::tests::test_from_str_roundtrips
59072026-07-01T22:41:31.510Z PASS [ 0.037s] ( 297/2983) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
59082026-07-01T22:41:31.510Z PASS [ 0.029s] ( 298/2983) nexus-db-model vmm_state::tests::test_terminal_states_consistent
59092026-07-01T22:41:34.051Z PASS [ 18.316s] ( 299/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
59102026-07-01T22:41:34.074Z PASS [ 18.402s] ( 300/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
59112026-07-01T22:41:34.074Z PASS [ 2.580s] ( 301/2983) nexus-db-lookup::integration lookup::test_lookup
59122026-07-01T22:41:34.074Z PASS [ 2.423s] ( 302/2983) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
59132026-07-01T22:41:34.074Z PASS [ 2.736s] ( 303/2983) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
59142026-07-01T22:41:34.303Z PASS [ 2.804s] ( 304/2983) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
59152026-07-01T22:41:34.682Z PASS [ 2.602s] ( 305/2983) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
59162026-07-01T22:41:35.467Z PASS [ 2.624s] ( 306/2983) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
59172026-07-01T22:41:35.504Z PASS [ 2.567s] ( 307/2983) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
59182026-07-01T22:41:35.513Z PASS [ 21.752s] ( 308/2983) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
59192026-07-01T22:41:35.519Z PASS [ 21.762s] ( 309/2983) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
59202026-07-01T22:41:35.556Z PASS [ 0.054s] ( 310/2983) nexus-db-queries db::collection_attach::test::test_verify_query
59212026-07-01T22:41:35.804Z PASS [ 22.019s] ( 311/2983) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
59222026-07-01T22:41:36.182Z PASS [ 22.306s] ( 312/2983) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
59232026-07-01T22:41:36.464Z PASS [ 2.608s] ( 313/2983) nexus-db-queries db::collection_attach::test::test_attach_once
59242026-07-01T22:41:36.472Z PASS [ 22.598s] ( 314/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
59252026-07-01T22:41:36.472Z PASS [ 0.053s] ( 315/2983) nexus-db-queries db::collection_detach::test::test_verify_query
59262026-07-01T22:41:36.680Z PASS [ 2.631s] ( 316/2983) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
59272026-07-01T22:41:36.794Z PASS [ 23.037s] ( 317/2983) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59282026-07-01T22:41:36.864Z PASS [ 2.757s] ( 318/2983) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
59292026-07-01T22:41:37.162Z PASS [ 23.404s] ( 319/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
59302026-07-01T22:41:37.382Z PASS [ 2.705s] ( 320/2983) nexus-db-queries db::collection_attach::test::test_attach_with_filters
59312026-07-01T22:41:37.615Z PASS [ 2.832s] ( 321/2983) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
59322026-07-01T22:41:37.678Z PASS [ 23.921s] ( 322/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
59332026-07-01T22:41:37.682Z PASS [ 23.926s] ( 323/2983) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59342026-07-01T22:41:37.701Z PASS [ 23.944s] ( 324/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
59352026-07-01T22:41:37.730Z PASS [ 0.047s] ( 325/2983) nexus-db-queries db::collection_detach_many::test::test_verify_query
59362026-07-01T22:41:38.096Z PASS [ 2.587s] ( 326/2983) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
59372026-07-01T22:41:38.135Z PASS [ 2.615s] ( 327/2983) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
59382026-07-01T22:41:38.150Z PASS [ 2.596s] ( 328/2983) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
59392026-07-01T22:41:38.157Z PASS [ 0.060s] ( 329/2983) nexus-db-queries db::collection_insert::test::test_verify_query
59402026-07-01T22:41:38.182Z PASS [ 0.047s] ( 330/2983) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
59412026-07-01T22:41:38.201Z PASS [ 0.051s] ( 331/2983) nexus-db-queries db::column_walker::test::test_walk_columns
59422026-07-01T22:41:38.207Z PASS [ 0.050s] ( 332/2983) nexus-db-queries db::column_walker::test::test_walk_table
59432026-07-01T22:41:38.359Z PASS [ 2.583s] ( 333/2983) nexus-db-queries db::collection_detach::test::test_detach_once
59442026-07-01T22:41:38.712Z PASS [ 24.955s] ( 334/2983) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
59452026-07-01T22:41:38.790Z PASS [ 2.727s] ( 335/2983) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
59462026-07-01T22:41:38.939Z PASS [ 25.182s] ( 336/2983) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
59472026-07-01T22:41:39.042Z PASS [ 2.720s] ( 337/2983) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
59482026-07-01T22:41:39.134Z PASS [ 2.725s] ( 338/2983) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
59492026-07-01T22:41:39.447Z PASS [ 2.767s] ( 339/2983) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
59502026-07-01T22:41:39.511Z PASS [ 2.717s] ( 340/2983) nexus-db-queries db::collection_detach_many::test::test_detach_many
59512026-07-01T22:41:39.648Z PASS [ 2.783s] ( 341/2983) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
59522026-07-01T22:41:39.912Z PASS [ 2.750s] ( 342/2983) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
59532026-07-01T22:41:40.171Z PASS [ 2.789s] ( 343/2983) nexus-db-queries db::collection_detach_many::test::test_detach_once
59542026-07-01T22:41:40.415Z PASS [ 2.685s] ( 344/2983) nexus-db-queries db::collection_insert::test::test_collection_present
59552026-07-01T22:41:40.488Z PASS [ 2.785s] ( 345/2983) nexus-db-queries db::collection_insert::test::test_collection_not_present
59562026-07-01T22:41:40.493Z PASS [ 2.878s] ( 346/2983) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
59572026-07-01T22:41:40.531Z PASS [ 2.853s] ( 347/2983) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
59582026-07-01T22:41:42.653Z PASS [ 4.452s] ( 348/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
59592026-07-01T22:41:42.666Z PASS [ 4.484s] ( 349/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
59602026-07-01T22:41:42.717Z PASS [ 4.358s] ( 350/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
59612026-07-01T22:41:43.318Z PASS [ 4.606s] ( 351/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
59622026-07-01T22:41:43.357Z PASS [ 4.223s] ( 352/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
59632026-07-01T22:41:43.507Z PASS [ 4.567s] ( 353/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
59642026-07-01T22:41:43.705Z PASS [ 4.259s] ( 354/2983) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
59652026-07-01T22:41:43.865Z PASS [ 4.353s] ( 355/2983) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
59662026-07-01T22:41:44.006Z PASS [ 4.963s] ( 356/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
59672026-07-01T22:41:44.010Z PASS [ 5.216s] ( 357/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
59682026-07-01T22:41:44.114Z PASS [ 4.467s] ( 358/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
59692026-07-01T22:41:44.440Z PASS [ 4.527s] ( 359/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
59702026-07-01T22:41:44.517Z PASS [ 30.760s] ( 360/2983) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
59712026-07-01T22:41:44.678Z PASS [ 6.471s] ( 361/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
59722026-07-01T22:41:44.835Z PASS [ 4.419s] ( 362/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
59732026-07-01T22:41:45.071Z PASS [ 4.539s] ( 363/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
59742026-07-01T22:41:45.081Z PASS [ 4.594s] ( 364/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
59752026-07-01T22:41:45.631Z PASS [ 5.138s] ( 365/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
59762026-07-01T22:41:46.428Z PASS [ 6.257s] ( 366/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
59772026-07-01T22:41:46.799Z PASS [ 33.038s] ( 367/2983) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
59782026-07-01T22:41:46.817Z PASS [ 4.152s] ( 368/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
59792026-07-01T22:41:46.909Z PASS [ 4.191s] ( 369/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
59802026-07-01T22:41:47.272Z PASS [ 2.755s] ( 370/2983) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
59812026-07-01T22:41:47.465Z PASS [ 4.811s] ( 371/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
59822026-07-01T22:41:47.583Z PASS [ 33.825s] ( 372/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59832026-07-01T22:41:47.591Z PASS [ 4.272s] ( 373/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
59842026-07-01T22:41:47.728Z PASS [ 4.023s] ( 374/2983) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
59852026-07-01T22:41:48.004Z PASS [ 4.140s] ( 375/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
59862026-07-01T22:41:48.140Z PASS [ 4.025s] ( 376/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
59872026-07-01T22:41:48.161Z PASS [ 4.154s] ( 377/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
59882026-07-01T22:41:48.190Z PASS [ 4.183s] ( 378/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
59892026-07-01T22:41:48.410Z PASS [ 3.970s] ( 379/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
59902026-07-01T22:41:48.424Z PASS [ 34.666s] ( 380/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59912026-07-01T22:41:49.203Z PASS [ 4.368s] ( 381/2983) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
59922026-07-01T22:41:49.256Z PASS [ 4.185s] ( 382/2983) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
59932026-07-01T22:41:49.318Z PASS [ 5.961s] ( 383/2983) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
59942026-07-01T22:41:49.321Z PASS [ 4.240s] ( 384/2983) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
59952026-07-01T22:41:49.346Z PASS [ 4.668s] ( 385/2983) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
59962026-07-01T22:41:49.369Z PASS [ 5.862s] ( 386/2983) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
59972026-07-01T22:41:49.561Z PASS [ 1.151s] ( 387/2983) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
59982026-07-01T22:41:49.656Z PASS [ 1.232s] ( 388/2983) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
59992026-07-01T22:41:50.033Z PASS [ 36.276s] ( 389/2983) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60002026-07-01T22:41:50.149Z PASS [ 4.518s] ( 390/2983) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
60012026-07-01T22:41:50.559Z PASS [ 4.131s] ( 391/2983) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
60022026-07-01T22:41:50.578Z PASS [ 36.820s] ( 392/2983) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60032026-07-01T22:41:50.709Z PASS [ 2.704s] ( 393/2983) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
60042026-07-01T22:41:51.015Z PASS [ 4.216s] ( 394/2983) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
60052026-07-01T22:41:51.052Z PASS [ 4.234s] ( 395/2983) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
60062026-07-01T22:41:51.079Z PASS [ 2.918s] ( 396/2983) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
60072026-07-01T22:41:51.112Z PASS [ 4.203s] ( 397/2983) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
60082026-07-01T22:41:51.286Z PASS [ 4.014s] ( 398/2983) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
60092026-07-01T22:41:51.478Z PASS [ 37.719s] ( 399/2983) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60102026-07-01T22:41:51.526Z PASS [ 0.948s] ( 400/2983) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
60112026-07-01T22:41:51.588Z PASS [ 4.123s] ( 401/2983) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
60122026-07-01T22:41:51.653Z PASS [ 0.944s] ( 402/2983) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
60132026-07-01T22:41:51.679Z PASS [ 3.539s] ( 403/2983) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
60142026-07-01T22:41:51.736Z PASS [ 4.153s] ( 404/2983) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
60152026-07-01T22:41:51.873Z PASS [ 4.282s] ( 405/2983) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
60162026-07-01T22:41:52.065Z PASS [ 3.875s] ( 406/2983) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
60172026-07-01T22:41:52.104Z PASS [ 2.900s] ( 407/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
60182026-07-01T22:41:52.149Z PASS [ 2.893s] ( 408/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
60192026-07-01T22:41:52.183Z PASS [ 1.132s] ( 409/2983) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
60202026-07-01T22:41:52.220Z PASS [ 2.849s] ( 410/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
60212026-07-01T22:41:52.258Z PASS [ 4.529s] ( 411/2983) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
60222026-07-01T22:41:52.331Z PASS [ 0.227s] ( 412/2983) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
60232026-07-01T22:41:52.336Z PASS [ 3.015s] ( 413/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
60242026-07-01T22:41:52.349Z PASS [ 3.003s] ( 414/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
60252026-07-01T22:41:52.352Z PASS [ 3.032s] ( 415/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
60262026-07-01T22:41:52.371Z PASS [ 2.810s] ( 416/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
60272026-07-01T22:41:52.425Z PASS [ 2.768s] ( 417/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
60282026-07-01T22:41:52.725Z PASS [ 2.692s] ( 418/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
60292026-07-01T22:41:52.770Z PASS [ 0.045s] ( 419/2983) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
60302026-07-01T22:41:52.782Z PASS [ 2.633s] ( 420/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
60312026-07-01T22:41:53.075Z PASS [ 2.516s] ( 421/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
60322026-07-01T22:41:53.753Z PASS [ 2.673s] ( 422/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
60332026-07-01T22:41:53.782Z PASS [ 2.495s] ( 423/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
60342026-07-01T22:41:53.854Z PASS [ 2.742s] ( 424/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
60352026-07-01T22:41:54.129Z PASS [ 2.653s] ( 425/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
60362026-07-01T22:41:54.150Z PASS [ 2.497s] ( 426/2983) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
60372026-07-01T22:41:54.162Z PASS [ 2.633s] ( 427/2983) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
60382026-07-01T22:41:54.162Z PASS [ 2.571s] ( 428/2983) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
60392026-07-01T22:41:54.411Z PASS [ 0.282s] ( 429/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
60402026-07-01T22:41:54.422Z PASS [ 0.271s] ( 430/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
60412026-07-01T22:41:54.520Z PASS [ 0.361s] ( 431/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
60422026-07-01T22:41:54.532Z PASS [ 0.373s] ( 432/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
60432026-07-01T22:41:54.548Z PASS [ 2.399s] ( 433/2983) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
60442026-07-01T22:41:54.971Z PASS [ 3.955s] ( 434/2983) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
60452026-07-01T22:41:55.885Z PASS [ 4.149s] ( 435/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
60462026-07-01T22:41:55.965Z PASS [ 4.285s] ( 436/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
60472026-07-01T22:41:56.020Z PASS [ 4.147s] ( 437/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
60482026-07-01T22:41:56.133Z PASS [ 4.067s] ( 438/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
60492026-07-01T22:41:56.240Z PASS [ 4.022s] ( 439/2983) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
60502026-07-01T22:41:56.433Z PASS [ 4.008s] ( 440/2983) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
60512026-07-01T22:41:56.463Z PASS [ 4.132s] ( 441/2983) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
60522026-07-01T22:41:56.635Z PASS [ 4.299s] ( 442/2983) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
60532026-07-01T22:41:56.740Z PASS [ 4.390s] ( 443/2983) nexus-db-queries db::datastore::deployment::tests::test_set_target
60542026-07-01T22:41:56.791Z PASS [ 4.021s] ( 444/2983) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
60552026-07-01T22:41:56.887Z PASS [ 4.629s] ( 445/2983) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
60562026-07-01T22:41:57.025Z PASS [ 4.243s] ( 446/2983) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
60572026-07-01T22:41:57.037Z PASS [ 4.666s] ( 447/2983) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
60582026-07-01T22:41:57.142Z PASS [ 2.731s] ( 448/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
60592026-07-01T22:41:57.179Z PASS [ 4.995s] ( 449/2983) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
60602026-07-01T22:41:57.190Z PASS [ 2.670s] ( 450/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
60612026-07-01T22:41:57.191Z PASS [ 2.769s] ( 451/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
60622026-07-01T22:41:57.232Z PASS [ 2.699s] ( 452/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
60632026-07-01T22:41:57.294Z PASS [ 2.746s] ( 453/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
60642026-07-01T22:41:57.675Z PASS [ 2.704s] ( 454/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
60652026-07-01T22:41:58.017Z PASS [ 4.163s] ( 455/2983) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
60662026-07-01T22:41:58.033Z PASS [ 4.280s] ( 456/2983) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
60672026-07-01T22:41:58.045Z PASS [ 4.970s] ( 457/2983) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
60682026-07-01T22:41:58.086Z PASS [ 4.305s] ( 458/2983) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
60692026-07-01T22:41:58.220Z PASS [ 5.871s] ( 459/2983) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
60702026-07-01T22:41:58.323Z PASS [ 2.437s] ( 460/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
60712026-07-01T22:41:58.365Z PASS [ 2.400s] ( 461/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
60722026-07-01T22:41:58.423Z PASS [ 2.403s] ( 462/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
60732026-07-01T22:41:58.509Z PASS [ 2.376s] ( 463/2983) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
60742026-07-01T22:41:58.714Z PASS [ 2.473s] ( 464/2983) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
60752026-07-01T22:42:00.317Z PASS [ 3.884s] ( 465/2983) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
60762026-07-01T22:42:00.590Z PASS [ 3.955s] ( 466/2983) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
60772026-07-01T22:42:00.593Z PASS [ 4.129s] ( 467/2983) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
60782026-07-01T22:42:00.805Z PASS [ 4.065s] ( 468/2983) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
60792026-07-01T22:42:01.187Z PASS [ 4.150s] ( 469/2983) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
60802026-07-01T22:42:01.320Z PASS [ 4.433s] ( 470/2983) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
60812026-07-01T22:42:01.349Z PASS [ 4.170s] ( 471/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
60822026-07-01T22:42:01.367Z PASS [ 47.609s] ( 472/2983) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60832026-07-01T22:42:01.445Z PASS [ 4.303s] ( 473/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
60842026-07-01T22:42:01.551Z PASS [ 4.760s] ( 474/2983) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
60852026-07-01T22:42:01.560Z PASS [ 4.369s] ( 475/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
60862026-07-01T22:42:01.563Z PASS [ 4.267s] ( 476/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
60872026-07-01T22:42:01.563Z PASS [ 4.330s] ( 477/2983) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
60882026-07-01T22:42:01.570Z PASS [ 4.379s] ( 478/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
60892026-07-01T22:42:01.693Z PASS [ 4.668s] ( 479/2983) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
60902026-07-01T22:42:01.924Z PASS [ 4.249s] ( 480/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
60912026-07-01T22:42:02.171Z PASS [ 4.138s] ( 481/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
60922026-07-01T22:42:02.190Z PASS [ 4.104s] ( 482/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
60932026-07-01T22:42:02.221Z PASS [ 4.176s] ( 483/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
60942026-07-01T22:42:02.338Z PASS [ 4.321s] ( 484/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
60952026-07-01T22:42:02.342Z PASS [ 4.122s] ( 485/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
60962026-07-01T22:42:02.398Z PASS [ 4.033s] ( 486/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
60972026-07-01T22:42:02.401Z PASS [ 0.211s] ( 487/2983) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
60982026-07-01T22:42:02.443Z PASS [ 0.222s] ( 488/2983) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
60992026-07-01T22:42:02.497Z PASS [ 4.174s] ( 489/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
61002026-07-01T22:42:02.565Z PASS [ 0.227s] ( 490/2983) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
61012026-07-01T22:42:02.580Z PASS [ 4.071s] ( 491/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
61022026-07-01T22:42:02.607Z PASS [ 4.184s] ( 492/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
61032026-07-01T22:42:03.000Z PASS [ 4.286s] ( 493/2983) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
61042026-07-01T22:42:04.324Z PASS [ 4.007s] ( 494/2983) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
61052026-07-01T22:42:04.517Z PASS [ 3.925s] ( 495/2983) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
61062026-07-01T22:42:04.729Z PASS [ 3.924s] ( 496/2983) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
61072026-07-01T22:42:04.834Z PASS [ 51.076s] ( 497/2983) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61082026-07-01T22:42:04.871Z PASS [ 4.282s] ( 498/2983) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
61092026-07-01T22:42:04.986Z PASS [ 2.643s] ( 499/2983) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
61102026-07-01T22:42:05.095Z PASS [ 2.696s] ( 500/2983) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
61112026-07-01T22:42:05.141Z PASS [ 2.645s] ( 501/2983) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
61122026-07-01T22:42:05.172Z PASS [ 2.728s] ( 502/2983) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
61132026-07-01T22:42:05.236Z PASS [ 4.049s] ( 503/2983) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
61142026-07-01T22:42:05.366Z PASS [ 2.964s] ( 504/2983) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
61152026-07-01T22:42:05.385Z PASS [ 4.065s] ( 505/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
61162026-07-01T22:42:05.458Z PASS [ 4.108s] ( 506/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
61172026-07-01T22:42:05.508Z PASS [ 4.142s] ( 507/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
61182026-07-01T22:42:05.569Z PASS [ 4.124s] ( 508/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
61192026-07-01T22:42:05.668Z PASS [ 4.097s] ( 509/2983) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
61202026-07-01T22:42:05.675Z PASS [ 4.124s] ( 510/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
61212026-07-01T22:42:05.717Z PASS [ 4.155s] ( 511/2983) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
61222026-07-01T22:42:05.751Z PASS [ 4.189s] ( 512/2983) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
61232026-07-01T22:42:05.751Z PASS [ 4.191s] ( 513/2983) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
61242026-07-01T22:42:05.783Z PASS [ 4.089s] ( 514/2983) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
61252026-07-01T22:42:05.956Z PASS [ 3.785s] ( 515/2983) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
61262026-07-01T22:42:06.123Z PASS [ 4.199s] ( 516/2983) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
61272026-07-01T22:42:06.495Z PASS [ 3.887s] ( 517/2983) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
61282026-07-01T22:42:07.027Z PASS [ 4.027s] ( 518/2983) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
61292026-07-01T22:42:07.258Z PASS [ 4.677s] ( 519/2983) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
61302026-07-01T22:42:08.403Z PASS [ 4.079s] ( 520/2983) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
61312026-07-01T22:42:08.555Z PASS [ 4.037s] ( 521/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
61322026-07-01T22:42:08.820Z PASS [ 4.090s] ( 522/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
61332026-07-01T22:42:09.209Z PASS [ 4.337s] ( 523/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
61342026-07-01T22:42:09.209Z PASS [ 4.375s] ( 524/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
61352026-07-01T22:42:09.425Z PASS [ 4.188s] ( 525/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
61362026-07-01T22:42:09.555Z PASS [ 4.460s] ( 526/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
61372026-07-01T22:42:09.680Z PASS [ 4.538s] ( 527/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
61382026-07-01T22:42:09.705Z PASS [ 4.719s] ( 528/2983) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
61392026-07-01T22:42:09.752Z PASS [ 4.580s] ( 529/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
61402026-07-01T22:42:09.828Z PASS [ 4.443s] ( 530/2983) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
61412026-07-01T22:42:09.857Z PASS [ 4.399s] ( 531/2983) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
61422026-07-01T22:42:09.910Z PASS [ 4.401s] ( 532/2983) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
61432026-07-01T22:42:10.106Z PASS [ 4.390s] ( 533/2983) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
61442026-07-01T22:42:10.153Z PASS [ 4.585s] ( 534/2983) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
61452026-07-01T22:42:10.200Z PASS [ 4.525s] ( 535/2983) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
61462026-07-01T22:42:10.204Z PASS [ 4.536s] ( 536/2983) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
61472026-07-01T22:42:10.237Z PASS [ 4.281s] ( 537/2983) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
61482026-07-01T22:42:10.328Z PASS [ 4.576s] ( 538/2983) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
61492026-07-01T22:42:10.365Z PASS [ 4.613s] ( 539/2983) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
61502026-07-01T22:42:10.516Z PASS [ 0.278s] ( 540/2983) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
61512026-07-01T22:42:10.540Z PASS [ 0.336s] ( 541/2983) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
61522026-07-01T22:42:10.580Z PASS [ 0.252s] ( 542/2983) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
61532026-07-01T22:42:10.994Z PASS [ 4.871s] ( 543/2983) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
61542026-07-01T22:42:11.134Z PASS [ 5.351s] ( 544/2983) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
61552026-07-01T22:42:11.211Z PASS [ 5.846s] ( 545/2983) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
61562026-07-01T22:42:11.646Z PASS [ 2.826s] ( 546/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
61572026-07-01T22:42:11.979Z PASS [ 4.721s] ( 547/2983) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
61582026-07-01T22:42:12.134Z PASS [ 2.926s] ( 548/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
61592026-07-01T22:42:12.226Z PASS [ 3.017s] ( 549/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
61602026-07-01T22:42:12.238Z PASS [ 2.812s] ( 550/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
61612026-07-01T22:42:12.242Z PASS [ 5.211s] ( 551/2983) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
61622026-07-01T22:42:13.241Z PASS [ 4.837s] ( 552/2983) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
61632026-07-01T22:42:13.259Z PASS [ 4.705s] ( 553/2983) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
61642026-07-01T22:42:13.566Z PASS [ 4.011s] ( 554/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
61652026-07-01T22:42:13.727Z PASS [ 4.022s] ( 555/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
61662026-07-01T22:42:13.762Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
61672026-07-01T22:42:13.765Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61682026-07-01T22:42:13.773Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61692026-07-01T22:42:13.826Z PASS [ 4.074s] ( 556/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
61702026-07-01T22:42:13.841Z PASS [ 7.346s] ( 557/2983) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
61712026-07-01T22:42:13.865Z PASS [ 4.037s] ( 558/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
61722026-07-01T22:42:13.865Z PASS [ 4.185s] ( 559/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
61732026-07-01T22:42:13.968Z PASS [ 4.112s] ( 560/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
61742026-07-01T22:42:14.035Z PASS [ 3.928s] ( 561/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
61752026-07-01T22:42:14.091Z PASS [ 4.181s] ( 562/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
61762026-07-01T22:42:14.228Z PASS [ 4.074s] ( 563/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
61772026-07-01T22:42:14.350Z PASS [ 4.149s] ( 564/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
61782026-07-01T22:42:14.518Z PASS [ 4.002s] ( 565/2983) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
61792026-07-01T22:42:14.635Z PASS [ 4.055s] ( 566/2983) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
61802026-07-01T22:42:14.817Z PASS [ 4.276s] ( 567/2983) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
61812026-07-01T22:42:14.921Z PASS [ 4.557s] ( 568/2983) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
61822026-07-01T22:42:15.144Z PASS [ 4.150s] ( 569/2983) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
61832026-07-01T22:42:15.158Z PASS [ 4.024s] ( 570/2983) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
61842026-07-01T22:42:15.486Z PASS [ 4.275s] ( 571/2983) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
61852026-07-01T22:42:15.993Z PASS [ 4.346s] ( 572/2983) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
61862026-07-01T22:42:16.278Z PASS [ 4.298s] ( 573/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
61872026-07-01T22:42:16.370Z PASS [ 4.235s] ( 574/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_assigned_to_system_services
61882026-07-01T22:42:16.382Z PASS [ 4.155s] ( 575/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
61892026-07-01T22:42:16.652Z PASS [ 4.414s] ( 576/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
61902026-07-01T22:42:16.755Z PASS [ 4.516s] ( 577/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
61912026-07-01T22:42:17.596Z PASS [ 4.030s] ( 578/2983) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
61922026-07-01T22:42:17.784Z PASS [ 4.524s] ( 579/2983) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
61932026-07-01T22:42:17.842Z PASS [ 4.602s] ( 580/2983) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
61942026-07-01T22:42:18.005Z PASS [ 4.278s] ( 581/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
61952026-07-01T22:42:18.168Z PASS [ 4.303s] ( 582/2983) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
61962026-07-01T22:42:18.394Z PASS [ 4.529s] ( 583/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
61972026-07-01T22:42:18.427Z PASS [ 4.586s] ( 584/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
61982026-07-01T22:42:18.432Z PASS [ 4.606s] ( 585/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
61992026-07-01T22:42:18.545Z PASS [ 4.510s] ( 586/2983) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
62002026-07-01T22:42:18.709Z PASS [ 4.618s] ( 587/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
62012026-07-01T22:42:18.750Z PASS [ 4.782s] ( 588/2983) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
62022026-07-01T22:42:18.765Z PASS [ 4.247s] ( 589/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
62032026-07-01T22:42:18.809Z PASS [ 4.459s] ( 590/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
62042026-07-01T22:42:19.110Z PASS [ 4.475s] ( 591/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
62052026-07-01T22:42:19.129Z PASS [ 4.901s] ( 592/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
62062026-07-01T22:42:19.403Z PASS [ 4.586s] ( 593/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
62072026-07-01T22:42:19.539Z PASS [ 4.618s] ( 594/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
62082026-07-01T22:42:19.834Z PASS [ 4.690s] ( 595/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
62092026-07-01T22:42:19.834Z PASS [ 4.676s] ( 596/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
62102026-07-01T22:42:20.165Z PASS [ 4.679s] ( 597/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
62112026-07-01T22:42:20.860Z PASS [ 4.582s] ( 598/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
62122026-07-01T22:42:20.976Z PASS [ 4.595s] ( 599/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
62132026-07-01T22:42:21.002Z PASS [ 4.631s] ( 600/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
62142026-07-01T22:42:21.187Z PASS [ 5.195s] ( 601/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
62152026-07-01T22:42:21.414Z PASS [ 18.849s] ( 602/2983) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
62162026-07-01T22:42:21.802Z PASS [ 5.150s] ( 603/2983) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
62172026-07-01T22:42:22.110Z PASS [ 5.354s] ( 604/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
62182026-07-01T22:42:22.266Z PASS [ 4.482s] ( 605/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
62192026-07-01T22:42:23.068Z PASS [ 5.472s] ( 606/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
62202026-07-01T22:42:23.136Z PASS [ 5.293s] ( 607/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
62212026-07-01T22:42:23.177Z PASS [ 5.171s] ( 608/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
62222026-07-01T22:42:23.288Z PASS [ 4.861s] ( 609/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
62232026-07-01T22:42:23.362Z PASS [ 5.195s] ( 610/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
62242026-07-01T22:42:23.367Z PASS [ 4.974s] ( 611/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
62252026-07-01T22:42:23.542Z PASS [ 5.110s] ( 612/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
62262026-07-01T22:42:23.791Z PASS [ 5.082s] ( 613/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
62272026-07-01T22:42:23.887Z PASS [ 5.342s] ( 614/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
62282026-07-01T22:42:23.940Z PASS [ 5.175s] ( 615/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
62292026-07-01T22:42:24.025Z PASS [ 5.274s] ( 616/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
62302026-07-01T22:42:24.035Z PASS [ 5.226s] ( 617/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
62312026-07-01T22:42:24.193Z PASS [ 5.064s] ( 618/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
62322026-07-01T22:42:24.433Z PASS [ 4.268s] ( 619/2983) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
62332026-07-01T22:42:24.521Z PASS [ 5.411s] ( 620/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
62342026-07-01T22:42:24.542Z PASS [ 5.139s] ( 621/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
62352026-07-01T22:42:24.575Z PASS [ 5.036s] ( 622/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
62362026-07-01T22:42:24.591Z PASS [ 70.833s] ( 623/2983) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62372026-07-01T22:42:24.800Z PASS [ 4.966s] ( 624/2983) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
62382026-07-01T22:42:24.904Z PASS [ 5.070s] ( 625/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
62392026-07-01T22:42:25.421Z PASS [ 4.561s] ( 626/2983) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
62402026-07-01T22:42:25.895Z PASS [ 4.707s] ( 627/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
62412026-07-01T22:42:25.951Z PASS [ 4.974s] ( 628/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
62422026-07-01T22:42:26.003Z PASS [ 5.000s] ( 629/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
62432026-07-01T22:42:26.276Z PASS [ 4.861s] ( 630/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
62442026-07-01T22:42:26.614Z PASS [ 4.812s] ( 631/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
62452026-07-01T22:42:26.793Z PASS [ 4.683s] ( 632/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
62462026-07-01T22:42:27.069Z PASS [ 4.001s] ( 633/2983) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
62472026-07-01T22:42:27.096Z PASS [ 3.918s] ( 634/2983) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
62482026-07-01T22:42:27.208Z PASS [ 4.071s] ( 635/2983) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
62492026-07-01T22:42:27.213Z PASS [ 3.850s] ( 636/2983) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
62502026-07-01T22:42:27.261Z PASS [ 0.047s] ( 637/2983) nexus-db-queries db::datastore::region::test::test_extent_count
62512026-07-01T22:42:27.621Z PASS [ 5.354s] ( 638/2983) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
62522026-07-01T22:42:27.717Z PASS [ 3.926s] ( 639/2983) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
62532026-07-01T22:42:27.730Z PASS [ 4.442s] ( 640/2983) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
62542026-07-01T22:42:27.798Z PASS [ 4.431s] ( 641/2983) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
62552026-07-01T22:42:27.877Z PASS [ 3.937s] ( 642/2983) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
62562026-07-01T22:42:28.075Z PASS [ 4.050s] ( 643/2983) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
62572026-07-01T22:42:28.352Z PASS [ 4.159s] ( 644/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
62582026-07-01T22:42:28.475Z PASS [ 3.932s] ( 645/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
62592026-07-01T22:42:28.504Z PASS [ 4.070s] ( 646/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
62602026-07-01T22:42:28.541Z PASS [ 4.505s] ( 647/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
62612026-07-01T22:42:28.627Z PASS [ 4.107s] ( 648/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
62622026-07-01T22:42:28.703Z PASS [ 4.128s] ( 649/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
62632026-07-01T22:42:28.709Z PASS [ 4.118s] ( 650/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
62642026-07-01T22:42:28.774Z PASS [ 3.973s] ( 651/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
62652026-07-01T22:42:29.166Z PASS [ 4.262s] ( 652/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
62662026-07-01T22:42:29.903Z PASS [ 4.482s] ( 653/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
62672026-07-01T22:42:30.094Z PASS [ 4.091s] ( 654/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
62682026-07-01T22:42:30.407Z PASS [ 4.132s] ( 655/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
62692026-07-01T22:42:30.458Z PASS [ 4.507s] ( 656/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
62702026-07-01T22:42:31.011Z PASS [ 4.397s] ( 657/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
62712026-07-01T22:42:31.072Z PASS [ 3.811s] ( 658/2983) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
62722026-07-01T22:42:31.079Z PASS [ 3.984s] ( 659/2983) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
62732026-07-01T22:42:31.143Z PASS [ 3.936s] ( 660/2983) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
62742026-07-01T22:42:31.228Z PASS [ 4.435s] ( 661/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
62752026-07-01T22:42:31.430Z PASS [ 3.810s] ( 662/2983) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
62762026-07-01T22:42:31.463Z PASS [ 5.568s] ( 663/2983) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
62772026-07-01T22:42:31.579Z PASS [ 3.861s] ( 664/2983) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
62782026-07-01T22:42:31.621Z PASS [ 4.551s] ( 665/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
62792026-07-01T22:42:31.694Z PASS [ 3.962s] ( 666/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
62802026-07-01T22:42:31.722Z PASS [ 3.924s] ( 667/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
62812026-07-01T22:42:31.764Z PASS [ 3.887s] ( 668/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
62822026-07-01T22:42:32.032Z PASS [ 3.957s] ( 669/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
62832026-07-01T22:42:32.142Z PASS [ 3.790s] ( 670/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
62842026-07-01T22:42:32.255Z PASS [ 3.780s] ( 671/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
62852026-07-01T22:42:32.302Z PASS [ 3.761s] ( 672/2983) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
62862026-07-01T22:42:32.312Z PASS [ 3.809s] ( 673/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
62872026-07-01T22:42:32.436Z PASS [ 3.808s] ( 674/2983) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
62882026-07-01T22:42:32.458Z PASS [ 3.755s] ( 675/2983) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
62892026-07-01T22:42:32.647Z PASS [ 3.937s] ( 676/2983) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
62902026-07-01T22:42:32.785Z PASS [ 4.012s] ( 677/2983) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
62912026-07-01T22:42:32.927Z PASS [ 9.384s] ( 678/2983) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
62922026-07-01T22:42:32.961Z PASS [ 3.794s] ( 679/2983) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
62932026-07-01T22:42:33.861Z PASS [ 3.957s] ( 680/2983) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
62942026-07-01T22:42:33.927Z PASS [ 3.833s] ( 681/2983) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
62952026-07-01T22:42:34.178Z PASS [ 3.770s] ( 682/2983) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
62962026-07-01T22:42:34.753Z PASS [ 4.295s] ( 683/2983) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
62972026-07-01T22:42:35.328Z PASS [ 4.185s] ( 684/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
62982026-07-01T22:42:35.399Z PASS [ 4.388s] ( 685/2983) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
62992026-07-01T22:42:35.433Z PASS [ 4.204s] ( 686/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
63002026-07-01T22:42:35.441Z PASS [ 4.368s] ( 687/2983) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
63012026-07-01T22:42:35.506Z PASS [ 4.427s] ( 688/2983) nexus-db-queries db::datastore::sled::test::affinity_multi_group
63022026-07-01T22:42:35.583Z PASS [ 4.150s] ( 689/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
63032026-07-01T22:42:35.777Z PASS [ 4.314s] ( 690/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
63042026-07-01T22:42:35.877Z PASS [ 4.298s] ( 691/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
63052026-07-01T22:42:35.935Z PASS [ 4.237s] ( 692/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
63062026-07-01T22:42:35.974Z PASS [ 4.353s] ( 693/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
63072026-07-01T22:42:36.012Z PASS [ 4.288s] ( 694/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
63082026-07-01T22:42:36.012Z PASS [ 4.246s] ( 695/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
63092026-07-01T22:42:36.760Z PASS [ 4.727s] ( 696/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation
63102026-07-01T22:42:37.027Z PASS [ 4.714s] ( 697/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
63112026-07-01T22:42:37.471Z PASS [ 5.168s] ( 698/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
63122026-07-01T22:42:37.488Z PASS [ 5.029s] ( 699/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
63132026-07-01T22:42:37.551Z PASS [ 5.409s] ( 700/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
63142026-07-01T22:42:37.558Z PASS [ 5.303s] ( 701/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
63152026-07-01T22:42:37.689Z PASS [ 5.253s] ( 702/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
63162026-07-01T22:42:37.700Z PASS [ 4.914s] ( 703/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
63172026-07-01T22:42:37.914Z PASS [ 5.267s] ( 704/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
63182026-07-01T22:42:37.970Z PASS [ 5.043s] ( 705/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
63192026-07-01T22:42:37.985Z PASS [ 5.024s] ( 706/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
63202026-07-01T22:42:39.208Z PASS [ 15.321s] ( 707/2983) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
63212026-07-01T22:42:39.791Z PASS [ 4.285s] ( 708/2983) nexus-db-queries db::datastore::sled::test::sled_list_batch
63222026-07-01T22:42:39.840Z PASS [ 4.260s] ( 709/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
63232026-07-01T22:42:40.031Z PASS [ 4.255s] ( 710/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
63242026-07-01T22:42:40.199Z PASS [ 4.269s] ( 711/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
63252026-07-01T22:42:40.199Z PASS [ 4.189s] ( 712/2983) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
63262026-07-01T22:42:40.346Z PASS [ 4.468s] ( 713/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
63272026-07-01T22:42:40.460Z PASS [ 4.449s] ( 714/2983) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
63282026-07-01T22:42:40.594Z PASS [ 5.195s] ( 715/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
63292026-07-01T22:42:40.681Z PASS [ 5.248s] ( 716/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
63302026-07-01T22:42:40.728Z PASS [ 4.754s] ( 717/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
63312026-07-01T22:42:40.801Z PASS [ 4.034s] ( 718/2983) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
63322026-07-01T22:42:40.860Z PASS [ 5.411s] ( 719/2983) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
63332026-07-01T22:42:41.075Z PASS [ 5.747s] ( 720/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
63342026-07-01T22:42:41.373Z PASS [ 3.821s] ( 721/2983) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
63352026-07-01T22:42:41.473Z PASS [ 3.915s] ( 722/2983) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
63362026-07-01T22:42:41.637Z PASS [ 4.148s] ( 723/2983) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
63372026-07-01T22:42:41.642Z PASS [ 4.172s] ( 724/2983) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
63382026-07-01T22:42:41.976Z PASS [ 4.276s] ( 725/2983) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
63392026-07-01T22:42:42.073Z PASS [ 4.383s] ( 726/2983) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
63402026-07-01T22:42:42.096Z PASS [ 4.181s] ( 727/2983) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
63412026-07-01T22:42:42.164Z PASS [ 4.179s] ( 728/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
63422026-07-01T22:42:42.263Z PASS [ 4.292s] ( 729/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
63432026-07-01T22:42:43.609Z PASS [ 6.582s] ( 730/2983) nexus-db-queries db::datastore::sled::test::test_sled_transitions
63442026-07-01T22:42:44.319Z PASS [ 3.859s] ( 731/2983) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
63452026-07-01T22:42:44.385Z PASS [ 4.039s] ( 732/2983) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
63462026-07-01T22:42:44.426Z PASS [ 4.226s] ( 733/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
63472026-07-01T22:42:44.520Z PASS [ 4.321s] ( 734/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
63482026-07-01T22:42:44.538Z PASS [ 5.330s] ( 735/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
63492026-07-01T22:42:44.577Z PASS [ 3.896s] ( 736/2983) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
63502026-07-01T22:42:44.649Z PASS [ 4.054s] ( 737/2983) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
63512026-07-01T22:42:44.682Z PASS [ 3.954s] ( 738/2983) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
63522026-07-01T22:42:44.683Z PASS [ 3.888s] ( 739/2983) nexus-db-queries db::datastore::target_release::test::target_release_datastore
63532026-07-01T22:42:45.028Z PASS [ 4.176s] ( 740/2983) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
63542026-07-01T22:42:45.031Z PASS [ 5.238s] ( 741/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
63552026-07-01T22:42:45.080Z PASS [ 5.240s] ( 742/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
63562026-07-01T22:42:45.230Z PASS [ 4.154s] ( 743/2983) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
63572026-07-01T22:42:45.253Z PASS [ 5.221s] ( 744/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
63582026-07-01T22:42:45.380Z PASS [ 4.007s] ( 745/2983) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
63592026-07-01T22:42:45.459Z PASS [ 3.986s] ( 746/2983) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
63602026-07-01T22:42:45.484Z PASS [ 3.847s] ( 747/2983) nexus-db-queries db::datastore::test::test_project_creation
63612026-07-01T22:42:45.495Z PASS [ 3.852s] ( 748/2983) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
63622026-07-01T22:42:46.127Z PASS [ 4.151s] ( 749/2983) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
63632026-07-01T22:42:46.222Z PASS [ 4.127s] ( 750/2983) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
63642026-07-01T22:42:46.531Z PASS [ 4.269s] ( 751/2983) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
63652026-07-01T22:42:46.725Z PASS [ 4.561s] ( 752/2983) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
63662026-07-01T22:42:48.383Z PASS [ 3.862s] ( 753/2983) nexus-db-queries db::datastore::test::test_session_cleanup_batch
63672026-07-01T22:42:48.418Z PASS [ 3.880s] ( 754/2983) nexus-db-queries db::datastore::test::test_session_methods
63682026-07-01T22:42:48.509Z PASS [ 3.860s] ( 755/2983) nexus-db-queries db::datastore::test::test_ssh_keys
63692026-07-01T22:42:48.531Z PASS [ 3.848s] ( 756/2983) nexus-db-queries db::datastore::test::test_table_scan
63702026-07-01T22:42:48.572Z PASS [ 3.994s] ( 757/2983) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
63712026-07-01T22:42:49.036Z PASS [ 4.354s] ( 758/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
63722026-07-01T22:42:49.063Z PASS [ 4.034s] ( 759/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
63732026-07-01T22:42:49.183Z PASS [ 4.100s] ( 760/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
63742026-07-01T22:42:49.247Z PASS [ 4.207s] ( 761/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
63752026-07-01T22:42:49.498Z PASS [ 4.268s] ( 762/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
63762026-07-01T22:42:49.585Z PASS [ 4.332s] ( 763/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
63772026-07-01T22:42:49.594Z PASS [ 4.099s] ( 764/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
63782026-07-01T22:42:49.606Z PASS [ 4.122s] ( 765/2983) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
63792026-07-01T22:42:49.812Z PASS [ 7.740s] ( 766/2983) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
63802026-07-01T22:42:50.135Z PASS [ 4.676s] ( 767/2983) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
63812026-07-01T22:42:50.224Z PASS [ 4.002s] ( 768/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
63822026-07-01T22:42:50.410Z PASS [ 4.283s] ( 769/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
63832026-07-01T22:42:50.455Z PASS [ 0.045s] ( 770/2983) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
63842026-07-01T22:42:50.500Z PASS [ 0.045s] ( 771/2983) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
63852026-07-01T22:42:50.548Z PASS [ 4.017s] ( 772/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
63862026-07-01T22:42:50.921Z PASS [ 7.312s] ( 773/2983) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
63872026-07-01T22:42:51.677Z PASS [ 7.356s] ( 774/2983) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
63882026-07-01T22:42:51.878Z PASS [ 5.152s] ( 775/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
63892026-07-01T22:42:52.436Z PASS [ 4.053s] ( 776/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
63902026-07-01T22:42:52.503Z PASS [ 3.972s] ( 777/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
63912026-07-01T22:42:52.521Z PASS [ 8.095s] ( 778/2983) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
63922026-07-01T22:42:52.544Z PASS [ 4.126s] ( 779/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
63932026-07-01T22:42:52.988Z PASS [ 4.479s] ( 780/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
63942026-07-01T22:42:53.062Z PASS [ 8.677s] ( 781/2983) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
63952026-07-01T22:42:53.121Z PASS [ 4.078s] ( 782/2983) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
63962026-07-01T22:42:53.125Z PASS [ 4.062s] ( 783/2983) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
63972026-07-01T22:42:53.150Z PASS [ 4.579s] ( 784/2983) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
63982026-07-01T22:42:53.223Z PASS [ 3.984s] ( 785/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
63992026-07-01T22:42:53.320Z PASS [ 4.131s] ( 786/2983) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
64002026-07-01T22:42:53.329Z PASS [ 0.257s] ( 787/2983) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
64012026-07-01T22:42:53.374Z PASS [ 3.789s] ( 788/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
64022026-07-01T22:42:53.447Z PASS [ 3.948s] ( 789/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
64032026-07-01T22:42:53.478Z PASS [ 3.882s] ( 790/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
64042026-07-01T22:42:53.554Z PASS [ 3.737s] ( 791/2983) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
64052026-07-01T22:42:53.610Z PASS [ 3.996s] ( 792/2983) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
64062026-07-01T22:42:54.008Z PASS [ 3.866s] ( 793/2983) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
64072026-07-01T22:42:54.061Z PASS [ 0.049s] ( 794/2983) nexus-db-queries db::pagination::test::test_paginator
64082026-07-01T22:42:54.726Z PASS [ 3.805s] ( 795/2983) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
64092026-07-01T22:42:55.393Z PASS [ 1.343s] ( 796/2983) nexus-db-queries db::pool::test::test_pool_can_be_terminated
64102026-07-01T22:42:55.532Z PASS [ 3.857s] ( 797/2983) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
64112026-07-01T22:42:55.575Z PASS [ 2.421s] ( 798/2983) nexus-db-queries db::explain::test::test_explain_async
64122026-07-01T22:42:55.726Z PASS [ 2.605s] ( 799/2983) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
64132026-07-01T22:42:55.727Z PASS [ 2.500s] ( 800/2983) nexus-db-queries db::explain::test::test_explain_full_table_scan
64142026-07-01T22:42:55.780Z PASS [ 3.901s] ( 801/2983) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
64152026-07-01T22:42:56.087Z PASS [ 1.355s] ( 802/2983) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
64162026-07-01T22:42:56.115Z PASS [ 2.803s] ( 803/2983) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
64172026-07-01T22:42:56.161Z PASS [ 2.839s] ( 804/2983) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
64182026-07-01T22:42:56.277Z PASS [ 2.821s] ( 805/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
64192026-07-01T22:42:56.277Z PASS [ 2.893s] ( 806/2983) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
64202026-07-01T22:42:56.327Z PASS [ 2.846s] ( 807/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
64212026-07-01T22:42:56.389Z PASS [ 0.268s] ( 808/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
64222026-07-01T22:42:56.411Z PASS [ 0.252s] ( 809/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
64232026-07-01T22:42:56.421Z PASS [ 2.818s] ( 810/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
64242026-07-01T22:42:56.442Z PASS [ 2.885s] ( 811/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
64252026-07-01T22:42:56.449Z PASS [ 4.007s] ( 812/2983) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
64262026-07-01T22:42:56.538Z PASS [ 0.270s] ( 813/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
64272026-07-01T22:42:56.544Z PASS [ 4.038s] ( 814/2983) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
64282026-07-01T22:42:56.573Z PASS [ 0.302s] ( 815/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
64292026-07-01T22:42:56.988Z PASS [ 3.863s] ( 816/2983) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
64302026-07-01T22:42:57.045Z PASS [ 4.500s] ( 817/2983) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
64312026-07-01T22:42:57.262Z PASS [ 0.273s] ( 818/2983) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
64322026-07-01T22:42:57.284Z PASS [ 0.239s] ( 819/2983) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
64332026-07-01T22:42:57.545Z PASS [ 5.023s] ( 820/2983) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
64342026-07-01T22:42:57.545Z PASS [ 0.260s] ( 821/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
64352026-07-01T22:42:57.583Z PASS [ 7.358s] ( 822/2983) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
64362026-07-01T22:42:57.837Z PASS [ 0.254s] ( 823/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
64372026-07-01T22:42:57.890Z PASS [ 0.345s] ( 824/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
64382026-07-01T22:42:57.903Z PASS [ 0.357s] ( 825/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
64392026-07-01T22:42:57.908Z PASS [ 7.408s] ( 826/2983) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
64402026-07-01T22:42:58.027Z PASS [ 5.038s] ( 827/2983) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
64412026-07-01T22:42:58.107Z PASS [ 0.270s] ( 828/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
64422026-07-01T22:42:58.145Z PASS [ 0.255s] ( 829/2983) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
64432026-07-01T22:42:58.176Z PASS [ 2.604s] ( 830/2983) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
64442026-07-01T22:42:58.419Z PASS [ 7.871s] ( 831/2983) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
64452026-07-01T22:42:58.912Z PASS [ 0.737s] ( 832/2983) nexus-db-queries db::queries::network_interface::tests::expectorate_query
64462026-07-01T22:42:59.598Z PASS [ 3.879s] ( 833/2983) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
64472026-07-01T22:42:59.619Z PASS [ 4.086s] ( 834/2983) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
64482026-07-01T22:42:59.627Z PASS [ 4.233s] ( 835/2983) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
64492026-07-01T22:42:59.677Z PASS [ 0.050s] ( 836/2983) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
64502026-07-01T22:42:59.980Z PASS [ 3.899s] ( 837/2983) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
64512026-07-01T22:42:59.986Z PASS [ 2.725s] ( 838/2983) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
64522026-07-01T22:43:00.042Z PASS [ 4.323s] ( 839/2983) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
64532026-07-01T22:43:00.110Z PASS [ 4.331s] ( 840/2983) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
64542026-07-01T22:43:00.249Z PASS [ 3.829s] ( 841/2983) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
64552026-07-01T22:43:00.387Z PASS [ 3.951s] ( 842/2983) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
64562026-07-01T22:43:00.417Z PASS [ 4.006s] ( 843/2983) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
64572026-07-01T22:43:00.437Z PASS [ 3.993s] ( 844/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
64582026-07-01T22:43:00.605Z PASS [ 4.222s] ( 845/2983) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
64592026-07-01T22:43:00.710Z PASS [ 4.140s] ( 846/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
64602026-07-01T22:43:00.713Z PASS [ 4.169s] ( 847/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
64612026-07-01T22:43:00.744Z PASS [ 4.422s] ( 848/2983) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
64622026-07-01T22:43:00.794Z PASS [ 4.257s] ( 849/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
64632026-07-01T22:43:01.981Z PASS [ 4.079s] ( 850/2983) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
64642026-07-01T22:43:02.034Z PASS [ 0.052s] ( 851/2983) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
64652026-07-01T22:43:02.163Z PASS [ 4.018s] ( 852/2983) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
64662026-07-01T22:43:02.163Z PASS [ 4.056s] ( 853/2983) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
64672026-07-01T22:43:02.232Z PASS [ 3.813s] ( 854/2983) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
64682026-07-01T22:43:02.246Z PASS [ 4.337s] ( 855/2983) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
64692026-07-01T22:43:02.443Z PASS [ 4.417s] ( 856/2983) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
64702026-07-01T22:43:02.497Z PASS [ 0.053s] ( 857/2983) nexus-db-queries db::queries::next_item::tests::test_shift_indices
64712026-07-01T22:43:03.527Z PASS [ 3.850s] ( 858/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
64722026-07-01T22:43:03.549Z PASS [ 3.951s] ( 859/2983) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
64732026-07-01T22:43:03.593Z PASS [ 4.681s] ( 860/2983) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
64742026-07-01T22:43:03.810Z PASS [ 0.261s] ( 861/2983) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
64752026-07-01T22:43:03.826Z PASS [ 0.298s] ( 862/2983) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
64762026-07-01T22:43:03.874Z PASS [ 0.048s] ( 863/2983) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
64772026-07-01T22:43:03.906Z PASS [ 3.919s] ( 864/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
64782026-07-01T22:43:03.920Z PASS [ 0.046s] ( 865/2983) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
64792026-07-01T22:43:04.016Z PASS [ 3.974s] ( 866/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
64802026-07-01T22:43:04.147Z PASS [ 3.898s] ( 867/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
64812026-07-01T22:43:04.205Z PASS [ 4.225s] ( 868/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
64822026-07-01T22:43:04.219Z PASS [ 4.601s] ( 869/2983) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
64832026-07-01T22:43:04.252Z PASS [ 3.866s] ( 870/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
64842026-07-01T22:43:04.302Z PASS [ 4.191s] ( 871/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
64852026-07-01T22:43:04.306Z PASS [ 3.885s] ( 872/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
64862026-07-01T22:43:04.386Z PASS [ 3.949s] ( 873/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
64872026-07-01T22:43:04.561Z PASS [ 0.260s] ( 874/2983) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
64882026-07-01T22:43:04.602Z PASS [ 3.997s] ( 875/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
64892026-07-01T22:43:04.657Z PASS [ 0.271s] ( 876/2983) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
64902026-07-01T22:43:04.802Z PASS [ 0.240s] ( 877/2983) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
64912026-07-01T22:43:04.838Z PASS [ 4.129s] ( 878/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
64922026-07-01T22:43:04.852Z PASS [ 4.058s] ( 879/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
64932026-07-01T22:43:04.868Z PASS [ 4.124s] ( 880/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
64942026-07-01T22:43:04.930Z PASS [ 1.024s] ( 881/2983) nexus-db-queries db::queries::region_allocation::test::expectorate_query
64952026-07-01T22:43:05.053Z PASS [ 0.451s] ( 882/2983) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
64962026-07-01T22:43:05.065Z PASS [ 4.354s] ( 883/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
64972026-07-01T22:43:05.068Z PASS [ 0.228s] ( 884/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
64982026-07-01T22:43:05.072Z PASS [ 2.840s] ( 885/2983) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
64992026-07-01T22:43:05.075Z PASS [ 2.827s] ( 886/2983) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
65002026-07-01T22:43:05.075Z PASS [ 0.223s] ( 887/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
65012026-07-01T22:43:05.087Z PASS [ 2.923s] ( 888/2983) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
65022026-07-01T22:43:05.091Z PASS [ 2.928s] ( 889/2983) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
65032026-07-01T22:43:05.099Z PASS [ 0.231s] ( 890/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
65042026-07-01T22:43:05.174Z PASS [ 0.243s] ( 891/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
65052026-07-01T22:43:05.203Z PASS [ 0.116s] ( 892/2983) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
65062026-07-01T22:43:05.207Z PASS [ 0.129s] ( 893/2983) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
65072026-07-01T22:43:05.210Z PASS [ 0.111s] ( 894/2983) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
65082026-07-01T22:43:05.214Z PASS [ 0.120s] ( 895/2983) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
65092026-07-01T22:43:05.217Z PASS [ 2.719s] ( 896/2983) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
65102026-07-01T22:43:05.220Z PASS [ 0.146s] ( 897/2983) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
65112026-07-01T22:43:05.411Z PASS [ 0.237s] ( 898/2983) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
65122026-07-01T22:43:05.563Z PASS [ 0.352s] ( 899/2983) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
65132026-07-01T22:43:05.975Z PASS [ 2.382s] ( 900/2983) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
65142026-07-01T22:43:06.241Z PASS [ 2.431s] ( 901/2983) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
65152026-07-01T22:43:06.308Z PASS [ 2.387s] ( 902/2983) nexus-db-queries db::queries::region_allocation::test::explainable
65162026-07-01T22:43:06.353Z PASS [ 4.320s] ( 903/2983) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
65172026-07-01T22:43:06.624Z PASS [ 2.321s] ( 904/2983) nexus-db-queries db::queries::regions_hard_delete::test::explainable
65182026-07-01T22:43:07.105Z PASS [ 2.447s] ( 905/2983) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
65192026-07-01T22:43:07.372Z PASS [ 2.570s] ( 906/2983) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
65202026-07-01T22:43:07.392Z PASS [ 0.020s] ( 907/2983) nexus-defaults tests::test_random_vpc_ipv6_prefix
65212026-07-01T22:43:07.428Z PASS [ 0.036s] ( 908/2983) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
65222026-07-01T22:43:07.436Z PASS [ 2.383s] ( 909/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
65232026-07-01T22:43:07.464Z PASS [ 0.035s] ( 910/2983) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
65242026-07-01T22:43:07.471Z PASS [ 0.035s] ( 911/2983) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
65252026-07-01T22:43:07.492Z PASS [ 0.028s] ( 912/2983) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
65262026-07-01T22:43:07.514Z PASS [ 0.043s] ( 913/2983) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
65272026-07-01T22:43:07.522Z PASS [ 2.457s] ( 914/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
65282026-07-01T22:43:07.527Z PASS [ 0.033s] ( 915/2983) nexus-fm builder::case::tests::dirty_bits_default_false
65292026-07-01T22:43:07.547Z PASS [ 0.034s] ( 916/2983) nexus-fm builder::case::tests::request_alert_flips_alert_state
65302026-07-01T22:43:07.563Z PASS [ 0.041s] ( 917/2983) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
65312026-07-01T22:43:07.569Z PASS [ 0.044s] ( 918/2983) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
65322026-07-01T22:43:07.579Z PASS [ 0.031s] ( 919/2983) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
65332026-07-01T22:43:07.589Z PASS [ 2.522s] ( 920/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
65342026-07-01T22:43:07.595Z PASS [ 0.032s] ( 921/2983) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
65352026-07-01T22:43:07.599Z PASS [ 2.527s] ( 922/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
65362026-07-01T22:43:07.606Z PASS [ 0.036s] ( 923/2983) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
65372026-07-01T22:43:07.615Z PASS [ 0.036s] ( 924/2983) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
65382026-07-01T22:43:07.625Z PASS [ 0.036s] ( 925/2983) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
65392026-07-01T22:43:07.631Z PASS [ 0.036s] ( 926/2983) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
65402026-07-01T22:43:07.642Z PASS [ 0.043s] ( 927/2983) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
65412026-07-01T22:43:07.647Z PASS [ 0.041s] ( 928/2983) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
65422026-07-01T22:43:07.663Z PASS [ 0.048s] ( 929/2983) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
65432026-07-01T22:43:07.677Z PASS [ 0.052s] ( 930/2983) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
65442026-07-01T22:43:07.683Z PASS [ 0.051s] ( 931/2983) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
65452026-07-01T22:43:07.692Z PASS [ 0.049s] ( 932/2983) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
65462026-07-01T22:43:07.696Z PASS [ 0.049s] ( 933/2983) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
65472026-07-01T22:43:07.710Z PASS [ 0.046s] ( 934/2983) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
65482026-07-01T22:43:07.720Z PASS [ 2.516s] ( 935/2983) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
65492026-07-01T22:43:07.726Z PASS [ 0.048s] ( 936/2983) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
65502026-07-01T22:43:07.732Z PASS [ 0.049s] ( 937/2983) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
65512026-07-01T22:43:07.739Z PASS [ 0.047s] ( 938/2983) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
65522026-07-01T22:43:07.749Z PASS [ 0.052s] ( 939/2983) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
65532026-07-01T22:43:07.762Z PASS [ 0.053s] ( 940/2983) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
65542026-07-01T22:43:07.769Z PASS [ 0.037s] ( 941/2983) nexus-inventory builder::test::test_empty
65552026-07-01T22:43:07.774Z PASS [ 0.035s] ( 942/2983) nexus-inventory builder::test::test_problems
65562026-07-01T22:43:07.777Z PASS [ 0.056s] ( 943/2983) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
65572026-07-01T22:43:07.781Z PASS [ 0.052s] ( 944/2983) nexus-inventory builder::test::test_basic
65582026-07-01T22:43:07.833Z PASS [ 2.628s] ( 945/2983) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
65592026-07-01T22:43:07.915Z PASS [ 2.704s] ( 946/2983) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
65602026-07-01T22:43:08.110Z PASS [ 0.340s] ( 947/2983) nexus-inventory collector::test::test_multi_mgs_failure
65612026-07-01T22:43:08.113Z PASS [ 4.096s] ( 948/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
65622026-07-01T22:43:08.191Z PASS [ 4.043s] ( 949/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
65632026-07-01T22:43:08.279Z PASS [ 4.026s] ( 950/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
65642026-07-01T22:43:08.296Z PASS [ 4.076s] ( 951/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
65652026-07-01T22:43:08.300Z PASS [ 4.092s] ( 952/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
65662026-07-01T22:43:08.336Z PASS [ 0.562s] ( 953/2983) nexus-inventory collector::test::test_sled_agent_failure
65672026-07-01T22:43:08.439Z PASS [ 0.689s] ( 954/2983) nexus-inventory collector::test::test_basic
65682026-07-01T22:43:08.456Z PASS [ 1.351s] ( 955/2983) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
65692026-07-01T22:43:08.638Z PASS [ 0.875s] ( 956/2983) nexus-inventory collector::test::test_multi_mgs
65702026-07-01T22:43:08.742Z PASS [ 0.827s] ( 957/2983) nexus-mgs-updates driver_update::test::test_rot_basic_failures
65712026-07-01T22:43:08.868Z PASS [ 0.759s] ( 958/2983) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
65722026-07-01T22:43:08.960Z PASS [ 3.740s] ( 959/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
65732026-07-01T22:43:08.966Z PASS [ 3.750s] ( 960/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
65742026-07-01T22:43:09.001Z PASS [ 0.722s] ( 961/2983) nexus-mgs-updates driver_update::test::test_sp_basic_failures
65752026-07-01T22:43:09.005Z PASS [ 0.037s] ( 962/2983) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
65762026-07-01T22:43:09.034Z PASS [ 3.623s] ( 963/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
65772026-07-01T22:43:09.044Z PASS [ 0.043s] ( 964/2983) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
65782026-07-01T22:43:09.055Z PASS [ 0.051s] ( 965/2983) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
65792026-07-01T22:43:09.072Z PASS [ 0.038s] ( 966/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
65802026-07-01T22:43:09.076Z PASS [ 3.511s] ( 967/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
65812026-07-01T22:43:09.088Z PASS [ 0.044s] ( 968/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
65822026-07-01T22:43:09.100Z PASS [ 0.044s] ( 969/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
65832026-07-01T22:43:09.113Z PASS [ 0.244s] ( 970/2983) nexus-mgs-updates test_util::step_through::test::test_basic
65842026-07-01T22:43:09.116Z PASS [ 0.043s] ( 971/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
65852026-07-01T22:43:09.122Z PASS [ 0.048s] ( 972/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
65862026-07-01T22:43:09.128Z PASS [ 0.040s] ( 973/2983) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
65872026-07-01T22:43:09.138Z PASS [ 0.039s] ( 974/2983) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
65882026-07-01T22:43:09.156Z PASS [ 0.043s] ( 975/2983) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
65892026-07-01T22:43:09.167Z PASS [ 0.052s] ( 976/2983) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
65902026-07-01T22:43:09.168Z PASS [ 0.207s] ( 977/2983) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
65912026-07-01T22:43:09.168Z PASS [ 0.045s] ( 978/2983) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
65922026-07-01T22:43:09.174Z PASS [ 0.046s] ( 979/2983) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
65932026-07-01T22:43:09.185Z PASS [ 0.046s] ( 980/2983) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
65942026-07-01T22:43:09.201Z PASS [ 0.045s] ( 981/2983) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
65952026-07-01T22:43:09.213Z PASS [ 0.045s] ( 982/2983) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
65962026-07-01T22:43:09.218Z PASS [ 0.050s] ( 983/2983) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
65972026-07-01T22:43:09.222Z PASS [ 0.048s] ( 984/2983) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
65982026-07-01T22:43:09.228Z PASS [ 0.055s] ( 985/2983) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
65992026-07-01T22:43:09.239Z PASS [ 0.038s] ( 986/2983) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
66002026-07-01T22:43:09.352Z PASS [ 23.971s] ( 987/2983) nexus-db-queries db::datastore::update::test::test_list_unpruned
66012026-07-01T22:43:09.412Z PASS [ 0.060s] ( 988/2983) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
66022026-07-01T22:43:09.454Z PASS [ 3.479s] ( 989/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
66032026-07-01T22:43:09.469Z PASS [ 0.056s] ( 990/2983) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
66042026-07-01T22:43:09.501Z PASS [ 0.047s] ( 991/2983) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
66052026-07-01T22:43:09.519Z PASS [ 0.051s] ( 992/2983) nexus-reconfigurator-execution dns::test::test_dns_compute_update
66062026-07-01T22:43:09.534Z PASS [ 1.078s] ( 993/2983) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
66072026-07-01T22:43:09.843Z PASS [ 3.219s] ( 994/2983) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
66082026-07-01T22:43:10.022Z PASS [ 3.669s] ( 995/2983) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
66092026-07-01T22:43:10.247Z PASS [ 2.415s] ( 996/2983) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
66102026-07-01T22:43:10.304Z PASS [ 0.057s] ( 997/2983) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
66112026-07-01T22:43:10.350Z PASS [ 2.574s] ( 998/2983) nexus-metrics-producer-gc tests::test_prune_expired_producers
66122026-07-01T22:43:10.388Z PASS [ 0.038s] ( 999/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
66132026-07-01T22:43:10.423Z PASS [ 0.035s] (1000/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
66142026-07-01T22:43:10.457Z PASS [ 0.034s] (1001/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
66152026-07-01T22:43:10.505Z PASS [ 0.048s] (1002/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
66162026-07-01T22:43:10.547Z PASS [ 0.042s] (1003/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
66172026-07-01T22:43:10.591Z PASS [ 0.044s] (1004/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
66182026-07-01T22:43:10.633Z PASS [ 0.042s] (1005/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
66192026-07-01T22:43:10.670Z PASS [ 0.037s] (1006/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
66202026-07-01T22:43:10.676Z PASS [ 2.897s] (1007/2983) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
66212026-07-01T22:43:10.711Z PASS [ 0.035s] (1008/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
66222026-07-01T22:43:10.716Z PASS [ 0.046s] (1009/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
66232026-07-01T22:43:10.741Z PASS [ 0.029s] (1010/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
66242026-07-01T22:43:10.748Z PASS [ 0.031s] (1011/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
66252026-07-01T22:43:10.772Z PASS [ 0.031s] (1012/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
66262026-07-01T22:43:10.781Z PASS [ 0.033s] (1013/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
66272026-07-01T22:43:10.803Z PASS [ 0.031s] (1014/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
66282026-07-01T22:43:10.814Z PASS [ 0.033s] (1015/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
66292026-07-01T22:43:10.835Z PASS [ 0.031s] (1016/2983) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
66302026-07-01T22:43:10.856Z PASS [ 0.042s] (1017/2983) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
66312026-07-01T22:43:11.083Z PASS [ 0.227s] (1018/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
66322026-07-01T22:43:11.379Z PASS [ 0.296s] (1019/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
66332026-07-01T22:43:11.502Z PASS [ 0.123s] (1020/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
66342026-07-01T22:43:11.570Z PASS [ 0.067s] (1021/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
66352026-07-01T22:43:11.599Z PASS [ 0.030s] (1022/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
66362026-07-01T22:43:11.644Z PASS [ 0.045s] (1023/2983) nexus-reconfigurator-planning example::tests::builder_all_zone_types
66372026-07-01T22:43:11.694Z PASS [ 0.050s] (1024/2983) nexus-reconfigurator-planning example::tests::builder_zone_counts
66382026-07-01T22:43:12.798Z PASS [ 4.462s] (1025/2983) nexus-mgs-updates driver_update::test::test_sp_update_watched
66392026-07-01T22:43:12.829Z PASS [ 0.031s] (1026/2983) nexus-reconfigurator-planning example::tests::instances_on_examples
66402026-07-01T22:43:12.874Z PASS [ 0.045s] (1027/2983) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
66412026-07-01T22:43:12.912Z PASS [ 0.039s] (1028/2983) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
66422026-07-01T22:43:12.955Z PASS [ 0.043s] (1029/2983) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
66432026-07-01T22:43:12.999Z PASS [ 0.043s] (1030/2983) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
66442026-07-01T22:43:13.034Z PASS [ 2.199s] (1031/2983) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
66452026-07-01T22:43:13.046Z PASS [ 0.047s] (1032/2983) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
66462026-07-01T22:43:13.089Z PASS [ 0.055s] (1033/2983) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
66472026-07-01T22:43:13.104Z PASS [ 0.059s] (1034/2983) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
66482026-07-01T22:43:13.131Z PASS [ 0.042s] (1035/2983) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
66492026-07-01T22:43:13.160Z PASS [ 0.055s] (1036/2983) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
66502026-07-01T22:43:13.177Z PASS [ 0.046s] (1037/2983) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
66512026-07-01T22:43:13.216Z PASS [ 0.056s] (1038/2983) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
66522026-07-01T22:43:13.277Z PASS [ 4.059s] (1039/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
66532026-07-01T22:43:13.282Z PASS [ 0.067s] (1040/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
66542026-07-01T22:43:13.287Z PASS [ 0.109s] (1041/2983) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
66552026-07-01T22:43:13.352Z PASS [ 0.069s] (1042/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
66562026-07-01T22:43:13.360Z PASS [ 0.073s] (1043/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
66572026-07-01T22:43:13.366Z PASS [ 0.089s] (1044/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
66582026-07-01T22:43:13.413Z PASS [ 0.061s] (1045/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
66592026-07-01T22:43:13.431Z PASS [ 0.065s] (1046/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
66602026-07-01T22:43:13.434Z PASS [ 4.195s] (1047/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
66612026-07-01T22:43:13.458Z PASS [ 0.098s] (1048/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
66622026-07-01T22:43:13.470Z PASS [ 0.057s] (1049/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
66632026-07-01T22:43:13.487Z PASS [ 0.056s] (1050/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
66642026-07-01T22:43:13.515Z PASS [ 0.081s] (1051/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
66652026-07-01T22:43:13.518Z PASS [ 4.294s] (1052/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
66662026-07-01T22:43:13.532Z PASS [ 0.074s] (1053/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
66672026-07-01T22:43:13.554Z PASS [ 0.084s] (1054/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
66682026-07-01T22:43:13.580Z PASS [ 4.357s] (1055/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
66692026-07-01T22:43:13.630Z PASS [ 0.113s] (1056/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
66702026-07-01T22:43:13.633Z PASS [ 0.098s] (1057/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
66712026-07-01T22:43:13.641Z PASS [ 0.087s] (1058/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
66722026-07-01T22:43:13.648Z PASS [ 0.131s] (1059/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
66732026-07-01T22:43:13.706Z PASS [ 0.076s] (1060/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
66742026-07-01T22:43:13.716Z PASS [ 0.075s] (1061/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
66752026-07-01T22:43:13.728Z PASS [ 0.097s] (1062/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
66762026-07-01T22:43:13.763Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
66772026-07-01T22:43:13.767Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66782026-07-01T22:43:14.045Z PASS [ 5.607s] (1063/2983) nexus-mgs-updates driver_update::test_host_phase_1::basic
66792026-07-01T22:43:14.180Z PASS [ 0.692s] (1064/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
66802026-07-01T22:43:14.216Z PASS [ 0.636s] (1065/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
66812026-07-01T22:43:14.288Z PASS [ 0.072s] (1066/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
66822026-07-01T22:43:14.648Z PASS [ 2.954s] (1067/2983) nexus-reconfigurator-planning example::tests::dns_resolution_works
66832026-07-01T22:43:14.651Z PASS [ 0.933s] (1068/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
66842026-07-01T22:43:14.703Z PASS [ 6.592s] (1069/2983) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
66852026-07-01T22:43:14.815Z PASS [ 6.624s] (1070/2983) nexus-mgs-updates driver_update::test::test_rot_update_basic
66862026-07-01T22:43:14.836Z PASS [ 0.021s] (1071/2983) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
66872026-07-01T22:43:14.859Z PASS [ 1.153s] (1072/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
66882026-07-01T22:43:14.868Z PASS [ 0.032s] (1073/2983) nexus-saga-recovery recovery::test::test_execution_basic
66892026-07-01T22:43:14.889Z PASS [ 0.030s] (1074/2983) nexus-saga-recovery recovery::test::test_plan_basic
66902026-07-01T22:43:14.896Z PASS [ 0.028s] (1075/2983) nexus-saga-recovery recovery::test::test_read_all_from_channel
66912026-07-01T22:43:14.922Z PASS [ 0.025s] (1076/2983) nexus-switch-config tests::all_problems_are_accumulated
66922026-07-01T22:43:14.927Z PASS [ 0.037s] (1077/2983) nexus-saga-recovery test::test_basic
66932026-07-01T22:43:14.949Z PASS [ 0.027s] (1078/2983) nexus-switch-config tests::empty_port_list_is_reported
66942026-07-01T22:43:14.955Z PASS [ 0.028s] (1079/2983) nexus-switch-config tests::illegal_max_paths_is_reported
66952026-07-01T22:43:14.975Z PASS [ 1.247s] (1080/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
66962026-07-01T22:43:14.978Z PASS [ 0.029s] (1081/2983) nexus-switch-config tests::malformed_uplink_address_is_reported
66972026-07-01T22:43:14.985Z PASS [ 0.030s] (1082/2983) nexus-switch-config tests::missing_rack_subnet_is_reported
66982026-07-01T22:43:15.007Z PASS [ 0.032s] (1083/2983) nexus-switch-config tests::no_silent_port_drops
66992026-07-01T22:43:15.011Z PASS [ 0.030s] (1084/2983) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
67002026-07-01T22:43:15.017Z PASS [ 0.032s] (1085/2983) nexus-switch-config tests::peered_port_requires_switch_bgp_config
67012026-07-01T22:43:15.047Z PASS [ 0.039s] (1086/2983) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
67022026-07-01T22:43:15.055Z PASS [ 0.048s] (1087/2983) nexus-switch-config tests::peered_port_switch_asn
67032026-07-01T22:43:15.086Z PASS [ 0.068s] (1088/2983) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
67042026-07-01T22:43:15.112Z PASS [ 0.026s] (1089/2983) nexus-types alert::tests::test_is_test
67052026-07-01T22:43:15.139Z PASS [ 0.027s] (1090/2983) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
67062026-07-01T22:43:15.169Z PASS [ 0.030s] (1091/2983) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
67072026-07-01T22:43:15.174Z PASS [ 1.527s] (1092/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
67082026-07-01T22:43:15.200Z PASS [ 0.143s] (1093/2983) nexus-types alert::tests::test_from_str_roundtrips
67092026-07-01T22:43:15.203Z PASS [ 0.033s] (1094/2983) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
67102026-07-01T22:43:15.203Z PASS [ 0.029s] (1095/2983) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
67112026-07-01T22:43:15.230Z PASS [ 0.027s] (1096/2983) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
67122026-07-01T22:43:15.244Z PASS [ 0.039s] (1097/2983) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
67132026-07-01T22:43:15.247Z PASS [ 0.046s] (1098/2983) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
67142026-07-01T22:43:15.276Z PASS [ 0.031s] (1099/2983) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
67152026-07-01T22:43:15.280Z PASS [ 0.038s] (1100/2983) nexus-types deployment::test::test_serialize_pending_mgs_updates
67162026-07-01T22:43:15.306Z PASS [ 0.029s] (1101/2983) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
67172026-07-01T22:43:15.314Z PASS [ 0.034s] (1102/2983) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
67182026-07-01T22:43:15.342Z PASS [ 0.037s] (1103/2983) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
67192026-07-01T22:43:15.349Z PASS [ 0.035s] (1104/2983) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
67202026-07-01T22:43:15.374Z PASS [ 0.032s] (1105/2983) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
67212026-07-01T22:43:15.382Z PASS [ 0.034s] (1106/2983) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
67222026-07-01T22:43:15.405Z PASS [ 0.031s] (1107/2983) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
67232026-07-01T22:43:15.438Z PASS [ 0.055s] (1108/2983) nexus-types fm::case::tests::test_case_display
67242026-07-01T22:43:15.464Z PASS [ 1.418s] (1109/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
67252026-07-01T22:43:15.469Z PASS [ 0.063s] (1110/2983) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
67262026-07-01T22:43:15.472Z PASS [ 0.035s] (1111/2983) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
67272026-07-01T22:43:15.497Z PASS [ 0.033s] (1112/2983) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
67282026-07-01T22:43:15.512Z PASS [ 0.039s] (1113/2983) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
67292026-07-01T22:43:15.512Z PASS [ 0.043s] (1114/2983) nexus-types quiesce::test::test_drained_blueprint
67302026-07-01T22:43:15.559Z PASS [ 0.047s] (1115/2983) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
67312026-07-01T22:43:15.603Z PASS [ 0.106s] (1116/2983) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
67322026-07-01T22:43:15.603Z PASS [ 0.091s] (1117/2983) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
67332026-07-01T22:43:15.639Z PASS [ 0.080s] (1118/2983) nexus-types quiesce::test::test_quiesce_block_on_reassignment
67342026-07-01T22:43:15.646Z PASS [ 0.043s] (1119/2983) nexus-types quiesce::test::test_quiesce_block_on_saga_started
67352026-07-01T22:43:15.664Z PASS [ 0.061s] (1120/2983) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
67362026-07-01T22:43:15.683Z PASS [ 0.043s] (1121/2983) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
67372026-07-01T22:43:15.686Z PASS [ 0.039s] (1122/2983) nexus-types quiesce::test::test_quiesce_noop
67382026-07-01T22:43:15.716Z PASS [ 0.052s] (1123/2983) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
67392026-07-01T22:43:15.724Z PASS [ 0.038s] (1124/2983) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
67402026-07-01T22:43:15.736Z PASS [ 0.053s] (1125/2983) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
67412026-07-01T22:43:15.748Z PASS [ 0.032s] (1126/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
67422026-07-01T22:43:15.761Z PASS [ 0.038s] (1127/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
67432026-07-01T22:43:15.772Z PASS [ 0.035s] (1128/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
67442026-07-01T22:43:15.777Z PASS [ 0.029s] (1129/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
67452026-07-01T22:43:15.793Z PASS [ 0.031s] (1130/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
67462026-07-01T22:43:15.800Z PASS [ 0.028s] (1131/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
67472026-07-01T22:43:15.818Z PASS [ 0.025s] (1132/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
67482026-07-01T22:43:15.818Z PASS [ 0.041s] (1133/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
67492026-07-01T22:43:15.861Z PASS [ 0.043s] (1134/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
67502026-07-01T22:43:15.861Z PASS [ 0.061s] (1135/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
67512026-07-01T22:43:15.890Z PASS [ 0.072s] (1136/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
67522026-07-01T22:43:15.916Z PASS [ 0.055s] (1137/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
67532026-07-01T22:43:15.933Z PASS [ 0.043s] (1138/2983) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
67542026-07-01T22:43:15.951Z PASS [ 0.061s] (1139/2983) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
67552026-07-01T22:43:15.974Z PASS [ 0.058s] (1140/2983) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
67562026-07-01T22:43:15.984Z PASS [ 0.050s] (1141/2983) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
67572026-07-01T22:43:16.003Z PASS [ 0.052s] (1142/2983) nexus-types-versions impls::policy::tests::test_policy_parsing
67582026-07-01T22:43:16.015Z PASS [ 0.042s] (1143/2983) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
67592026-07-01T22:43:16.049Z PASS [ 0.065s] (1144/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
67602026-07-01T22:43:16.060Z PASS [ 0.056s] (1145/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
67612026-07-01T22:43:16.088Z PASS [ 0.029s] (1146/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
67622026-07-01T22:43:16.092Z PASS [ 0.076s] (1147/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
67632026-07-01T22:43:16.117Z PASS [ 0.068s] (1148/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
67642026-07-01T22:43:16.125Z PASS [ 0.037s] (1149/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
67652026-07-01T22:43:16.131Z PASS [ 0.039s] (1150/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
67662026-07-01T22:43:16.147Z PASS [ 0.030s] (1151/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
67672026-07-01T22:43:16.156Z PASS [ 0.029s] (1152/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
67682026-07-01T22:43:16.214Z PASS [ 0.083s] (1153/2983) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
67692026-07-01T22:43:16.266Z PASS [ 0.112s] (1154/2983) omicron-certificates tests::test_cert_extended_key_usage
67702026-07-01T22:43:16.300Z PASS [ 0.087s] (1155/2983) omicron-certificates tests::test_common_name_is_validated
67712026-07-01T22:43:16.349Z PASS [ 0.083s] (1156/2983) omicron-certificates tests::test_subject_alternate_names_are_validated
67722026-07-01T22:43:16.352Z PASS [ 0.205s] (1157/2983) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
67732026-07-01T22:43:16.377Z PASS [ 0.076s] (1158/2983) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
67742026-07-01T22:43:16.928Z PASS [ 8.632s] (1159/2983) nexus-mgs-updates driver_update::test::test_sp_update_basic
67752026-07-01T22:43:17.304Z PASS [ 3.124s] (1160/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
67762026-07-01T22:43:17.716Z PASS [ 2.669s] (1161/2983) nexus-test-utils test::test_suite_password_matches_hash
67772026-07-01T22:43:17.895Z PASS [ 1.518s] (1162/2983) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
67782026-07-01T22:43:17.918Z PASS [ 0.022s] (1163/2983) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
67792026-07-01T22:43:17.946Z PASS [ 0.029s] (1164/2983) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
67802026-07-01T22:43:18.072Z PASS [ 0.126s] (1165/2983) omicron-cockroach-metrics tests::test_cluster_client_caching
67812026-07-01T22:43:18.110Z PASS [ 0.038s] (1166/2983) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
67822026-07-01T22:43:18.128Z PASS [ 0.018s] (1167/2983) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
67832026-07-01T22:43:18.149Z PASS [ 0.020s] (1168/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
67842026-07-01T22:43:18.180Z PASS [ 0.031s] (1169/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
67852026-07-01T22:43:18.200Z PASS [ 0.020s] (1170/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
67862026-07-01T22:43:18.225Z PASS [ 0.025s] (1171/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
67872026-07-01T22:43:18.251Z PASS [ 0.025s] (1172/2983) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
67882026-07-01T22:43:18.272Z PASS [ 0.021s] (1173/2983) omicron-common address::test::test_dns_subnets
67892026-07-01T22:43:18.296Z PASS [ 0.024s] (1174/2983) omicron-common address::test::test_ip_range_checks_non_decreasing
67902026-07-01T22:43:18.316Z PASS [ 0.020s] (1175/2983) omicron-common address::test::test_ip_range_enum_deserialization
67912026-07-01T22:43:18.337Z PASS [ 0.021s] (1176/2983) omicron-common address::test::test_ip_range_iter
67922026-07-01T22:43:18.365Z PASS [ 0.028s] (1177/2983) omicron-common address::test::test_ip_range_length
67932026-07-01T22:43:18.387Z PASS [ 0.022s] (1178/2983) omicron-common address::test::test_ip_range_try_from
67942026-07-01T22:43:18.414Z PASS [ 0.026s] (1179/2983) omicron-common address::test::test_ipv6_subnet_deserialize
67952026-07-01T22:43:18.433Z PASS [ 0.020s] (1180/2983) omicron-common address::test::test_sled_address
67962026-07-01T22:43:18.452Z PASS [ 0.019s] (1181/2983) omicron-common api::external::error::test::test_bail_unless
67972026-07-01T22:43:18.476Z PASS [ 0.025s] (1182/2983) omicron-common api::external::error::test::test_context
67982026-07-01T22:43:18.485Z PASS [ 9.742s] (1183/2983) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
67992026-07-01T22:43:18.504Z PASS [ 0.027s] (1184/2983) omicron-common api::external::http_pagination::test::test_pagination_examples
68002026-07-01T22:43:18.508Z PASS [ 0.023s] (1185/2983) omicron-common api::external::http_pagination::test::test_pagination_schemas
68012026-07-01T22:43:18.525Z PASS [ 0.021s] (1186/2983) omicron-common api::external::http_pagination::test::test_scan_by_id
68022026-07-01T22:43:18.529Z PASS [ 0.021s] (1187/2983) omicron-common api::external::http_pagination::test::test_scan_by_name
68032026-07-01T22:43:18.552Z PASS [ 0.027s] (1188/2983) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
68042026-07-01T22:43:18.556Z PASS [ 0.024s] (1189/2983) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
68052026-07-01T22:43:18.572Z PASS [ 0.020s] (1190/2983) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
68062026-07-01T22:43:18.576Z PASS [ 0.022s] (1191/2983) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
68072026-07-01T22:43:18.592Z PASS [ 0.020s] (1192/2983) omicron-common api::external::test::test_bytecount
68082026-07-01T22:43:18.604Z PASS [ 0.028s] (1193/2983) omicron-common api::external::test::test_bytecount_display
68092026-07-01T22:43:18.626Z PASS [ 0.034s] (1194/2983) omicron-common api::external::test::test_digest
68102026-07-01T22:43:18.639Z PASS [ 0.036s] (1195/2983) omicron-common api::external::test::test_firewall_deserialization
68112026-07-01T22:43:18.639Z PASS [ 1.711s] (1196/2983) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
68122026-07-01T22:43:18.671Z PASS [ 0.043s] (1197/2983) omicron-common api::external::test::test_firewall_rule_host_filter_parse
68132026-07-01T22:43:18.675Z PASS [ 0.035s] (1198/2983) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
68142026-07-01T22:43:18.683Z PASS [ 0.043s] (1199/2983) omicron-common api::external::test::test_firewall_rule_target_parse
68152026-07-01T22:43:18.702Z PASS [ 0.025s] (1200/2983) omicron-common api::external::test::test_generation_display_parse
68162026-07-01T22:43:18.705Z PASS [ 0.030s] (1201/2983) omicron-common api::external::test::test_generation_from_int
68172026-07-01T22:43:18.727Z PASS [ 0.032s] (1202/2983) omicron-common api::external::test::test_generation_serde
68182026-07-01T22:43:18.739Z PASS [ 0.034s] (1203/2983) omicron-common api::external::test::test_hostname_from_str
68192026-07-01T22:43:18.748Z PASS [ 0.021s] (1204/2983) omicron-common api::external::test::test_ip_port_range_from_str
68202026-07-01T22:43:18.766Z PASS [ 0.026s] (1205/2983) omicron-common api::external::test::test_ip_port_range_into_str
68212026-07-01T22:43:18.770Z PASS [ 0.021s] (1206/2983) omicron-common api::external::test::test_ipv6_net_operations
68222026-07-01T22:43:18.777Z PASS [ 0.094s] (1207/2983) omicron-common api::external::test::test_generation_overflow
68232026-07-01T22:43:18.787Z PASS [ 0.022s] (1208/2983) omicron-common api::external::test::test_mac_system_iterator
68242026-07-01T22:43:18.794Z PASS [ 0.025s] (1209/2983) omicron-common api::external::test::test_mac_to_int_conversions
68252026-07-01T22:43:18.800Z PASS [ 0.023s] (1210/2983) omicron-common api::external::test::test_macaddr
68262026-07-01T22:43:18.815Z PASS [ 0.027s] (1211/2983) omicron-common api::external::test::test_name_parse
68272026-07-01T22:43:18.819Z PASS [ 0.024s] (1212/2983) omicron-common api::external::test::test_name_parse_from_param
68282026-07-01T22:43:18.824Z PASS [ 0.024s] (1213/2983) omicron-common api::external::test::test_resource_name_parse
68292026-07-01T22:43:18.845Z PASS [ 0.029s] (1214/2983) omicron-common api::external::test::test_route_destination_parse
68302026-07-01T22:43:18.854Z PASS [ 0.035s] (1215/2983) omicron-common api::external::test::test_route_target_parse
68312026-07-01T22:43:18.854Z PASS [ 0.029s] (1216/2983) omicron-common api::external::test::test_semver_serialize
68322026-07-01T22:43:18.854Z PASS [ 1.137s] (1217/2983) omicron-cockroach-admin context::tests::test_node_id
68332026-07-01T22:43:18.871Z PASS [ 0.017s] (1218/2983) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
68342026-07-01T22:43:18.875Z PASS [ 0.030s] (1219/2983) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
68352026-07-01T22:43:18.878Z PASS [ 0.024s] (1220/2983) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
68362026-07-01T22:43:18.878Z PASS [ 0.024s] (1221/2983) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
68372026-07-01T22:43:18.894Z PASS [ 0.023s] (1222/2983) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
68382026-07-01T22:43:18.901Z PASS [ 0.023s] (1223/2983) omicron-common zpool_name::test::test_parse_external_zpool_name
68392026-07-01T22:43:18.909Z PASS [ 0.034s] (1224/2983) omicron-common disk::tests::parse_dataset_name
68402026-07-01T22:43:18.909Z PASS [ 0.031s] (1225/2983) omicron-common zpool_name::test::test_parse_bad_zpool_names
68412026-07-01T22:43:18.922Z PASS [ 0.028s] (1226/2983) omicron-common zpool_name::test::test_parse_internal_zpool_name
68422026-07-01T22:43:18.938Z PASS [ 0.037s] (1227/2983) omicron-common zpool_name::test::test_parse_zpool_name_json
68432026-07-01T22:43:18.938Z PASS [ 0.029s] (1228/2983) omicron-common zpool_name::test::test_zpool_name_regex
68442026-07-01T22:43:19.088Z PASS [ 0.174s] (1229/2983) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
68452026-07-01T22:43:19.121Z PASS [ 0.032s] (1230/2983) omicron-gateway management_switch::location_map::tests::test_config_validation
68462026-07-01T22:43:19.158Z PASS [ 0.038s] (1231/2983) omicron-gateway management_switch::location_map::tests::test_resolve_location
68472026-07-01T22:43:19.211Z PASS [ 0.288s] (1232/2983) omicron-dev::test-omicron-dev test_omicron_dev_no_args
68482026-07-01T22:43:19.253Z PASS [ 0.043s] (1233/2983) omicron-gateway::test_all integration_tests::config::read_production_smf_config
68492026-07-01T22:43:19.417Z PASS [ 0.259s] (1234/2983) omicron-gateway::test_all integration_tests::component_list::component_list
68502026-07-01T22:43:19.477Z PASS [ 13.235s] (1235/2983) nexus-db-queries policy_test::test_conferred_roles
68512026-07-01T22:43:19.526Z PASS [ 0.272s] (1236/2983) omicron-gateway::test_all integration_tests::ereports::ereports_basic
68522026-07-01T22:43:19.553Z PASS [ 3.204s] (1237/2983) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
68532026-07-01T22:43:19.630Z PASS [ 0.213s] (1238/2983) omicron-gateway::test_all integration_tests::ereports::ereports_commit
68542026-07-01T22:43:19.683Z PASS [ 0.206s] (1239/2983) omicron-gateway::test_all integration_tests::ereports::ereports_limit
68552026-07-01T22:43:19.761Z PASS [ 0.208s] (1240/2983) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
68562026-07-01T22:43:19.788Z PASS [ 0.026s] (1241/2983) omicron-ledger test::test_commit_handles_write_failures
68572026-07-01T22:43:19.810Z PASS [ 0.022s] (1242/2983) omicron-ledger test::test_create_default_ledger
68582026-07-01T22:43:19.833Z PASS [ 0.023s] (1243/2983) omicron-ledger test::test_create_ledger_reads_from_storage
68592026-07-01T22:43:19.844Z PASS [ 0.214s] (1244/2983) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
68602026-07-01T22:43:19.855Z PASS [ 0.022s] (1245/2983) omicron-ledger test::test_create_ledger_reads_latest_from_storage
68612026-07-01T22:43:19.867Z PASS [ 0.021s] (1246/2983) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
68622026-07-01T22:43:19.877Z PASS [ 0.022s] (1247/2983) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
68632026-07-01T22:43:19.909Z PASS [ 0.226s] (1248/2983) omicron-gateway::test_all integration_tests::task_dump::task_dump
68642026-07-01T22:43:19.949Z PASS [ 0.422s] (1249/2983) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
68652026-07-01T22:43:20.015Z PASS [ 0.066s] (1250/2983) omicron-nexus app::alert::tests::test_alert_class_list
68662026-07-01T22:43:21.703Z PASS [ 11.859s] (1251/2983) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
68672026-07-01T22:43:21.751Z PASS [ 12.217s] (1252/2983) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
68682026-07-01T22:43:21.836Z PASS [ 5.484s] (1253/2983) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
68692026-07-01T22:43:21.949Z PASS [ 4.645s] (1254/2983) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
68702026-07-01T22:43:22.771Z PASS [ 14.474s] (1255/2983) nexus-mgs-updates driver_update::test::test_sp_update_takeover
68712026-07-01T22:43:22.797Z PASS [ 12.493s] (1256/2983) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
68722026-07-01T22:43:22.875Z PASS [ 12.853s] (1257/2983) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
68732026-07-01T22:43:22.926Z PASS [ 0.051s] (1258/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
68742026-07-01T22:43:22.977Z PASS [ 0.051s] (1259/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
68752026-07-01T22:43:23.026Z PASS [ 0.048s] (1260/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
68762026-07-01T22:43:23.078Z PASS [ 0.052s] (1261/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
68772026-07-01T22:43:23.205Z PASS [ 0.127s] (1262/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
68782026-07-01T22:43:27.400Z PASS [ 12.170s] (1263/2983) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
68792026-07-01T22:43:28.397Z PASS [ 19.760s] (1264/2983) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
68802026-07-01T22:43:30.732Z PASS [ 11.793s] (1265/2983) omicron-dev::test-omicron-dev test_run_all
68812026-07-01T22:43:32.247Z PASS [ 17.958s] (1266/2983) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
68822026-07-01T22:43:32.925Z PASS [ 139.166s] (1267/2983) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68832026-07-01T22:43:33.864Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
68842026-07-01T22:43:33.929Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
68852026-07-01T22:43:34.180Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
68862026-07-01T22:43:34.196Z PASS [ 6.796s] (1268/2983) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
68872026-07-01T22:43:34.286Z PASS [ 19.636s] (1269/2983) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
68882026-07-01T22:43:34.756Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
68892026-07-01T22:43:34.791Z PASS [ 6.394s] (1270/2983) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
68902026-07-01T22:43:35.412Z PASS [ 15.397s] (1271/2983) omicron-nexus app::background::driver::test::test_activation_in_progress
68912026-07-01T22:43:35.412Z PASS [ 13.709s] (1272/2983) omicron-nexus app::background::driver::test::test_driver_basic
68922026-07-01T22:43:36.288Z PASS [ 5.556s] (1273/2983) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
68932026-07-01T22:43:36.374Z PASS [ 0.085s] (1274/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
68942026-07-01T22:43:36.896Z PASS [ 15.140s] (1275/2983) omicron-nexus app::background::init::test::test_dns_propagation_basic
68952026-07-01T22:43:37.396Z PASS [ 14.599s] (1276/2983) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
68962026-07-01T22:43:39.359Z PASS [ 24.711s] (1277/2983) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
68972026-07-01T22:43:40.470Z PASS [ 25.765s] (1278/2983) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
68982026-07-01T22:43:40.584Z PASS [ 5.793s] (1279/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
68992026-07-01T22:43:42.042Z PASS [ 6.629s] (1280/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
69002026-07-01T22:43:42.126Z PASS [ 32.941s] (1281/2983) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
69012026-07-01T22:43:42.207Z PASS [ 7.921s] (1282/2983) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
69022026-07-01T22:43:42.251Z PASS [ 6.839s] (1283/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
69032026-07-01T22:43:43.382Z PASS [ 21.434s] (1284/2983) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
69042026-07-01T22:43:43.564Z PASS [ 21.728s] (1285/2983) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
69052026-07-01T22:43:44.681Z PASS [ 21.909s] (1286/2983) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
69062026-07-01T22:43:46.250Z PASS [ 26.385s] (1287/2983) omicron-ls-apis::test_dependencies test_api_check
69072026-07-01T22:43:46.365Z PASS [ 26.487s] (1288/2983) omicron-ls-apis::test_dependencies test_api_dependencies
69082026-07-01T22:43:46.896Z PASS [ 26.986s] (1289/2983) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
69092026-07-01T22:43:48.193Z PASS [ 5.986s] (1290/2983) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
69102026-07-01T22:43:48.463Z PASS [ 6.211s] (1291/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
69112026-07-01T22:43:48.572Z PASS [ 6.445s] (1292/2983) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
69122026-07-01T22:43:49.550Z PASS [ 6.167s] (1293/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
69132026-07-01T22:43:49.688Z PASS [ 16.763s] (1294/2983) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
69142026-07-01T22:43:50.067Z PASS [ 6.502s] (1295/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
69152026-07-01T22:43:51.174Z PASS [ 18.927s] (1296/2983) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
69162026-07-01T22:43:51.355Z PASS [ 14.463s] (1297/2983) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
69172026-07-01T22:43:51.401Z PASS [ 6.721s] (1298/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
69182026-07-01T22:43:52.729Z PASS [ 6.479s] (1299/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
69192026-07-01T22:43:52.754Z PASS [ 16.380s] (1300/2983) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
69202026-07-01T22:43:52.777Z PASS [ 6.411s] (1301/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
69212026-07-01T22:43:52.804Z PASS [ 15.407s] (1302/2983) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
69222026-07-01T22:43:52.812Z PASS [ 0.058s] (1303/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
69232026-07-01T22:43:52.843Z PASS [ 0.066s] (1304/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
69242026-07-01T22:43:52.862Z PASS [ 0.058s] (1305/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
69252026-07-01T22:43:52.866Z PASS [ 0.054s] (1306/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
69262026-07-01T22:43:52.892Z PASS [ 0.049s] (1307/2983) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
69272026-07-01T22:43:52.911Z PASS [ 0.049s] (1308/2983) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
69282026-07-01T22:43:52.920Z PASS [ 0.054s] (1309/2983) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
69292026-07-01T22:43:52.941Z PASS [ 0.049s] (1310/2983) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
69302026-07-01T22:43:52.965Z PASS [ 0.054s] (1311/2983) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
69312026-07-01T22:43:52.994Z PASS [ 0.052s] (1312/2983) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
69322026-07-01T22:43:53.017Z PASS [ 0.052s] (1313/2983) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
69332026-07-01T22:43:53.022Z PASS [ 0.102s] (1314/2983) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
69342026-07-01T22:43:53.042Z PASS [ 0.049s] (1315/2983) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
69352026-07-01T22:43:53.080Z PASS [ 0.063s] (1316/2983) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
69362026-07-01T22:43:53.089Z PASS [ 0.067s] (1317/2983) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
69372026-07-01T22:43:53.100Z PASS [ 6.204s] (1318/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
69382026-07-01T22:43:53.103Z PASS [ 0.061s] (1319/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
69392026-07-01T22:43:53.130Z PASS [ 0.050s] (1320/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
69402026-07-01T22:43:53.146Z PASS [ 0.057s] (1321/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
69412026-07-01T22:43:53.159Z PASS [ 0.056s] (1322/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
69422026-07-01T22:43:53.173Z PASS [ 0.073s] (1323/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
69432026-07-01T22:43:53.187Z PASS [ 0.057s] (1324/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
69442026-07-01T22:43:53.220Z PASS [ 0.073s] (1325/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
69452026-07-01T22:43:53.260Z PASS [ 0.100s] (1326/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
69462026-07-01T22:43:53.312Z PASS [ 0.052s] (1327/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
69472026-07-01T22:43:53.365Z PASS [ 0.192s] (1328/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
69482026-07-01T22:43:53.368Z PASS [ 0.055s] (1329/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
69492026-07-01T22:43:53.401Z PASS [ 0.213s] (1330/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
69502026-07-01T22:43:53.434Z PASS [ 19.238s] (1331/2983) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
69512026-07-01T22:43:53.449Z PASS [ 0.229s] (1332/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
69522026-07-01T22:43:54.424Z PASS [ 5.961s] (1333/2983) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
69532026-07-01T22:43:54.487Z PASS [ 15.127s] (1334/2983) omicron-nexus app::background::tasks::dns_config::test::test_basic
69542026-07-01T22:43:54.562Z PASS [ 14.093s] (1335/2983) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
69552026-07-01T22:43:54.759Z PASS [ 6.566s] (1336/2983) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
69562026-07-01T22:43:55.538Z PASS [ 14.954s] (1337/2983) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
69572026-07-01T22:43:55.667Z PASS [ 13.625s] (1338/2983) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
69582026-07-01T22:43:57.649Z PASS [ 6.246s] (1339/2983) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
69592026-07-01T22:43:57.850Z PASS [ 38.912s] (1340/2983) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
69602026-07-01T22:44:05.530Z PASS [ 42.323s] (1341/2983) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
69612026-07-01T22:44:06.310Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
69622026-07-01T22:44:08.471Z PASS [ 15.022s] (1342/2983) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
69632026-07-01T22:44:08.726Z PASS [ 15.996s] (1343/2983) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
69642026-07-01T22:44:09.157Z PASS [ 15.722s] (1344/2983) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
69652026-07-01T22:44:09.215Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
69662026-07-01T22:44:09.504Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
69672026-07-01T22:44:09.507Z PASS [ 15.080s] (1345/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
69682026-07-01T22:44:09.520Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
69692026-07-01T22:44:09.546Z PASS [ 14.787s] (1346/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
69702026-07-01T22:44:09.562Z PASS [ 15.075s] (1347/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
69712026-07-01T22:44:09.909Z PASS [ 18.554s] (1348/2983) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
69722026-07-01T22:44:10.428Z PASS [ 14.889s] (1349/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
69732026-07-01T22:44:10.668Z PASS [ 16.106s] (1350/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
69742026-07-01T22:44:10.736Z PASS [ 15.068s] (1351/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
69752026-07-01T22:44:12.460Z PASS [ 19.094s] (1352/2983) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
69762026-07-01T22:44:12.463Z PASS [ 22.913s] (1353/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
69772026-07-01T22:44:12.619Z PASS [ 14.972s] (1354/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
69782026-07-01T22:44:12.710Z PASS [ 66.402s] (1355/2983) nexus-db-queries policy_test::test_iam_roles_behavior
69792026-07-01T22:44:12.796Z PASS [ 22.729s] (1356/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
69802026-07-01T22:44:13.481Z PASS [ 3.934s] (1357/2983) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
69812026-07-01T22:44:13.558Z PASS [ 4.401s] (1358/2983) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
69822026-07-01T22:44:13.765Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
69832026-07-01T22:44:14.588Z PASS [ 5.025s] (1359/2983) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
69842026-07-01T22:44:15.086Z PASS [ 5.176s] (1360/2983) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
69852026-07-01T22:44:16.830Z PASS [ 23.463s] (1361/2983) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
69862026-07-01T22:44:17.881Z PASS [ 68.668s] (1362/2983) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
69872026-07-01T22:44:17.906Z PASS [ 20.056s] (1363/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
69882026-07-01T22:44:17.966Z PASS [ 0.083s] (1364/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
69892026-07-01T22:44:17.969Z PASS [ 0.061s] (1365/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
69902026-07-01T22:44:18.078Z PASS [ 0.112s] (1366/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
69912026-07-01T22:44:18.078Z PASS [ 0.109s] (1367/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
69922026-07-01T22:44:18.169Z PASS [ 0.092s] (1368/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
69932026-07-01T22:44:18.175Z PASS [ 0.099s] (1369/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
69942026-07-01T22:44:18.236Z PASS [ 0.068s] (1370/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
69952026-07-01T22:44:18.566Z PASS [ 0.391s] (1371/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
69962026-07-01T22:44:18.641Z PASS [ 0.404s] (1372/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
69972026-07-01T22:44:18.929Z PASS [ 0.362s] (1373/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
69982026-07-01T22:44:18.985Z PASS [ 0.057s] (1374/2983) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
69992026-07-01T22:44:19.038Z PASS [ 0.052s] (1375/2983) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
70002026-07-01T22:44:19.093Z PASS [ 0.055s] (1376/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
70012026-07-01T22:44:19.147Z PASS [ 0.054s] (1377/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
70022026-07-01T22:44:19.196Z PASS [ 0.049s] (1378/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
70032026-07-01T22:44:19.252Z PASS [ 0.056s] (1379/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
70042026-07-01T22:44:19.327Z PASS [ 0.074s] (1380/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
70052026-07-01T22:44:19.503Z PASS [ 0.175s] (1381/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
70062026-07-01T22:44:19.559Z PASS [ 0.057s] (1382/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
70072026-07-01T22:44:19.613Z PASS [ 0.054s] (1383/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
70082026-07-01T22:44:19.670Z PASS [ 0.056s] (1384/2983) omicron-nexus app::crucible::test::upstairs_health_search
70092026-07-01T22:44:19.748Z PASS [ 0.079s] (1385/2983) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
70102026-07-01T22:44:19.821Z PASS [ 0.073s] (1386/2983) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
70112026-07-01T22:44:19.898Z PASS [ 0.077s] (1387/2983) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
70122026-07-01T22:44:20.341Z PASS [ 1.700s] (1388/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
70132026-07-01T22:44:20.510Z PASS [ 0.169s] (1389/2983) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
70142026-07-01T22:44:20.693Z PASS [ 27.292s] (1390/2983) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
70152026-07-01T22:44:20.826Z PASS [ 0.132s] (1391/2983) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
70162026-07-01T22:44:20.889Z PASS [ 0.064s] (1392/2983) omicron-nexus app::external_endpoints::test::test_no_endpoint
70172026-07-01T22:44:20.957Z PASS [ 0.067s] (1393/2983) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
70182026-07-01T22:44:20.994Z PASS [ 1.095s] (1394/2983) omicron-nexus app::external_endpoints::test::test_authority
70192026-07-01T22:44:21.019Z PASS [ 0.062s] (1395/2983) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
70202026-07-01T22:44:21.058Z PASS [ 0.064s] (1396/2983) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
70212026-07-01T22:44:21.084Z PASS [ 0.064s] (1397/2983) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
70222026-07-01T22:44:21.120Z PASS [ 0.062s] (1398/2983) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
70232026-07-01T22:44:21.140Z PASS [ 0.056s] (1399/2983) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
70242026-07-01T22:44:21.190Z PASS [ 0.070s] (1400/2983) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
70252026-07-01T22:44:21.194Z PASS [ 0.054s] (1401/2983) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
70262026-07-01T22:44:21.197Z PASS [ 71.696s] (1402/2983) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
70272026-07-01T22:44:21.292Z PASS [ 0.102s] (1403/2983) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
70282026-07-01T22:44:21.296Z PASS [ 0.097s] (1404/2983) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
70292026-07-01T22:44:21.303Z PASS [ 0.109s] (1405/2983) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
70302026-07-01T22:44:21.379Z PASS [ 0.086s] (1406/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
70312026-07-01T22:44:21.411Z PASS [ 0.108s] (1407/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
70322026-07-01T22:44:21.423Z PASS [ 0.129s] (1408/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
70332026-07-01T22:44:21.433Z PASS [ 0.054s] (1409/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
70342026-07-01T22:44:21.468Z PASS [ 0.057s] (1410/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
70352026-07-01T22:44:21.478Z PASS [ 0.055s] (1411/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
70362026-07-01T22:44:21.498Z PASS [ 0.065s] (1412/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
70372026-07-01T22:44:21.526Z PASS [ 0.057s] (1413/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
70382026-07-01T22:44:21.538Z PASS [ 0.060s] (1414/2983) omicron-nexus app::multicast::tests::test_is_ssm_address
70392026-07-01T22:44:21.950Z PASS [ 13.479s] (1415/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
70402026-07-01T22:44:22.041Z PASS [ 0.090s] (1416/2983) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
70412026-07-01T22:44:22.082Z PASS [ 13.356s] (1417/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
70422026-07-01T22:44:22.412Z PASS [ 1.903s] (1418/2983) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
70432026-07-01T22:44:23.877Z PASS [ 13.141s] (1419/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
70442026-07-01T22:44:24.316Z PASS [ 11.696s] (1420/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
70452026-07-01T22:44:24.862Z PASS [ 15.357s] (1421/2983) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
70462026-07-01T22:44:24.892Z PASS [ 14.464s] (1422/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
70472026-07-01T22:44:24.930Z PASS [ 14.262s] (1423/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
70482026-07-01T22:44:25.676Z PASS [ 13.213s] (1424/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
70492026-07-01T22:44:25.883Z PASS [ 12.401s] (1425/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
70502026-07-01T22:44:26.195Z PASS [ 13.736s] (1426/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
70512026-07-01T22:44:26.762Z PASS [ 13.204s] (1427/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
70522026-07-01T22:44:28.889Z PASS [ 114.710s] (1428/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
70532026-07-01T22:44:28.911Z PASS [ 114.157s] (1429/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
70542026-07-01T22:44:28.986Z PASS [ 14.398s] (1430/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
70552026-07-01T22:44:29.002Z PASS [ 40.429s] (1431/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
70562026-07-01T22:44:29.151Z PASS [ 115.223s] (1432/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
70572026-07-01T22:44:29.179Z PASS [ 23.649s] (1433/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
70582026-07-01T22:44:29.884Z PASS [ 17.087s] (1434/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
70592026-07-01T22:44:30.283Z PASS [ 15.197s] (1435/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
70602026-07-01T22:44:31.443Z PASS [ 14.613s] (1436/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
70612026-07-01T22:44:31.469Z PASS [ 41.781s] (1437/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
70622026-07-01T22:44:33.573Z PASS [ 84.053s] (1438/2983) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70632026-07-01T22:44:33.753Z PASS [ 21.043s] (1439/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
70642026-07-01T22:44:33.865Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
70652026-07-01T22:44:36.470Z PASS [ 14.972s] (1440/2983) omicron-nexus app::quiesce::test::test_quiesce_easy
70662026-07-01T22:44:37.011Z PASS [ 15.485s] (1441/2983) omicron-nexus app::quiesce::test::test_quiesce_full
70672026-07-01T22:44:37.052Z PASS [ 15.514s] (1442/2983) omicron-nexus app::quiesce::test::test_quiesce_multi
70682026-07-01T22:44:41.030Z PASS [ 18.989s] (1443/2983) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
70692026-07-01T22:44:42.311Z PASS [ 17.996s] (1444/2983) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
70702026-07-01T22:44:43.594Z PASS [ 21.511s] (1445/2983) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
70712026-07-01T22:44:45.270Z PASS [ 22.857s] (1446/2983) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
70722026-07-01T22:44:46.155Z PASS [ 21.224s] (1447/2983) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
70732026-07-01T22:44:47.282Z PASS [ 17.397s] (1448/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
70742026-07-01T22:44:47.353Z PASS [ 18.174s] (1449/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
70752026-07-01T22:44:48.004Z PASS [ 16.534s] (1450/2983) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
70762026-07-01T22:44:48.208Z PASS [ 17.925s] (1451/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
70772026-07-01T22:44:49.229Z PASS [ 17.785s] (1452/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
70782026-07-01T22:44:49.316Z PASS [ 15.563s] (1453/2983) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
70792026-07-01T22:44:50.790Z PASS [ 13.737s] (1454/2983) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
70802026-07-01T22:44:50.871Z PASS [ 26.994s] (1455/2983) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
70812026-07-01T22:44:51.132Z PASS [ 14.121s] (1456/2983) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
70822026-07-01T22:44:51.178Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
70832026-07-01T22:44:52.594Z PASS [ 26.398s] (1457/2983) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
70842026-07-01T22:44:52.747Z PASS [ 23.595s] (1458/2983) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
70852026-07-01T22:44:53.342Z PASS [ 28.479s] (1459/2983) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
70862026-07-01T22:44:55.749Z PASS [ 29.866s] (1460/2983) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
70872026-07-01T22:44:56.023Z PASS [ 27.037s] (1461/2983) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
70882026-07-01T22:44:57.416Z PASS [ 28.414s] (1462/2983) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
70892026-07-01T22:44:59.521Z PASS [ 23.048s] (1463/2983) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
70902026-07-01T22:44:59.923Z PASS [ 31.034s] (1464/2983) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
70912026-07-01T22:45:00.922Z PASS [ 32.010s] (1465/2983) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
70922026-07-01T22:45:02.987Z PASS [ 17.717s] (1466/2983) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
70932026-07-01T22:45:03.392Z PASS [ 29.819s] (1467/2983) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
70942026-07-01T22:45:03.618Z PASS [ 17.464s] (1468/2983) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
70952026-07-01T22:45:06.527Z PASS [ 75.352s] (1469/2983) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
70962026-07-01T22:45:07.147Z PASS [ 19.864s] (1470/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
70972026-07-01T22:45:08.444Z PASS [ 20.440s] (1471/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
70982026-07-01T22:45:08.628Z PASS [ 19.305s] (1472/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
70992026-07-01T22:45:09.073Z PASS [ 20.862s] (1473/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
71002026-07-01T22:45:10.667Z PASS [ 44.984s] (1474/2983) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
71012026-07-01T22:45:11.656Z PASS [ 20.518s] (1475/2983) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
71022026-07-01T22:45:12.406Z PASS [ 19.789s] (1476/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
71032026-07-01T22:45:12.615Z PASS [ 21.819s] (1477/2983) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
71042026-07-01T22:45:12.875Z PASS [ 19.490s] (1478/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
71052026-07-01T22:45:13.778Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
71062026-07-01T22:45:16.432Z PASS [ 20.669s] (1479/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
71072026-07-01T22:45:17.167Z PASS [ 19.748s] (1480/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
71082026-07-01T22:45:20.251Z PASS [ 53.478s] (1481/2983) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
71092026-07-01T22:45:21.258Z PASS [ 20.335s] (1482/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
71102026-07-01T22:45:21.298Z PASS [ 21.765s] (1483/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
71112026-07-01T22:45:21.333Z PASS [ 10.657s] (1484/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
71122026-07-01T22:45:21.480Z PASS [ 40.441s] (1485/2983) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
71132026-07-01T22:45:22.510Z PASS [ 10.851s] (1486/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
71142026-07-01T22:45:23.187Z PASS [ 10.798s] (1487/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
71152026-07-01T22:45:24.145Z PASS [ 20.515s] (1488/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
71162026-07-01T22:45:24.420Z PASS [ 21.428s] (1489/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
71172026-07-01T22:45:24.433Z PASS [ 11.599s] (1490/2983) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
71182026-07-01T22:45:24.572Z PASS [ 0.062s] (1491/2983) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
71192026-07-01T22:45:24.908Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
71202026-07-01T22:45:25.186Z PASS [ 12.565s] (1492/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
71212026-07-01T22:45:26.612Z PASS [ 17.539s] (1493/2983) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
71222026-07-01T22:45:26.909Z PASS [ 10.484s] (1494/2983) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
71232026-07-01T22:45:27.341Z PASS [ 20.173s] (1495/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
71242026-07-01T22:45:29.906Z PASS [ 21.447s] (1496/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
71252026-07-01T22:45:30.239Z PASS [ 65.346s] (1497/2983) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
71262026-07-01T22:45:30.686Z PASS [ 10.429s] (1498/2983) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
71272026-07-01T22:45:32.357Z PASS [ 11.073s] (1499/2983) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
71282026-07-01T22:45:33.867Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
71292026-07-01T22:45:35.012Z PASS [ 26.390s] (1500/2983) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
71302026-07-01T22:45:36.644Z PASS [ 11.500s] (1501/2983) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
71312026-07-01T22:45:36.678Z PASS [ 53.943s] (1502/2983) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
71322026-07-01T22:45:42.405Z PASS [ 10.047s] (1503/2983) omicron-nexus app::sagas::test_saga::test_saga_stuck
71332026-07-01T22:45:43.597Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71342026-07-01T22:45:44.398Z PASS [ 17.495s] (1504/2983) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
71352026-07-01T22:45:44.922Z PASS [ 17.378s] (1505/2983) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
71362026-07-01T22:45:45.294Z PASS [ 52.547s] (1506/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
71372026-07-01T22:45:46.002Z PASS [ 16.089s] (1507/2983) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
71382026-07-01T22:45:46.555Z PASS [ 16.315s] (1508/2983) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
71392026-07-01T22:45:46.893Z PASS [ 25.574s] (1509/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
71402026-07-01T22:45:46.930Z PASS [ 16.260s] (1510/2983) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
71412026-07-01T22:45:47.355Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71422026-07-01T22:45:47.392Z PASS [ 63.797s] (1511/2983) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71432026-07-01T22:45:47.614Z PASS [ 12.602s] (1512/2983) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
71442026-07-01T22:45:47.680Z PASS [ 26.208s] (1513/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
71452026-07-01T22:45:47.767Z PASS [ 11.852s] (1514/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
71462026-07-01T22:45:47.888Z PASS [ 11.633s] (1515/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
71472026-07-01T22:45:49.156Z PASS [ 25.963s] (1516/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
71482026-07-01T22:45:49.231Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71492026-07-01T22:45:49.309Z PASS [ 26.802s] (1517/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
71502026-07-01T22:45:49.396Z PASS [ 0.080s] (1518/2983) omicron-nexus app::update::test::test_problems_all_unhealthy
71512026-07-01T22:45:49.463Z PASS [ 0.076s] (1519/2983) omicron-nexus app::update::test::test_problems_healthy_system
71522026-07-01T22:45:49.536Z PASS [ 0.074s] (1520/2983) omicron-nexus app::update::test::test_problems_missing_sleds
71532026-07-01T22:45:49.621Z PASS [ 0.085s] (1521/2983) omicron-nexus app::update::test::test_problems_stale_inventory
71542026-07-01T22:45:49.704Z PASS [ 0.083s] (1522/2983) omicron-nexus app::update::test::test_problems_stuck_sagas
71552026-07-01T22:45:49.785Z PASS [ 0.081s] (1523/2983) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
71562026-07-01T22:45:49.879Z PASS [ 0.093s] (1524/2983) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
71572026-07-01T22:45:49.965Z PASS [ 0.087s] (1525/2983) omicron-nexus app::update::test::test_problems_stuck_update
71582026-07-01T22:45:50.050Z PASS [ 0.085s] (1526/2983) omicron-nexus app::update::test::test_problems_unhealthy_services
71592026-07-01T22:45:50.143Z PASS [ 0.093s] (1527/2983) omicron-nexus app::update::test::test_problems_unhealthy_zpools
71602026-07-01T22:45:50.229Z PASS [ 0.085s] (1528/2983) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
71612026-07-01T22:45:50.347Z PASS [ 25.169s] (1529/2983) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
71622026-07-01T22:45:50.403Z PASS [ 0.059s] (1530/2983) omicron-nexus external_api::console_api::test::test_accept_gz
71632026-07-01T22:45:50.464Z PASS [ 0.061s] (1531/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
71642026-07-01T22:45:50.520Z PASS [ 0.056s] (1532/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
71652026-07-01T22:45:50.610Z PASS [ 0.090s] (1533/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
71662026-07-01T22:45:50.668Z PASS [ 0.058s] (1534/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
71672026-07-01T22:45:50.724Z PASS [ 0.056s] (1535/2983) omicron-nexus external_api::console_api::test::test_find_file_finds_file
71682026-07-01T22:45:50.785Z PASS [ 0.061s] (1536/2983) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
71692026-07-01T22:45:50.874Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71702026-07-01T22:45:50.884Z PASS [ 0.090s] (1537/2983) omicron-nexus external_api::console_api::test::test_relative_uri
71712026-07-01T22:45:52.808Z PASS [ 2.580s] (1538/2983) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
71722026-07-01T22:45:55.648Z PASS [ 13.243s] (1539/2983) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
71732026-07-01T22:45:56.013Z PASS [ 31.516s] (1540/2983) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
71742026-07-01T22:45:56.026Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71752026-07-01T22:45:57.395Z PASS [ 40.229s] (1541/2983) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
71762026-07-01T22:45:58.060Z PASS [ 33.921s] (1542/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
71772026-07-01T22:45:58.421Z PASS [ 12.439s] (1543/2983) omicron-nexus app::update::test::test_contact_support_all_unhealthy
71782026-07-01T22:45:58.783Z PASS [ 12.228s] (1544/2983) omicron-nexus app::update::test::test_contact_support_healthy_system
71792026-07-01T22:45:59.501Z PASS [ 12.608s] (1545/2983) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
71802026-07-01T22:45:59.775Z PASS [ 12.160s] (1546/2983) omicron-nexus app::update::test::test_contact_support_stuck_update
71812026-07-01T22:45:59.925Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
71822026-07-01T22:46:00.090Z PASS [ 13.160s] (1547/2983) omicron-nexus app::update::test::test_contact_support_missing_sleds
71832026-07-01T22:46:00.100Z PASS [ 60.176s] (1548/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
71842026-07-01T22:46:00.422Z PASS [ 13.030s] (1549/2983) omicron-nexus app::update::test::test_contact_support_stuck_saga
71852026-07-01T22:46:00.493Z PASS [ 16.095s] (1550/2983) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
71862026-07-01T22:46:00.621Z PASS [ 12.941s] (1551/2983) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
71872026-07-01T22:46:00.652Z PASS [ 12.763s] (1552/2983) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
71882026-07-01T22:46:00.675Z PASS [ 39.417s] (1553/2983) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
71892026-07-01T22:46:00.728Z PASS [ 12.961s] (1554/2983) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
71902026-07-01T22:46:00.775Z PASS [ 16.076s] (1555/2983) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
71912026-07-01T22:46:01.279Z PASS [ 15.873s] (1556/2983) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
71922026-07-01T22:46:01.919Z PASS [ 12.774s] (1557/2983) omicron-nexus app::update::test::test_contact_support_update_in_progress
71932026-07-01T22:46:02.467Z PASS [ 0.549s] (1558/2983) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
71942026-07-01T22:46:02.942Z PASS [ 2.167s] (1559/2983) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
71952026-07-01T22:46:03.356Z PASS [ 2.189s] (1560/2983) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
71962026-07-01T22:46:03.395Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71972026-07-01T22:46:05.863Z PASS [ 13.055s] (1561/2983) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
71982026-07-01T22:46:06.530Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71992026-07-01T22:46:09.287Z PASS [ 13.640s] (1562/2983) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
72002026-07-01T22:46:13.768Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
72012026-07-01T22:46:14.744Z PASS [ 14.321s] (1563/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
72022026-07-01T22:46:15.266Z PASS [ 14.529s] (1564/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
72032026-07-01T22:46:15.703Z PASS [ 17.280s] (1565/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
72042026-07-01T22:46:15.792Z PASS [ 19.781s] (1566/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
72052026-07-01T22:46:19.209Z PASS [ 17.195s] (1567/2983) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
72062026-07-01T22:46:19.237Z PASS [ 14.355s] (1568/2983) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
72072026-07-01T22:46:19.237Z PASS [ 14.889s] (1569/2983) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
72082026-07-01T22:46:19.237Z PASS [ 20.014s] (1570/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
72092026-07-01T22:46:19.237Z PASS [ 14.279s] (1571/2983) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
72102026-07-01T22:46:19.238Z PASS [ 18.027s] (1572/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
72112026-07-01T22:46:19.238Z PASS [ 19.337s] (1573/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
72122026-07-01T22:46:19.238Z PASS [ 18.392s] (1574/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
72132026-07-01T22:46:19.238Z PASS [ 19.641s] (1575/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
72142026-07-01T22:46:19.257Z PASS [ 13.391s] (1576/2983) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
72152026-07-01T22:46:20.674Z PASS [ 19.999s] (1577/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
72162026-07-01T22:46:21.603Z PASS [ 12.314s] (1578/2983) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
72172026-07-01T22:46:21.802Z PASS [ 55.190s] (1579/2983) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
72182026-07-01T22:46:22.738Z PASS [ 93.509s] (1580/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72192026-07-01T22:46:24.434Z PASS [ 1.696s] (1581/2983) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
72202026-07-01T22:46:25.733Z PASS [ 1.291s] (1582/2983) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
72212026-07-01T22:46:25.833Z PASS [ 11.089s] (1583/2983) omicron-nexus::test_all integration_tests::basic::test_basic_failures
72222026-07-01T22:46:25.855Z PASS [ 0.127s] (1584/2983) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
72232026-07-01T22:46:27.772Z PASS [ 12.070s] (1585/2983) omicron-nexus::test_all integration_tests::basic::test_ping
72242026-07-01T22:46:27.952Z PASS [ 29.896s] (1586/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
72252026-07-01T22:46:29.910Z PASS [ 12.612s] (1587/2983) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
72262026-07-01T22:46:30.147Z PASS [ 12.737s] (1588/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
72272026-07-01T22:46:30.190Z PASS [ 30.416s] (1589/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
72282026-07-01T22:46:30.379Z PASS [ 13.022s] (1590/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
72292026-07-01T22:46:30.384Z PASS [ 103.030s] (1591/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72302026-07-01T22:46:30.558Z PASS [ 12.922s] (1592/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
72312026-07-01T22:46:30.594Z PASS [ 12.474s] (1593/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
72322026-07-01T22:46:30.884Z PASS [ 12.767s] (1594/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
72332026-07-01T22:46:31.402Z PASS [ 12.259s] (1595/2983) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
72342026-07-01T22:46:31.741Z PASS [ 88.348s] (1596/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
72352026-07-01T22:46:32.342Z PASS [ 31.720s] (1597/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
72362026-07-01T22:46:32.656Z PASS [ 11.981s] (1598/2983) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
72372026-07-01T22:46:33.239Z PASS [ 11.437s] (1599/2983) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
72382026-07-01T22:46:33.452Z PASS [ 14.409s] (1600/2983) omicron-nexus::test_all integration_tests::certificates::test_crud
72392026-07-01T22:46:33.869Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72402026-07-01T22:46:33.944Z PASS [ 87.416s] (1601/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
72412026-07-01T22:46:33.969Z PASS [ 12.367s] (1602/2983) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
72422026-07-01T22:46:34.734Z PASS [ 18.942s] (1603/2983) omicron-nexus::test_all integration_tests::basic::test_projects_basic
72432026-07-01T22:46:36.506Z PASS [ 10.653s] (1604/2983) omicron-nexus::test_all integration_tests::console_api::test_assets
72442026-07-01T22:46:36.729Z PASS [ 10.895s] (1605/2983) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
72452026-07-01T22:46:38.224Z PASS [ 22.936s] (1606/2983) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
72462026-07-01T22:46:38.782Z PASS [ 19.506s] (1607/2983) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
72472026-07-01T22:46:39.367Z PASS [ 11.595s] (1608/2983) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
72482026-07-01T22:46:39.763Z PASS [ 103.732s] (1609/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
72492026-07-01T22:46:41.669Z PASS [ 24.372s] (1610/2983) omicron-nexus::test_all integration_tests::basic::test_projects_list
72502026-07-01T22:46:42.583Z PASS [ 11.988s] (1611/2983) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
72512026-07-01T22:46:42.699Z PASS [ 12.551s] (1612/2983) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
72522026-07-01T22:46:42.981Z PASS [ 12.597s] (1613/2983) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
72532026-07-01T22:46:43.569Z PASS [ 13.190s] (1614/2983) omicron-nexus::test_all integration_tests::console_api::test_session_me
72542026-07-01T22:46:44.323Z PASS [ 16.370s] (1615/2983) omicron-nexus::test_all integration_tests::console_api::test_console_pages
72552026-07-01T22:46:45.837Z PASS [ 15.647s] (1616/2983) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
72562026-07-01T22:46:46.745Z PASS [ 16.835s] (1617/2983) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
72572026-07-01T22:46:47.163Z PASS [ 16.605s] (1618/2983) omicron-nexus::test_all integration_tests::console_api::test_sessions
72582026-07-01T22:46:50.875Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72592026-07-01T22:46:50.878Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
72602026-07-01T22:46:52.933Z PASS [ 339.173s] (1619/2983) oximeter-db client::tests::test_replicated
72612026-07-01T22:46:53.160Z PASS [ 9.591s] (1620/2983) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
72622026-07-01T22:46:54.275Z PASS [ 1.342s] (1621/2983) omicron-clickhouse-admin context::tests::test_database_usage
72632026-07-01T22:46:54.305Z PASS [ 0.030s] (1622/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
72642026-07-01T22:46:54.333Z PASS [ 0.028s] (1623/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
72652026-07-01T22:46:54.362Z PASS [ 0.028s] (1624/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
72662026-07-01T22:46:54.390Z PASS [ 0.029s] (1625/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
72672026-07-01T22:46:54.414Z PASS [ 0.023s] (1626/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
72682026-07-01T22:46:55.262Z PASS [ 0.847s] (1627/2983) omicron-clickhouse-admin context::tests::test_retention_policy
72692026-07-01T22:46:55.603Z PASS [ 9.767s] (1628/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
72702026-07-01T22:46:55.711Z PASS [ 8.966s] (1629/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
72712026-07-01T22:46:55.763Z PASS [ 0.501s] (1630/2983) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
72722026-07-01T22:46:55.953Z PASS [ 0.190s] (1631/2983) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
72732026-07-01T22:46:56.136Z PASS [ 0.183s] (1632/2983) omicron-clickhouse-admin::integration_test test_lgif_parsing
72742026-07-01T22:46:56.155Z PASS [ 8.992s] (1633/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
72752026-07-01T22:46:56.327Z PASS [ 0.191s] (1634/2983) omicron-clickhouse-admin::integration_test test_raft_config_parsing
72762026-07-01T22:46:56.443Z PASS [ 0.116s] (1635/2983) omicron-clickhouse-admin::integration_test test_teardown
72772026-07-01T22:46:56.501Z PASS [ 0.058s] (1636/2983) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
72782026-07-01T22:47:00.498Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
72792026-07-01T22:47:00.665Z PASS [ 129.792s] (1637/2983) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72802026-07-01T22:47:00.993Z PASS [ 29.589s] (1638/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
72812026-07-01T22:47:01.535Z PASS [ 17.211s] (1639/2983) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
72822026-07-01T22:47:03.470Z PASS [ 7.758s] (1640/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
72832026-07-01T22:47:05.722Z PASS [ 31.753s] (1641/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
72842026-07-01T22:47:06.069Z PASS [ 24.395s] (1642/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
72852026-07-01T22:47:06.419Z PASS [ 13.258s] (1643/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
72862026-07-01T22:47:07.902Z PASS [ 12.297s] (1644/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
72872026-07-01T22:47:08.237Z PASS [ 12.081s] (1645/2983) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
72882026-07-01T22:47:17.742Z PASS [ 43.798s] (1646/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
72892026-07-01T22:47:24.360Z PASS [ 22.823s] (1647/2983) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
72902026-07-01T22:47:24.732Z PASS [ 16.495s] (1648/2983) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
72912026-07-01T22:47:29.106Z PASS [ 88.611s] (1649/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
72922026-07-01T22:47:30.887Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
72932026-07-01T22:47:30.992Z PASS [ 29.999s] (1650/2983) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
72942026-07-01T22:47:31.315Z PASS [ 57.862s] (1651/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
72952026-07-01T22:47:31.743Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
72962026-07-01T22:47:32.344Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
72972026-07-01T22:47:32.568Z PASS [ 54.373s] (1652/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
72982026-07-01T22:47:32.659Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
72992026-07-01T22:47:32.767Z PASS [ 32.101s] (1653/2983) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
73002026-07-01T22:47:33.242Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
73012026-07-01T22:47:33.332Z PASS [ 27.610s] (1654/2983) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
73022026-07-01T22:47:33.871Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73032026-07-01T22:47:33.910Z PASS [ 61.253s] (1655/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
73042026-07-01T22:47:34.131Z PASS [ 60.890s] (1656/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
73052026-07-01T22:47:34.736Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
73062026-07-01T22:47:34.778Z PASS [ 52.079s] (1657/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
73072026-07-01T22:47:35.992Z PASS [ 59.460s] (1658/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
73082026-07-01T22:47:36.733Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
73092026-07-01T22:47:37.633Z PASS [ 65.290s] (1659/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
73102026-07-01T22:47:38.764Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
73112026-07-01T22:47:39.369Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
73122026-07-01T22:47:39.759Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
73132026-07-01T22:47:42.596Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
73142026-07-01T22:47:42.983Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73152026-07-01T22:47:44.832Z PASS [ 12.212s] (1660/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
73162026-07-01T22:47:45.263Z PASS [ 12.496s] (1661/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
73172026-07-01T22:47:45.731Z PASS [ 66.963s] (1662/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
73182026-07-01T22:47:46.771Z PASS [ 12.862s] (1663/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
73192026-07-01T22:47:46.983Z PASS [ 64.400s] (1664/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
73202026-07-01T22:47:47.057Z PASS [ 64.074s] (1665/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73212026-07-01T22:47:50.879Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
73222026-07-01T22:47:50.888Z PASS [ 26.156s] (1666/2983) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
73232026-07-01T22:47:52.889Z PASS [ 35.147s] (1667/2983) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
73242026-07-01T22:47:53.522Z PASS [ 50.051s] (1668/2983) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
73252026-07-01T22:47:53.538Z PASS [ 17.572s] (1669/2983) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
73262026-07-01T22:47:54.964Z PASS [ 78.235s] (1670/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
73272026-07-01T22:47:55.313Z PASS [ 84.428s] (1671/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
73282026-07-01T22:47:56.202Z PASS [ 18.569s] (1672/2983) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
73292026-07-01T22:47:56.390Z PASS [ 59.886s] (1673/2983) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73302026-07-01T22:47:57.028Z PASS [ 22.898s] (1674/2983) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
73312026-07-01T22:47:57.988Z PASS [ 26.673s] (1675/2983) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
73322026-07-01T22:47:59.427Z PASS [ 3.038s] (1676/2983) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
73332026-07-01T22:48:00.420Z PASS [ 85.685s] (1677/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
73342026-07-01T22:48:01.164Z PASS [ 55.100s] (1678/2983) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
73352026-07-01T22:48:01.379Z PASS [ 37.021s] (1679/2983) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
73362026-07-01T22:48:04.536Z PASS [ 33.544s] (1680/2983) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
73372026-07-01T22:48:06.205Z PASS [ 58.304s] (1681/2983) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
73382026-07-01T22:48:06.421Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
73392026-07-01T22:48:07.959Z PASS [ 20.901s] (1682/2983) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
73402026-07-01T22:48:08.784Z PASS [ 89.027s] (1683/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
73412026-07-01T22:48:08.826Z PASS [ 62.407s] (1684/2983) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
73422026-07-01T22:48:09.764Z PASS [ 22.990s] (1685/2983) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
73432026-07-01T22:48:11.416Z PASS [ 11.989s] (1686/2983) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
73442026-07-01T22:48:12.309Z PASS [ 43.202s] (1687/2983) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
73452026-07-01T22:48:12.366Z PASS [ 100.623s] (1688/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
73462026-07-01T22:48:12.423Z PASS [ 12.003s] (1689/2983) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
73472026-07-01T22:48:12.623Z PASS [ 11.458s] (1690/2983) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
73482026-07-01T22:48:13.896Z PASS [ 12.516s] (1691/2983) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
73492026-07-01T22:48:13.932Z PASS [ 20.393s] (1692/2983) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
73502026-07-01T22:48:16.168Z PASS [ 29.184s] (1693/2983) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
73512026-07-01T22:48:16.555Z PASS [ 12.019s] (1694/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
73522026-07-01T22:48:18.413Z PASS [ 22.210s] (1695/2983) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
73532026-07-01T22:48:18.817Z PASS [ 12.611s] (1696/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
73542026-07-01T22:48:19.698Z PASS [ 21.709s] (1697/2983) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
73552026-07-01T22:48:21.296Z PASS [ 13.337s] (1698/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
73562026-07-01T22:48:22.084Z PASS [ 13.258s] (1699/2983) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
73572026-07-01T22:48:22.594Z PASS [ 13.809s] (1700/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
73582026-07-01T22:48:23.441Z PASS [ 30.551s] (1701/2983) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
73592026-07-01T22:48:23.650Z PASS [ 26.622s] (1702/2983) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
73602026-07-01T22:48:24.419Z PASS [ 29.106s] (1703/2983) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
73612026-07-01T22:48:24.509Z PASS [ 14.747s] (1704/2983) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
73622026-07-01T22:48:25.298Z PASS [ 51.965s] (1705/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
73632026-07-01T22:48:26.559Z PASS [ 107.188s] (1706/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
73642026-07-01T22:48:27.324Z PASS [ 13.388s] (1707/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
73652026-07-01T22:48:27.602Z PASS [ 16.186s] (1708/2983) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
73662026-07-01T22:48:28.074Z PASS [ 15.766s] (1709/2983) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
73672026-07-01T22:48:29.127Z PASS [ 16.762s] (1710/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
73682026-07-01T22:48:29.940Z PASS [ 44.216s] (1711/2983) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
73692026-07-01T22:48:30.803Z PASS [ 56.024s] (1712/2983) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
73702026-07-01T22:48:32.022Z PASS [ 15.467s] (1713/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
73712026-07-01T22:48:32.894Z PASS [ 14.077s] (1714/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
73722026-07-01T22:48:33.126Z PASS [ 48.346s] (1715/2983) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
73732026-07-01T22:48:33.592Z PASS [ 42.703s] (1716/2983) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
73742026-07-01T22:48:33.637Z PASS [ 48.373s] (1717/2983) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
73752026-07-01T22:48:33.800Z PASS [ 21.377s] (1718/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
73762026-07-01T22:48:33.873Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73772026-07-01T22:48:34.131Z PASS [ 14.433s] (1719/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
73782026-07-01T22:48:34.210Z PASS [ 12.916s] (1720/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
73792026-07-01T22:48:35.952Z PASS [ 13.865s] (1721/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
73802026-07-01T22:48:36.524Z PASS [ 20.355s] (1722/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
73812026-07-01T22:48:37.818Z PASS [ 14.168s] (1723/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
73822026-07-01T22:48:37.934Z PASS [ 14.493s] (1724/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
73832026-07-01T22:48:38.326Z PASS [ 15.732s] (1725/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
73842026-07-01T22:48:38.786Z PASS [ 14.366s] (1726/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
73852026-07-01T22:48:39.599Z PASS [ 21.187s] (1727/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
73862026-07-01T22:48:39.810Z PASS [ 46.289s] (1728/2983) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
73872026-07-01T22:48:43.065Z PASS [ 29.167s] (1729/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
73882026-07-01T22:48:43.785Z PASS [ 14.652s] (1730/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
73892026-07-01T22:48:43.919Z PASS [ 15.845s] (1731/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
73902026-07-01T22:48:44.435Z PASS [ 31.812s] (1732/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
73912026-07-01T22:48:44.453Z PASS [ 14.512s] (1733/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
73922026-07-01T22:48:44.684Z PASS [ 13.881s] (1734/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
73932026-07-01T22:48:45.126Z PASS [ 17.805s] (1735/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
73942026-07-01T22:48:45.371Z PASS [ 5.561s] (1736/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
73952026-07-01T22:48:45.614Z PASS [ 20.315s] (1737/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
73962026-07-01T22:48:46.277Z PASS [ 6.679s] (1738/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
73972026-07-01T22:48:46.407Z PASS [ 18.804s] (1739/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
73982026-07-01T22:48:46.770Z PASS [ 22.260s] (1740/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
73992026-07-01T22:48:47.228Z PASS [ 15.205s] (1741/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
74002026-07-01T22:48:47.775Z PASS [ 52.810s] (1742/2983) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
74012026-07-01T22:48:47.953Z PASS [ 9.166s] (1743/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
74022026-07-01T22:48:49.872Z PASS [ 16.978s] (1744/2983) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
74032026-07-01T22:48:50.240Z PASS [ 16.648s] (1745/2983) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
74042026-07-01T22:48:50.881Z SLOW [>180.000s] (─────────) omicron-nexus populate::test::test_populators
74052026-07-01T22:48:53.143Z PASS [ 10.080s] (1746/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
74062026-07-01T22:48:53.406Z PASS [ 20.280s] (1747/2983) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
74072026-07-01T22:48:54.870Z PASS [ 16.545s] (1748/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
74082026-07-01T22:48:55.932Z PASS [ 21.722s] (1749/2983) omicron-nexus::test_all integration_tests::images::test_image_promotion
74092026-07-01T22:48:56.378Z PASS [ 19.854s] (1750/2983) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
74102026-07-01T22:48:57.494Z PASS [ 23.857s] (1751/2983) omicron-nexus::test_all integration_tests::images::test_image_create
74112026-07-01T22:48:59.040Z PASS [ 25.240s] (1752/2983) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
74122026-07-01T22:48:59.191Z PASS [ 21.372s] (1753/2983) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
74132026-07-01T22:48:59.443Z PASS [ 21.509s] (1754/2983) omicron-nexus::test_all integration_tests::images::test_silo_image_create
74142026-07-01T22:49:00.095Z PASS [ 25.963s] (1755/2983) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
74152026-07-01T22:49:00.481Z PASS [ 16.702s] (1756/2983) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
74162026-07-01T22:49:00.509Z PASS [ 14.102s] (1757/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
74172026-07-01T22:49:00.914Z PASS [ 16.995s] (1758/2983) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
74182026-07-01T22:49:00.973Z PASS [ 14.202s] (1759/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
74192026-07-01T22:49:01.035Z PASS [ 25.085s] (1760/2983) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
74202026-07-01T22:49:01.814Z PASS [ 17.130s] (1761/2983) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
74212026-07-01T22:49:02.181Z PASS [ 14.229s] (1762/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
74222026-07-01T22:49:05.617Z PASS [ 20.246s] (1763/2983) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
74232026-07-01T22:49:06.673Z PASS [ 16.433s] (1764/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
74242026-07-01T22:49:06.763Z PASS [ 21.637s] (1765/2983) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
74252026-07-01T22:49:09.544Z PASS [ 22.316s] (1766/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
74262026-07-01T22:49:09.709Z PASS [ 16.566s] (1767/2983) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
74272026-07-01T22:49:09.997Z PASS [ 25.544s] (1768/2983) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
74282026-07-01T22:49:11.388Z PASS [ 44.832s] (1769/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
74292026-07-01T22:49:12.452Z PASS [ 201.576s] (1770/2983) omicron-nexus populate::test::test_populators
74302026-07-01T22:49:13.165Z PASS [ 27.550s] (1771/2983) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
74312026-07-01T22:49:13.320Z PASS [ 25.545s] (1772/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
74322026-07-01T22:49:13.542Z PASS [ 17.164s] (1773/2983) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
74332026-07-01T22:49:14.546Z PASS [ 24.673s] (1774/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
74342026-07-01T22:49:14.717Z PASS [ 28.439s] (1775/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
74352026-07-01T22:49:15.066Z PASS [ 17.572s] (1776/2983) omicron-nexus::test_all integration_tests::instances::test_instance_access
74362026-07-01T22:49:16.499Z PASS [ 32.064s] (1777/2983) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
74372026-07-01T22:49:19.741Z PASS [ 20.701s] (1778/2983) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
74382026-07-01T22:49:20.045Z PASS [ 19.011s] (1779/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
74392026-07-01T22:49:21.333Z PASS [ 20.361s] (1780/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
74402026-07-01T22:49:22.121Z PASS [ 21.638s] (1781/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
74412026-07-01T22:49:22.735Z PASS [ 22.225s] (1782/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
74422026-07-01T22:49:22.858Z PASS [ 21.044s] (1783/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
74432026-07-01T22:49:22.920Z PASS [ 16.156s] (1784/2983) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
74442026-07-01T22:49:23.081Z PASS [ 23.637s] (1785/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
74452026-07-01T22:49:23.362Z PASS [ 29.955s] (1786/2983) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
74462026-07-01T22:49:23.788Z PASS [ 17.114s] (1787/2983) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
74472026-07-01T22:49:24.565Z PASS [ 25.374s] (1788/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
74482026-07-01T22:49:24.931Z PASS [ 24.017s] (1789/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
74492026-07-01T22:49:26.144Z PASS [ 26.048s] (1790/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
74502026-07-01T22:49:26.628Z PASS [ 24.446s] (1791/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
74512026-07-01T22:49:30.707Z PASS [ 34.775s] (1792/2983) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
74522026-07-01T22:49:30.960Z PASS [ 21.416s] (1793/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
74532026-07-01T22:49:32.054Z PASS [ 22.057s] (1794/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
74542026-07-01T22:49:32.059Z PASS [ 22.351s] (1795/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
74552026-07-01T22:49:33.875Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74562026-07-01T22:49:34.658Z PASS [ 22.205s] (1796/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
74572026-07-01T22:49:34.968Z PASS [ 21.802s] (1797/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
74582026-07-01T22:49:35.152Z PASS [ 23.764s] (1798/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
74592026-07-01T22:49:36.222Z PASS [ 13.487s] (1799/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
74602026-07-01T22:49:36.857Z PASS [ 13.938s] (1800/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
74612026-07-01T22:49:37.557Z PASS [ 14.473s] (1801/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
74622026-07-01T22:49:38.144Z PASS [ 15.285s] (1802/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
74632026-07-01T22:49:38.663Z PASS [ 33.046s] (1803/2983) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
74642026-07-01T22:49:40.039Z PASS [ 18.702s] (1804/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
74652026-07-01T22:49:40.692Z PASS [ 18.573s] (1805/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
74662026-07-01T22:49:41.711Z PASS [ 26.644s] (1806/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
74672026-07-01T22:49:41.931Z PASS [ 17.365s] (1807/2983) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
74682026-07-01T22:49:42.006Z PASS [ 27.459s] (1808/2983) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
74692026-07-01T22:49:42.539Z PASS [ 26.034s] (1809/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
74702026-07-01T22:49:43.642Z PASS [ 28.923s] (1810/2983) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
74712026-07-01T22:49:44.348Z PASS [ 24.302s] (1811/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
74722026-07-01T22:49:45.219Z PASS [ 13.165s] (1812/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
74732026-07-01T22:49:46.804Z PASS [ 51.931s] (1813/2983) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
74742026-07-01T22:49:47.197Z PASS [ 12.044s] (1814/2983) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
74752026-07-01T22:49:47.252Z PASS [ 27.511s] (1815/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
74762026-07-01T22:49:47.323Z PASS [ 16.616s] (1816/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
74772026-07-01T22:49:49.983Z PASS [ 17.923s] (1817/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
74782026-07-01T22:49:50.499Z PASS [ 23.870s] (1818/2983) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
74792026-07-01T22:49:51.425Z PASS [ 11.389s] (1819/2983) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
74802026-07-01T22:49:51.707Z PASS [ 17.049s] (1820/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
74812026-07-01T22:49:52.042Z PASS [ 38.500s] (1821/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
74822026-07-01T22:49:52.168Z PASS [ 17.201s] (1822/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
74832026-07-01T22:49:53.666Z PASS [ 17.444s] (1823/2983) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
74842026-07-01T22:49:53.909Z PASS [ 13.216s] (1824/2983) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
74852026-07-01T22:49:54.621Z PASS [ 29.689s] (1825/2983) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
74862026-07-01T22:49:54.753Z PASS [ 11.112s] (1826/2983) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
74872026-07-01T22:49:54.815Z PASS [ 17.957s] (1827/2983) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
74882026-07-01T22:49:54.920Z PASS [ 16.775s] (1828/2983) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
74892026-07-01T22:49:55.460Z PASS [ 13.749s] (1829/2983) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
74902026-07-01T22:49:55.585Z PASS [ 32.222s] (1830/2983) omicron-nexus::test_all integration_tests::instances::test_instance_serial
74912026-07-01T22:49:55.628Z PASS [ 13.696s] (1831/2983) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
74922026-07-01T22:49:58.864Z PASS [ 20.200s] (1832/2983) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
74932026-07-01T22:50:02.445Z PASS [ 11.946s] (1833/2983) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
74942026-07-01T22:50:03.566Z PASS [ 39.776s] (1834/2983) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
74952026-07-01T22:50:04.272Z PASS [ 21.737s] (1835/2983) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
74962026-07-01T22:50:04.327Z PASS [ 22.321s] (1836/2983) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
74972026-07-01T22:50:04.799Z PASS [ 17.476s] (1837/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
74982026-07-01T22:50:05.587Z PASS [ 13.419s] (1838/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
74992026-07-01T22:50:05.948Z PASS [ 20.728s] (1839/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
75002026-07-01T22:50:06.257Z PASS [ 16.232s] (1840/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
75012026-07-01T22:50:06.594Z PASS [ 11.973s] (1841/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
75022026-07-01T22:50:06.701Z PASS [ 29.148s] (1842/2983) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
75032026-07-01T22:50:06.968Z PASS [ 12.048s] (1843/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
75042026-07-01T22:50:07.209Z PASS [ 13.299s] (1844/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
75052026-07-01T22:50:07.347Z PASS [ 12.532s] (1845/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
75062026-07-01T22:50:07.547Z PASS [ 15.839s] (1846/2983) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
75072026-07-01T22:50:07.550Z PASS [ 20.745s] (1847/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
75082026-07-01T22:50:07.560Z PASS [ 41.416s] (1848/2983) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
75092026-07-01T22:50:07.733Z PASS [ 12.273s] (1849/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
75102026-07-01T22:50:07.802Z PASS [ 13.049s] (1850/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
75112026-07-01T22:50:08.014Z PASS [ 20.762s] (1851/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
75122026-07-01T22:50:08.277Z PASS [ 23.928s] (1852/2983) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
75132026-07-01T22:50:08.563Z PASS [ 14.896s] (1853/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
75142026-07-01T22:50:09.040Z PASS [ 13.455s] (1854/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
75152026-07-01T22:50:09.955Z PASS [ 22.758s] (1855/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
75162026-07-01T22:50:10.274Z PASS [ 18.847s] (1856/2983) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
75172026-07-01T22:50:10.306Z PASS [ 14.678s] (1857/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
75182026-07-01T22:50:10.951Z PASS [ 57.630s] (1858/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
75192026-07-01T22:50:11.702Z PASS [ 12.838s] (1859/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
75202026-07-01T22:50:13.663Z PASS [ 21.620s] (1860/2983) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
75212026-07-01T22:50:16.686Z PASS [ 13.122s] (1861/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
75222026-07-01T22:50:18.534Z PASS [ 13.735s] (1862/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
75232026-07-01T22:50:18.800Z PASS [ 13.212s] (1863/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
75242026-07-01T22:50:20.851Z PASS [ 18.405s] (1864/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
75252026-07-01T22:50:21.519Z PASS [ 14.171s] (1865/2983) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
75262026-07-01T22:50:22.264Z PASS [ 17.992s] (1866/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
75272026-07-01T22:50:22.727Z PASS [ 15.179s] (1867/2983) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
75282026-07-01T22:50:23.046Z PASS [ 16.078s] (1868/2983) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
75292026-07-01T22:50:26.025Z PASS [ 21.698s] (1869/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
75302026-07-01T22:50:26.434Z PASS [ 18.885s] (1870/2983) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
75312026-07-01T22:50:29.439Z PASS [ 21.636s] (1871/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
75322026-07-01T22:50:30.771Z PASS [ 24.176s] (1872/2983) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
75332026-07-01T22:50:30.963Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
75342026-07-01T22:50:31.527Z PASS [ 23.513s] (1873/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
75352026-07-01T22:50:31.557Z PASS [ 23.280s] (1874/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
75362026-07-01T22:50:32.794Z PASS [ 10.530s] (1875/2983) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
75372026-07-01T22:50:33.505Z PASS [ 12.654s] (1876/2983) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
75382026-07-01T22:50:33.509Z PASS [ 26.298s] (1877/2983) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
75392026-07-01T22:50:33.876Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75402026-07-01T22:50:34.112Z PASS [ 11.386s] (1878/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion
75412026-07-01T22:50:34.453Z PASS [ 12.934s] (1879/2983) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
75422026-07-01T22:50:34.707Z PASS [ 23.756s] (1880/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
75432026-07-01T22:50:34.873Z PASS [ 11.826s] (1881/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
75442026-07-01T22:50:35.408Z PASS [ 27.847s] (1882/2983) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
75452026-07-01T22:50:37.904Z PASS [ 11.877s] (1883/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
75462026-07-01T22:50:42.139Z PASS [ 34.220s] (1884/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
75472026-07-01T22:50:42.188Z PASS [ 36.068s] (1885/2983) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
75482026-07-01T22:50:42.188Z PASS [ 35.387s] (1886/2983) omicron-nexus::test_all integration_tests::metrics::test_metrics
75492026-07-01T22:50:42.830Z PASS [ 33.788s] (1887/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
75502026-07-01T22:50:43.782Z PASS [ 33.506s] (1888/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
75512026-07-01T22:50:44.098Z PASS [ 37.881s] (1889/2983) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
75522026-07-01T22:50:45.046Z PASS [ 11.538s] (1890/2983) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
75532026-07-01T22:50:45.466Z PASS [ 10.593s] (1891/2983) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
75542026-07-01T22:50:46.107Z PASS [ 10.698s] (1892/2983) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
75552026-07-01T22:50:46.435Z PASS [ 14.907s] (1893/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
75562026-07-01T22:50:46.677Z PASS [ 13.047s] (1894/2983) omicron-nexus::test_all integration_tests::projects::test_projects
75572026-07-01T22:50:46.695Z PASS [ 0.109s] (1895/2983) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
75582026-07-01T22:50:46.775Z PASS [ 0.112s] (1896/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
75592026-07-01T22:50:46.884Z PASS [ 0.108s] (1897/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
75602026-07-01T22:50:46.988Z PASS [ 0.105s] (1898/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
75612026-07-01T22:50:47.097Z PASS [ 0.109s] (1899/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
75622026-07-01T22:50:47.304Z PASS [ 13.190s] (1900/2983) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
75632026-07-01T22:50:47.585Z PASS [ 14.788s] (1901/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
75642026-07-01T22:50:48.011Z PASS [ 37.705s] (1902/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
75652026-07-01T22:50:48.450Z PASS [ 13.997s] (1903/2983) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
75662026-07-01T22:50:49.740Z PASS [ 20.301s] (1904/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
75672026-07-01T22:50:51.085Z PASS [ 13.183s] (1905/2983) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
75682026-07-01T22:50:51.181Z PASS [ 0.095s] (1906/2983) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
75692026-07-01T22:50:52.219Z PASS [ 42.263s] (1907/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
75702026-07-01T22:50:53.216Z PASS [ 11.256s] (1908/2983) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
75712026-07-01T22:50:53.318Z PASS [ 0.101s] (1909/2983) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
75722026-07-01T22:50:53.419Z PASS [ 0.103s] (1910/2983) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
75732026-07-01T22:50:53.511Z PASS [ 39.848s] (1911/2983) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
75742026-07-01T22:50:54.259Z PASS [ 11.430s] (1912/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
75752026-07-01T22:50:54.537Z PASS [ 12.505s] (1913/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
75762026-07-01T22:50:56.041Z PASS [ 13.945s] (1914/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
75772026-07-01T22:50:56.232Z PASS [ 12.446s] (1915/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
75782026-07-01T22:50:57.737Z PASS [ 46.026s] (1916/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
75792026-07-01T22:50:58.002Z PASS [ 27.223s] (1917/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
75802026-07-01T22:50:59.599Z PASS [ 15.502s] (1918/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
75812026-07-01T22:50:59.731Z PASS [ 12.634s] (1919/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
75822026-07-01T22:50:59.866Z PASS [ 13.759s] (1920/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
75832026-07-01T22:50:59.945Z PASS [ 12.361s] (1921/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
75842026-07-01T22:51:00.148Z PASS [ 2.054s] (1922/2983) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
75852026-07-01T22:51:00.407Z PASS [ 12.396s] (1923/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
75862026-07-01T22:51:00.783Z PASS [ 15.737s] (1924/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
75872026-07-01T22:51:00.789Z PASS [ 12.339s] (1925/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
75882026-07-01T22:51:00.982Z PASS [ 13.678s] (1926/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
75892026-07-01T22:51:01.158Z PASS [ 14.689s] (1927/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
75902026-07-01T22:51:01.744Z PASS [ 12.003s] (1928/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
75912026-07-01T22:51:01.865Z PASS [ 1.815s] (1929/2983) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
75922026-07-01T22:51:01.913Z PASS [ 1.967s] (1930/2983) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
75932026-07-01T22:51:02.462Z PASS [ 1.478s] (1931/2983) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
75942026-07-01T22:51:02.668Z PASS [ 53.961s] (1932/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
75952026-07-01T22:51:04.165Z PASS [ 46.242s] (1933/2983) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
75962026-07-01T22:51:04.329Z PASS [ 12.149s] (1934/2983) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
75972026-07-01T22:51:04.329Z PASS [ 1.517s] (1935/2983) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
75982026-07-01T22:51:04.329Z PASS [ 1.517s] (1936/2983) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
75992026-07-01T22:51:04.329Z PASS [ 18.030s] (1937/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
76002026-07-01T22:51:04.329Z PASS [ 11.308s] (1938/2983) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
76012026-07-01T22:51:04.329Z PASS [ 1.277s] (1939/2983) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
76022026-07-01T22:51:04.329Z PASS [ 10.338s] (1940/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
76032026-07-01T22:51:04.329Z PASS [ 10.317s] (1941/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
76042026-07-01T22:51:04.340Z PASS [ 29.505s] (1942/2983) omicron-nexus::test_all integration_tests::quotas::test_quotas
76052026-07-01T22:51:04.340Z PASS [ 10.069s] (1943/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
76062026-07-01T22:51:04.615Z PASS [ 10.062s] (1944/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
76072026-07-01T22:51:04.846Z PASS [ 33.289s] (1945/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
76082026-07-01T22:51:06.773Z PASS [ 40.339s] (1946/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
76092026-07-01T22:51:06.928Z PASS [ 3.546s] (1947/2983) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
76102026-07-01T22:51:08.379Z PASS [ 49.575s] (1948/2983) omicron-nexus::test_all integration_tests::password_login::test_local_users
76112026-07-01T22:51:13.550Z PASS [ 9.140s] (1949/2983) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
76122026-07-01T22:51:13.580Z PASS [ 9.214s] (1950/2983) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
76132026-07-01T22:51:13.967Z PASS [ 9.121s] (1951/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
76142026-07-01T22:51:14.501Z PASS [ 10.288s] (1952/2983) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
76152026-07-01T22:51:15.773Z PASS [ 57.238s] (1953/2983) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76162026-07-01T22:51:16.174Z PASS [ 9.401s] (1954/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
76172026-07-01T22:51:16.628Z PASS [ 12.043s] (1955/2983) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
76182026-07-01T22:51:16.879Z PASS [ 9.951s] (1956/2983) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
76192026-07-01T22:51:16.898Z PASS [ 9.971s] (1957/2983) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
76202026-07-01T22:51:16.898Z PASS [ 9.971s] (1958/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
76212026-07-01T22:51:17.085Z PASS [ 10.157s] (1959/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
76222026-07-01T22:51:19.175Z PASS [ 10.800s] (1960/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
76232026-07-01T22:51:22.054Z PASS [ 9.021s] (1961/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
76242026-07-01T22:51:23.151Z PASS [ 9.610s] (1962/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
76252026-07-01T22:51:23.554Z PASS [ 9.587s] (1963/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
76262026-07-01T22:51:23.883Z PASS [ 9.382s] (1964/2983) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
76272026-07-01T22:51:24.619Z PASS [ 8.846s] (1965/2983) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
76282026-07-01T22:51:24.950Z PASS [ 8.323s] (1966/2983) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
76292026-07-01T22:51:25.449Z PASS [ 9.275s] (1967/2983) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
76302026-07-01T22:51:26.536Z PASS [ 9.657s] (1968/2983) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
76312026-07-01T22:51:26.615Z PASS [ 9.530s] (1969/2983) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
76322026-07-01T22:51:26.651Z PASS [ 9.753s] (1970/2983) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
76332026-07-01T22:51:26.817Z PASS [ 9.918s] (1971/2983) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
76342026-07-01T22:51:28.539Z PASS [ 9.363s] (1972/2983) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
76352026-07-01T22:51:30.964Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
76362026-07-01T22:51:32.228Z PASS [ 9.076s] (1973/2983) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
76372026-07-01T22:51:32.653Z PASS [ 10.662s] (1974/2983) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
76382026-07-01T22:51:32.853Z PASS [ 9.299s] (1975/2983) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
76392026-07-01T22:51:33.102Z PASS [ 9.219s] (1976/2983) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
76402026-07-01T22:51:33.878Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76412026-07-01T22:51:34.182Z PASS [ 9.563s] (1977/2983) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
76422026-07-01T22:51:35.095Z PASS [ 10.145s] (1978/2983) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
76432026-07-01T22:51:36.047Z PASS [ 9.229s] (1979/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
76442026-07-01T22:51:36.050Z PASS [ 9.512s] (1980/2983) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
76452026-07-01T22:51:36.830Z PASS [ 10.178s] (1981/2983) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
76462026-07-01T22:51:37.317Z PASS [ 8.779s] (1982/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
76472026-07-01T22:51:37.772Z PASS [ 11.157s] (1983/2983) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
76482026-07-01T22:51:38.310Z PASS [ 12.861s] (1984/2983) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
76492026-07-01T22:51:40.315Z PASS [ 36.578s] (1985/2983) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
76502026-07-01T22:51:41.129Z PASS [ 130.168s] (1986/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
76512026-07-01T22:51:41.415Z PASS [ 9.187s] (1987/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
76522026-07-01T22:51:41.837Z PASS [ 9.183s] (1988/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
76532026-07-01T22:51:42.089Z PASS [ 9.234s] (1989/2983) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
76542026-07-01T22:51:43.729Z PASS [ 40.801s] (1990/2983) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
76552026-07-01T22:51:44.464Z PASS [ 41.034s] (1991/2983) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
76562026-07-01T22:51:45.481Z PASS [ 10.385s] (1992/2983) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
76572026-07-01T22:51:46.010Z PASS [ 12.908s] (1993/2983) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
76582026-07-01T22:51:46.027Z PASS [ 9.978s] (1994/2983) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
76592026-07-01T22:51:48.294Z PASS [ 10.976s] (1995/2983) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
76602026-07-01T22:51:49.381Z PASS [ 15.199s] (1996/2983) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
76612026-07-01T22:51:51.097Z PASS [ 12.787s] (1997/2983) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
76622026-07-01T22:51:51.114Z PASS [ 10.798s] (1998/2983) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
76632026-07-01T22:51:52.070Z PASS [ 16.024s] (1999/2983) omicron-nexus::test_all integration_tests::silos::test_silos
76642026-07-01T22:51:54.997Z PASS [ 18.167s] (2000/2983) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
76652026-07-01T22:51:55.104Z PASS [ 13.974s] (2001/2983) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
76662026-07-01T22:51:55.808Z PASS [ 18.035s] (2002/2983) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
76672026-07-01T22:51:56.432Z PASS [ 14.596s] (2003/2983) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
76682026-07-01T22:51:56.482Z PASS [ 15.067s] (2004/2983) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
76692026-07-01T22:51:57.162Z PASS [ 12.698s] (2005/2983) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
76702026-07-01T22:51:57.361Z PASS [ 11.334s] (2006/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
76712026-07-01T22:51:57.366Z PASS [ 11.356s] (2007/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
76722026-07-01T22:51:57.372Z PASS [ 12.908s] (2008/2983) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
76732026-07-01T22:51:59.141Z PASS [ 10.847s] (2009/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
76742026-07-01T22:52:00.315Z PASS [ 10.934s] (2010/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
76752026-07-01T22:52:03.193Z PASS [ 18.726s] (2011/2983) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
76762026-07-01T22:52:03.225Z PASS [ 11.154s] (2012/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
76772026-07-01T22:52:03.700Z PASS [ 12.602s] (2013/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
76782026-07-01T22:52:03.757Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
76792026-07-01T22:52:04.186Z PASS [ 13.057s] (2014/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
76802026-07-01T22:52:05.488Z PASS [ 25.171s] (2015/2983) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
76812026-07-01T22:52:06.812Z PASS [ 11.814s] (2016/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
76822026-07-01T22:52:07.001Z PASS [ 1.512s] (2017/2983) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
76832026-07-01T22:52:07.447Z PASS [ 21.966s] (2018/2983) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
76842026-07-01T22:52:07.631Z PASS [ 27.314s] (2019/2983) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
76852026-07-01T22:52:07.716Z PASS [ 27.399s] (2020/2983) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
76862026-07-01T22:52:07.741Z PASS [ 24.011s] (2021/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
76872026-07-01T22:52:08.403Z PASS [ 24.674s] (2022/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
76882026-07-01T22:52:08.647Z PASS [ 24.182s] (2023/2983) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
76892026-07-01T22:52:09.028Z PASS [ 11.655s] (2024/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
76902026-07-01T22:52:09.511Z PASS [ 13.703s] (2025/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
76912026-07-01T22:52:09.785Z PASS [ 66.031s] (2026/2983) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
76922026-07-01T22:52:09.980Z PASS [ 26.249s] (2027/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
76932026-07-01T22:52:11.078Z PASS [ 27.348s] (2028/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
76942026-07-01T22:52:11.284Z PASS [ 14.121s] (2029/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
76952026-07-01T22:52:12.224Z PASS [ 15.741s] (2030/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
76962026-07-01T22:52:13.486Z PASS [ 16.119s] (2031/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
76972026-07-01T22:52:13.997Z PASS [ 13.682s] (2032/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
76982026-07-01T22:52:15.261Z PASS [ 17.899s] (2033/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
76992026-07-01T22:52:16.751Z PASS [ 13.051s] (2034/2983) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
77002026-07-01T22:52:17.138Z PASS [ 17.995s] (2035/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
77012026-07-01T22:52:18.791Z PASS [ 11.160s] (2036/2983) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
77022026-07-01T22:52:20.446Z PASS [ 17.255s] (2037/2983) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
77032026-07-01T22:52:20.605Z PASS [ 12.889s] (2038/2983) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
77042026-07-01T22:52:20.663Z PASS [ 13.663s] (2039/2983) omicron-nexus::test_all integration_tests::updates::test_repo_prune
77052026-07-01T22:52:20.994Z PASS [ 13.252s] (2040/2983) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
77062026-07-01T22:52:21.426Z PASS [ 12.779s] (2041/2983) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
77072026-07-01T22:52:21.457Z PASS [ 14.645s] (2042/2983) omicron-nexus::test_all integration_tests::updates::test_repo_list
77082026-07-01T22:52:21.903Z PASS [ 26.799s] (2043/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
77092026-07-01T22:52:24.201Z PASS [ 42.113s] (2044/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
77102026-07-01T22:52:25.009Z PASS [ 17.562s] (2045/2983) omicron-nexus::test_all integration_tests::updates::test_repo_upload
77112026-07-01T22:52:29.393Z PASS [ 26.159s] (2046/2983) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
77122026-07-01T22:52:29.438Z PASS [ 20.410s] (2047/2983) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
77132026-07-01T22:52:33.879Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77142026-07-01T22:52:33.976Z PASS [ 24.191s] (2048/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
77152026-07-01T22:52:36.479Z PASS [ 26.693s] (2049/2983) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
77162026-07-01T22:52:38.070Z PASS [ 16.167s] (2050/2983) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
77172026-07-01T22:52:38.090Z PASS [ 29.686s] (2051/2983) omicron-nexus::test_all integration_tests::updates::test_update_status
77182026-07-01T22:52:41.379Z PASS [ 44.947s] (2052/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
77192026-07-01T22:52:42.048Z PASS [ 32.537s] (2053/2983) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
77202026-07-01T22:52:42.983Z PASS [ 22.378s] (2054/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
77212026-07-01T22:52:45.013Z PASS [ 33.729s] (2055/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
77222026-07-01T22:52:45.342Z PASS [ 35.557s] (2056/2983) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
77232026-07-01T22:52:48.331Z PASS [ 24.130s] (2057/2983) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
77242026-07-01T22:52:48.893Z PASS [ 32.143s] (2058/2983) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
77252026-07-01T22:52:49.398Z PASS [ 27.971s] (2059/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
77262026-07-01T22:52:50.774Z PASS [ 39.696s] (2060/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
77272026-07-01T22:52:52.248Z PASS [ 40.024s] (2061/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
77282026-07-01T22:52:54.008Z PASS [ 44.223s] (2062/2983) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
77292026-07-01T22:52:54.403Z PASS [ 9.060s] (2063/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
77302026-07-01T22:52:56.314Z PASS [ 41.054s] (2064/2983) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
77312026-07-01T22:52:57.665Z PASS [ 9.333s] (2065/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
77322026-07-01T22:52:58.112Z PASS [ 9.218s] (2066/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
77332026-07-01T22:52:58.519Z PASS [ 9.121s] (2067/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
77342026-07-01T22:53:00.334Z PASS [ 9.559s] (2068/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
77352026-07-01T22:53:00.378Z PASS [ 18.999s] (2069/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
77362026-07-01T22:53:01.505Z PASS [ 9.257s] (2070/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
77372026-07-01T22:53:03.473Z PASS [ 9.465s] (2071/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
77382026-07-01T22:53:03.850Z PASS [ 9.445s] (2072/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
77392026-07-01T22:53:03.916Z PASS [ 0.067s] (2073/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
77402026-07-01T22:53:04.173Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77412026-07-01T22:53:05.240Z PASS [ 22.256s] (2074/2983) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
77422026-07-01T22:53:05.985Z PASS [ 9.670s] (2075/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
77432026-07-01T22:53:07.963Z PASS [ 53.966s] (2076/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
77442026-07-01T22:53:08.415Z PASS [ 10.303s] (2077/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
77452026-07-01T22:53:08.803Z PASS [ 10.284s] (2078/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
77462026-07-01T22:53:09.782Z PASS [ 12.117s] (2079/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
77472026-07-01T22:53:09.982Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
77482026-07-01T22:53:10.024Z PASS [ 27.976s] (2080/2983) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
77492026-07-01T22:53:10.718Z PASS [ 10.339s] (2081/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
77502026-07-01T22:53:10.872Z PASS [ 10.538s] (2082/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
77512026-07-01T22:53:12.207Z PASS [ 10.702s] (2083/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
77522026-07-01T22:53:12.730Z PASS [ 51.273s] (2084/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
77532026-07-01T22:53:12.848Z PASS [ 54.058s] (2085/2983) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
77542026-07-01T22:53:13.160Z PASS [ 35.089s] (2086/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
77552026-07-01T22:53:13.488Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
77562026-07-01T22:53:14.498Z PASS [ 11.024s] (2087/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
77572026-07-01T22:53:15.061Z PASS [ 38.582s] (2088/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
77582026-07-01T22:53:15.193Z PASS [ 54.529s] (2089/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
77592026-07-01T22:53:15.891Z PASS [ 37.800s] (2090/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
77602026-07-01T22:53:16.269Z PASS [ 55.821s] (2091/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
77612026-07-01T22:53:16.728Z PASS [ 63.242s] (2092/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
77622026-07-01T22:53:16.861Z PASS [ 11.621s] (2093/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
77632026-07-01T22:53:17.141Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
77642026-07-01T22:53:17.417Z PASS [ 11.432s] (2094/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
77652026-07-01T22:53:18.961Z PASS [ 68.981s] (2095/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
77662026-07-01T22:53:20.336Z PASS [ 12.373s] (2096/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
77672026-07-01T22:53:20.996Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
77682026-07-01T22:53:21.127Z PASS [ 60.133s] (2097/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
77692026-07-01T22:53:21.161Z PASS [ 12.357s] (2098/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
77702026-07-01T22:53:21.167Z PASS [ 12.752s] (2099/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
77712026-07-01T22:53:22.631Z PASS [ 12.848s] (2100/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
77722026-07-01T22:53:23.975Z PASS [ 79.804s] (2101/2983) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77732026-07-01T22:53:24.899Z PASS [ 59.889s] (2102/2983) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
77742026-07-01T22:53:25.186Z PASS [ 14.314s] (2103/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
77752026-07-01T22:53:26.765Z PASS [ 14.035s] (2104/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
77762026-07-01T22:53:27.138Z PASS [ 14.928s] (2105/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
77772026-07-01T22:53:27.931Z PASS [ 654.065s] (2106/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77782026-07-01T22:53:27.934Z PASS [ 15.084s] (2107/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
77792026-07-01T22:53:27.957Z PASS [ 14.796s] (2108/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
77802026-07-01T22:53:29.387Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
77812026-07-01T22:53:29.440Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
77822026-07-01T22:53:30.800Z PASS [ 14.532s] (2109/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
77832026-07-01T22:53:31.537Z PASS [ 27.621s] (2110/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
77842026-07-01T22:53:32.312Z PASS [ 17.250s] (2111/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
77852026-07-01T22:53:32.761Z PASS [ 17.568s] (2112/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
77862026-07-01T22:53:33.003Z PASS [ 16.274s] (2113/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
77872026-07-01T22:53:33.978Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
77882026-07-01T22:53:34.424Z PASS [ 18.533s] (2114/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
77892026-07-01T22:53:35.530Z PASS [ 18.668s] (2115/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
77902026-07-01T22:53:39.729Z PASS [ 20.768s] (2116/2983) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
77912026-07-01T22:53:39.921Z PASS [ 12.786s] (2117/2983) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
77922026-07-01T22:53:40.145Z PASS [ 18.977s] (2118/2983) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
77932026-07-01T22:53:41.238Z PASS [ 23.821s] (2119/2983) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
77942026-07-01T22:53:41.259Z PASS [ 0.020s] (2120/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
77952026-07-01T22:53:41.284Z PASS [ 0.025s] (2121/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
77962026-07-01T22:53:41.304Z PASS [ 0.020s] (2122/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
77972026-07-01T22:53:41.329Z PASS [ 0.025s] (2123/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
77982026-07-01T22:53:41.353Z PASS [ 0.024s] (2124/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
77992026-07-01T22:53:41.380Z PASS [ 0.027s] (2125/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
78002026-07-01T22:53:41.401Z PASS [ 0.021s] (2126/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
78012026-07-01T22:53:41.423Z PASS [ 0.021s] (2127/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
78022026-07-01T22:53:41.449Z PASS [ 0.026s] (2128/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
78032026-07-01T22:53:41.471Z PASS [ 0.021s] (2129/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
78042026-07-01T22:53:41.491Z PASS [ 0.020s] (2130/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
78052026-07-01T22:53:41.512Z PASS [ 0.021s] (2131/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
78062026-07-01T22:53:41.518Z PASS [ 13.587s] (2132/2983) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
78072026-07-01T22:53:41.534Z PASS [ 0.022s] (2133/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
78082026-07-01T22:53:41.543Z PASS [ 0.024s] (2134/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
78092026-07-01T22:53:41.557Z PASS [ 0.023s] (2135/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
78102026-07-01T22:53:41.567Z PASS [ 0.024s] (2136/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
78112026-07-01T22:53:41.580Z PASS [ 0.023s] (2137/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
78122026-07-01T22:53:41.590Z PASS [ 0.023s] (2138/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
78132026-07-01T22:53:41.604Z PASS [ 0.023s] (2139/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
78142026-07-01T22:53:41.615Z PASS [ 0.024s] (2140/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
78152026-07-01T22:53:41.790Z PASS [ 84.653s] (2141/2983) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
78162026-07-01T22:53:42.384Z PASS [ 18.409s] (2142/2983) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
78172026-07-01T22:53:42.415Z PASS [ 19.785s] (2143/2983) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
78182026-07-01T22:53:42.430Z PASS [ 0.045s] (2144/2983) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
78192026-07-01T22:53:42.454Z PASS [ 0.039s] (2145/2983) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
78202026-07-01T22:53:42.469Z PASS [ 0.039s] (2146/2983) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
78212026-07-01T22:53:42.474Z PASS [ 0.021s] (2147/2983) omicron-package config::tests::multi_preset_arg
78222026-07-01T22:53:42.494Z PASS [ 0.025s] (2148/2983) omicron-package dot::test::test_bad_dependency
78232026-07-01T22:53:42.499Z PASS [ 0.024s] (2149/2983) omicron-package dot::test::test_dot_output
78242026-07-01T22:53:42.519Z PASS [ 0.020s] (2150/2983) omicron-passwords test::test_password_constraints
78252026-07-01T22:53:43.441Z PASS [ 15.484s] (2151/2983) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
78262026-07-01T22:53:43.558Z PASS [ 15.625s] (2152/2983) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
78272026-07-01T22:53:43.593Z PASS [ 0.035s] (2153/2983) omicron-passwords test::test_stable
78282026-07-01T22:53:43.607Z PASS [ 18.707s] (2154/2983) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
78292026-07-01T22:53:43.618Z PASS [ 0.024s] (2155/2983) omicron-passwords test::test_weak_hashes
78302026-07-01T22:53:43.635Z PASS [ 0.028s] (2156/2983) omicron-rpaths internal::tests::test_configure_from_path
78312026-07-01T22:53:43.638Z PASS [ 0.021s] (2157/2983) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
78322026-07-01T22:53:43.656Z PASS [ 0.020s] (2158/2983) omicron-rpaths internal::tests::test_emit_rpath
78332026-07-01T22:53:43.733Z PASS [ 0.095s] (2159/2983) omicron-sled-agent artifact_store::test::generations
78342026-07-01T22:53:43.756Z PASS [ 0.101s] (2160/2983) omicron-sled-agent artifact_store::test::issue_7796
78352026-07-01T22:53:43.817Z PASS [ 0.083s] (2161/2983) omicron-sled-agent artifact_store::test::list_get_put
78362026-07-01T22:53:43.841Z PASS [ 0.085s] (2162/2983) omicron-sled-agent artifact_store::test::no_dataset
78372026-07-01T22:53:43.881Z PASS [ 0.039s] (2163/2983) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
78382026-07-01T22:53:43.883Z PASS [ 22.723s] (2164/2983) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
78392026-07-01T22:53:43.903Z PASS [ 0.086s] (2165/2983) omicron-sled-agent artifact_store::test::wrong_hash
78402026-07-01T22:53:43.927Z PASS [ 0.046s] (2166/2983) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
78412026-07-01T22:53:43.930Z PASS [ 0.044s] (2167/2983) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
78422026-07-01T22:53:43.934Z PASS [ 0.032s] (2168/2983) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
78432026-07-01T22:53:43.960Z PASS [ 0.032s] (2169/2983) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
78442026-07-01T22:53:43.968Z PASS [ 0.041s] (2170/2983) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
78452026-07-01T22:53:43.971Z PASS [ 0.037s] (2171/2983) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
78462026-07-01T22:53:43.989Z PASS [ 0.029s] (2172/2983) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
78472026-07-01T22:53:44.002Z PASS [ 0.034s] (2173/2983) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
78482026-07-01T22:53:44.014Z PASS [ 0.043s] (2174/2983) omicron-sled-agent config::test::test_smf_configs
78492026-07-01T22:53:44.022Z PASS [ 0.033s] (2175/2983) omicron-sled-agent fmd::tests::boolean_array
78502026-07-01T22:53:44.037Z PASS [ 0.034s] (2176/2983) omicron-sled-agent fmd::tests::boolean_presence
78512026-07-01T22:53:44.047Z PASS [ 0.032s] (2177/2983) omicron-sled-agent fmd::tests::boolean_value
78522026-07-01T22:53:44.053Z PASS [ 0.031s] (2178/2983) omicron-sled-agent fmd::tests::double
78532026-07-01T22:53:44.076Z PASS [ 0.039s] (2179/2983) omicron-sled-agent fmd::tests::hrtime
78542026-07-01T22:53:44.087Z PASS [ 0.040s] (2180/2983) omicron-sled-agent fmd::tests::integer_arrays
78552026-07-01T22:53:44.092Z PASS [ 0.039s] (2181/2983) omicron-sled-agent fmd::tests::integers
78562026-07-01T22:53:44.107Z PASS [ 0.031s] (2182/2983) omicron-sled-agent fmd::tests::string
78572026-07-01T22:53:44.118Z PASS [ 0.031s] (2183/2983) omicron-sled-agent fmd::tests::string_array
78582026-07-01T22:53:44.124Z PASS [ 0.032s] (2184/2983) omicron-sled-agent fmd::tests::unknown_type
78592026-07-01T22:53:44.138Z PASS [ 0.030s] (2185/2983) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
78602026-07-01T22:53:44.156Z PASS [ 0.039s] (2186/2983) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
78612026-07-01T22:53:44.163Z PASS [ 0.039s] (2187/2983) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
78622026-07-01T22:53:44.173Z PASS [ 0.035s] (2188/2983) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
78632026-07-01T22:53:44.191Z PASS [ 0.034s] (2189/2983) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
78642026-07-01T22:53:44.197Z PASS [ 0.034s] (2190/2983) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
78652026-07-01T22:53:44.205Z PASS [ 0.032s] (2191/2983) omicron-sled-agent instance::tests::add_new_floating_ip
78662026-07-01T22:53:44.235Z PASS [ 0.044s] (2192/2983) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
78672026-07-01T22:53:44.241Z PASS [ 0.044s] (2193/2983) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
78682026-07-01T22:53:44.244Z PASS [ 0.039s] (2194/2983) omicron-sled-agent instance::tests::prune_existing_floating_ip
78692026-07-01T22:53:44.451Z PASS [ 0.215s] (2195/2983) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
78702026-07-01T22:53:44.505Z PASS [ 0.264s] (2196/2983) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
78712026-07-01T22:53:44.598Z PASS [ 0.353s] (2197/2983) omicron-sled-agent instance::tests::test_instance_create_events_normal
78722026-07-01T22:53:44.634Z PASS [ 13.833s] (2198/2983) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
78732026-07-01T22:53:44.667Z PASS [ 0.033s] (2199/2983) omicron-sled-agent instance::tests::test_multicast_membership_equality
78742026-07-01T22:53:44.702Z PASS [ 0.034s] (2200/2983) omicron-sled-agent metrics::test_samples_per_collection
78752026-07-01T22:53:44.853Z PASS [ 19.666s] (2201/2983) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
78762026-07-01T22:53:44.889Z PASS [ 0.036s] (2202/2983) omicron-sled-agent probe_manager::test::probe_state_set_ops
78772026-07-01T22:53:44.903Z PASS [ 0.305s] (2203/2983) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
78782026-07-01T22:53:44.926Z PASS [ 0.037s] (2204/2983) omicron-sled-agent profile::tests::empty_profile
78792026-07-01T22:53:44.939Z PASS [ 0.035s] (2205/2983) omicron-sled-agent profile::tests::test_disabled_instance
78802026-07-01T22:53:44.962Z PASS [ 0.036s] (2206/2983) omicron-sled-agent profile::tests::test_instance
78812026-07-01T22:53:44.980Z PASS [ 0.041s] (2207/2983) omicron-sled-agent profile::tests::test_multiple
78822026-07-01T22:53:45.000Z PASS [ 0.038s] (2208/2983) omicron-sled-agent profile::tests::test_property
78832026-07-01T22:53:45.014Z PASS [ 0.034s] (2209/2983) omicron-sled-agent profile::tests::test_property_group
78842026-07-01T22:53:45.017Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
78852026-07-01T22:53:45.041Z PASS [ 0.041s] (2210/2983) omicron-sled-agent profile::tests::test_service
78862026-07-01T22:53:45.053Z PASS [ 0.039s] (2211/2983) omicron-sled-agent profile::tests::test_service_property_group
78872026-07-01T22:53:45.068Z PASS [ 23.940s] (2212/2983) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
78882026-07-01T22:53:45.076Z PASS [ 0.034s] (2213/2983) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
78892026-07-01T22:53:45.089Z PASS [ 0.036s] (2214/2983) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
78902026-07-01T22:53:45.111Z PASS [ 0.042s] (2215/2983) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
78912026-07-01T22:53:45.114Z PASS [ 0.663s] (2216/2983) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
78922026-07-01T22:53:45.120Z PASS [ 0.044s] (2217/2983) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
78932026-07-01T22:53:45.128Z PASS [ 0.039s] (2218/2983) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
78942026-07-01T22:53:45.163Z PASS [ 0.049s] (2219/2983) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
78952026-07-01T22:53:45.167Z PASS [ 0.044s] (2220/2983) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
78962026-07-01T22:53:45.171Z PASS [ 0.043s] (2221/2983) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
78972026-07-01T22:53:45.220Z PASS [ 0.055s] (2222/2983) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
78982026-07-01T22:53:45.224Z PASS [ 0.052s] (2223/2983) omicron-sled-agent sim::storage::test::nested_dataset
78992026-07-01T22:53:45.230Z PASS [ 0.067s] (2224/2983) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
79002026-07-01T22:53:45.299Z PASS [ 0.069s] (2225/2983) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
79012026-07-01T22:53:45.303Z PASS [ 0.077s] (2226/2983) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
79022026-07-01T22:53:45.304Z PASS [ 0.083s] (2227/2983) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
79032026-07-01T22:53:45.337Z PASS [ 0.038s] (2228/2983) omicron-sled-agent sim::storage::test::snapshot_needs_region
79042026-07-01T22:53:45.353Z PASS [ 0.049s] (2229/2983) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
79052026-07-01T22:53:45.357Z PASS [ 0.852s] (2230/2983) omicron-sled-agent instance::tests::test_instance_manager_creation
79062026-07-01T22:53:45.365Z PASS [ 0.065s] (2231/2983) omicron-sled-agent support_bundle::storage::tests::basic_crud
79072026-07-01T22:53:45.398Z PASS [ 0.061s] (2232/2983) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
79082026-07-01T22:53:45.412Z PASS [ 0.059s] (2233/2983) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
79092026-07-01T22:53:45.415Z PASS [ 0.057s] (2234/2983) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
79102026-07-01T22:53:45.419Z PASS [ 0.052s] (2235/2983) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
79112026-07-01T22:53:45.452Z PASS [ 0.053s] (2236/2983) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
79122026-07-01T22:53:45.465Z PASS [ 0.053s] (2237/2983) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
79132026-07-01T22:53:45.471Z PASS [ 0.053s] (2238/2983) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
79142026-07-01T22:53:45.471Z PASS [ 0.056s] (2239/2983) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
79152026-07-01T22:53:45.507Z PASS [ 0.055s] (2240/2983) omicron-sled-agent support_bundle::storage::tests::ranges
79162026-07-01T22:53:45.516Z PASS [ 0.045s] (2241/2983) omicron-sled-agent updates::test::test_query_sled_agent_version
79172026-07-01T22:53:45.520Z PASS [ 0.046s] (2242/2983) omicron-sled-agent updates::test::test_query_no_components
79182026-07-01T22:53:45.524Z PASS [ 0.057s] (2243/2983) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
79192026-07-01T22:53:45.548Z PASS [ 0.041s] (2244/2983) omicron-sled-agent updates::test::test_query_zone_version
79202026-07-01T22:53:45.552Z PASS [ 0.033s] (2245/2983) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
79212026-07-01T22:53:45.606Z PASS [ 0.058s] (2246/2983) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
79222026-07-01T22:53:45.869Z PASS [ 3.349s] (2247/2983) omicron-passwords test::test_reproducible
79232026-07-01T22:53:46.801Z PASS [ 13.798s] (2248/2983) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
79242026-07-01T22:53:46.863Z PASS [ 0.061s] (2249/2983) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
79252026-07-01T22:53:46.902Z PASS [ 0.039s] (2250/2983) omicron-sled-agent zone_bundle::tests::test_dir_size
79262026-07-01T22:53:46.969Z PASS [ 0.066s] (2251/2983) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
79272026-07-01T22:53:47.033Z PASS [ 0.065s] (2252/2983) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
79282026-07-01T22:53:47.073Z PASS [ 0.040s] (2253/2983) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
79292026-07-01T22:53:47.752Z PASS [ 0.679s] (2254/2983) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
79302026-07-01T22:53:47.787Z PASS [ 0.035s] (2255/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
79312026-07-01T22:53:47.820Z PASS [ 0.032s] (2256/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
79322026-07-01T22:53:48.027Z PASS [ 0.208s] (2257/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
79332026-07-01T22:53:48.036Z PASS [ 13.612s] (2258/2983) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
79342026-07-01T22:53:48.256Z PASS [ 0.229s] (2259/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
79352026-07-01T22:53:48.298Z PASS [ 0.042s] (2260/2983) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
79362026-07-01T22:53:48.340Z PASS [ 0.041s] (2261/2983) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
79372026-07-01T22:53:48.570Z PASS [ 3.019s] (2262/2983) omicron-sled-agent zone_bundle::illumos_tests::test_context
79382026-07-01T22:53:48.575Z PASS [ 0.233s] (2263/2983) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
79392026-07-01T22:53:48.723Z PASS [ 3.206s] (2264/2983) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
79402026-07-01T22:53:48.783Z PASS [ 3.673s] (2265/2983) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
79412026-07-01T22:53:48.803Z PASS [ 0.229s] (2266/2983) omicron-test-utils dev::db::test::test_bad_cmd
79422026-07-01T22:53:48.901Z PASS [ 3.295s] (2267/2983) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
79432026-07-01T22:53:48.990Z PASS [ 0.448s] (2268/2983) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
79442026-07-01T22:53:48.996Z PASS [ 13.466s] (2269/2983) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
79452026-07-01T22:53:49.031Z PASS [ 0.034s] (2270/2983) omicron-test-utils dev::db::test::test_make_pg_config_fail
79462026-07-01T22:53:49.064Z PASS [ 0.033s] (2271/2983) omicron-test-utils dev::db::test::test_make_pg_config_ok
79472026-07-01T22:53:49.077Z PASS [ 1.041s] (2272/2983) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
79482026-07-01T22:53:49.103Z PASS [ 0.040s] (2273/2983) omicron-test-utils dev::db::test::test_parse_http_addr
79492026-07-01T22:53:49.113Z PASS [ 0.037s] (2274/2983) omicron-test-utils dev::db::test::test_process_exit_abnormal
79502026-07-01T22:53:49.145Z PASS [ 0.041s] (2275/2983) omicron-test-utils dev::db::test::test_process_exit_normal
79512026-07-01T22:53:49.157Z PASS [ 0.433s] (2276/2983) omicron-test-utils dev::db::test::test_cmd_fails
79522026-07-01T22:53:49.160Z PASS [ 0.258s] (2277/2983) omicron-test-utils dev::db::test::test_database_start_hang
79532026-07-01T22:53:49.200Z PASS [ 0.041s] (2278/2983) omicron-test-utils dev::db::test::test_starter_tmpdir
79542026-07-01T22:53:49.239Z PASS [ 0.039s] (2279/2983) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
79552026-07-01T22:53:49.272Z PASS [ 0.033s] (2280/2983) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
79562026-07-01T22:53:49.307Z PASS [ 0.035s] (2281/2983) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
79572026-07-01T22:53:49.346Z PASS [ 0.039s] (2282/2983) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
79582026-07-01T22:53:49.381Z PASS [ 0.035s] (2283/2983) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
79592026-07-01T22:53:49.434Z PASS [ 0.053s] (2284/2983) omicron-test-utils dev::test_cmds::tests::test_redact_extra
79602026-07-01T22:53:49.483Z PASS [ 0.049s] (2285/2983) omicron-test-utils dev::test_cmds::tests::test_redact_section
79612026-07-01T22:53:49.529Z PASS [ 0.415s] (2286/2983) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
79622026-07-01T22:53:49.583Z PASS [ 0.054s] (2287/2983) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
79632026-07-01T22:53:49.608Z PASS [ 80.169s] (2288/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
79642026-07-01T22:53:49.643Z PASS [ 0.653s] (2289/2983) omicron-test-utils dev::db::test::test_http_addr_integration
79652026-07-01T22:53:49.680Z PASS [ 7.186s] (2290/2983) omicron-passwords test::test_compatible
79662026-07-01T22:53:49.705Z PASS [ 0.222s] (2291/2983) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
79672026-07-01T22:53:49.705Z PASS [ 0.097s] (2292/2983) oximeter-collector agent::tests::test_self_stat_collection_count
79682026-07-01T22:53:49.731Z PASS [ 0.148s] (2293/2983) oximeter test::timeseries_schema_consistency
79692026-07-01T22:53:49.738Z PASS [ 0.095s] (2294/2983) oximeter-collector agent::tests::test_self_stat_error_counter
79702026-07-01T22:53:49.765Z PASS [ 0.085s] (2295/2983) oximeter-collector agent::tests::test_self_stat_unreachable_counter
79712026-07-01T22:53:49.769Z PASS [ 0.035s] (2296/2983) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
79722026-07-01T22:53:49.804Z PASS [ 0.038s] (2297/2983) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
79732026-07-01T22:53:49.808Z PASS [ 0.041s] (2298/2983) oximeter-collector self_stats::tests::test_failure_reason_serialization
79742026-07-01T22:53:49.814Z PASS [ 0.108s] (2299/2983) oximeter-collector agent::tests::verify_producer_details
79752026-07-01T22:53:49.823Z PASS [ 0.084s] (2300/2983) oximeter-collector results_sink::tests::test_batch_handoff_overflow
79762026-07-01T22:53:49.826Z PASS [ 0.118s] (2301/2983) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
79772026-07-01T22:53:49.830Z PASS [ 3.962s] (2302/2983) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
79782026-07-01T22:53:49.847Z PASS [ 0.041s] (2303/2983) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
79792026-07-01T22:53:49.857Z PASS [ 0.043s] (2304/2983) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
79802026-07-01T22:53:49.860Z PASS [ 0.036s] (2305/2983) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
79812026-07-01T22:53:49.864Z PASS [ 0.034s] (2306/2983) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
79822026-07-01T22:53:49.867Z PASS [ 0.044s] (2307/2983) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
79832026-07-01T22:53:49.894Z PASS [ 0.090s] (2308/2983) oximeter-collector::test_commands test_oximeter_no_args
79842026-07-01T22:53:50.005Z PASS [ 4.455s] (2309/2983) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
79852026-07-01T22:53:50.044Z PASS [ 0.039s] (2310/2983) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
79862026-07-01T22:53:50.066Z PASS [ 76.090s] (2311/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
79872026-07-01T22:53:50.223Z PASS [ 1.420s] (2312/2983) omicron-test-utils dev::db::test::test_database_concurrent
79882026-07-01T22:53:50.288Z PASS [ 0.065s] (2313/2983) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
79892026-07-01T22:53:50.316Z PASS [ 1.159s] (2314/2983) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
79902026-07-01T22:53:50.559Z PASS [ 8.769s] (2315/2983) omicron-omdb::test_all_output test_omdb_usage_errors
79912026-07-01T22:53:50.672Z PASS [ 0.824s] (2316/2983) oximeter-db client::oxql::tests::test_get_entire_table
79922026-07-01T22:53:50.676Z PASS [ 0.809s] (2317/2983) oximeter-db client::oxql::tests::test_get_fields_query
79932026-07-01T22:53:50.684Z PASS [ 0.639s] (2318/2983) oximeter-db client::tests::can_ping_clickhouse
79942026-07-01T22:53:50.720Z PASS [ 0.860s] (2319/2983) oximeter-db client::oxql::tests::test_get_fields
79952026-07-01T22:53:50.720Z PASS [ 0.852s] (2320/2983) oximeter-db client::oxql::tests::test_get_one_timeseries
79962026-07-01T22:53:50.731Z PASS [ 0.873s] (2321/2983) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
79972026-07-01T22:53:50.759Z PASS [ 0.865s] (2322/2983) oximeter-db client::oxql::tests::test_limit_operations
79982026-07-01T22:53:50.820Z PASS [ 10.899s] (2323/2983) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
79992026-07-01T22:53:50.886Z PASS [ 10.741s] (2324/2983) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
80002026-07-01T22:53:50.999Z PASS [ 11.269s] (2325/2983) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
80012026-07-01T22:53:51.274Z PASS [ 0.715s] (2326/2983) oximeter-db client::tests::read_latest_version_reports_max
80022026-07-01T22:53:51.303Z PASS [ 0.629s] (2327/2983) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
80032026-07-01T22:53:51.376Z PASS [ 0.656s] (2328/2983) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
80042026-07-01T22:53:51.406Z PASS [ 0.734s] (2329/2983) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
80052026-07-01T22:53:51.423Z PASS [ 0.739s] (2330/2983) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
80062026-07-01T22:53:51.529Z PASS [ 0.798s] (2331/2983) oximeter-db client::tests::test_client_select_timeseries_one
80072026-07-01T22:53:51.534Z PASS [ 0.814s] (2332/2983) oximeter-db client::tests::select_timeseries_with_select_one
80082026-07-01T22:53:51.562Z PASS [ 0.803s] (2333/2983) oximeter-db client::tests::test_database_version_update_is_idempotent
80092026-07-01T22:53:51.565Z PASS [ 0.034s] (2334/2983) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
80102026-07-01T22:53:51.585Z PASS [ 0.765s] (2335/2983) oximeter-db client::tests::test_database_version_will_not_downgrade
80112026-07-01T22:53:51.634Z PASS [ 0.747s] (2336/2983) oximeter-db client::tests::test_database_version_will_not_upgrade
80122026-07-01T22:53:51.677Z PASS [ 0.044s] (2337/2983) oximeter-db client::tests::test_read_schema_upgrade_sql_files
80132026-07-01T22:53:51.719Z PASS [ 0.042s] (2338/2983) oximeter-db client::tests::test_read_timeseries_to_delete
80142026-07-01T22:53:51.756Z PASS [ 0.037s] (2339/2983) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
80152026-07-01T22:53:51.793Z PASS [ 0.036s] (2340/2983) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
80162026-07-01T22:53:51.816Z PASS [ 0.817s] (2341/2983) oximeter-db client::tests::test_differentiate_by_timeseries_name
80172026-07-01T22:53:52.037Z PASS [ 1.749s] (2342/2983) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
80182026-07-01T22:53:52.064Z PASS [ 0.789s] (2343/2983) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
80192026-07-01T22:53:52.079Z PASS [ 0.776s] (2344/2983) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
80202026-07-01T22:53:52.126Z PASS [ 0.750s] (2345/2983) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
80212026-07-01T22:53:52.166Z PASS [ 0.760s] (2346/2983) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
80222026-07-01T22:53:52.310Z PASS [ 0.776s] (2347/2983) oximeter-db client::tests::test_field_record_count
80232026-07-01T22:53:52.325Z PASS [ 0.762s] (2348/2983) oximeter-db client::tests::test_is_oximeter_cluster
80242026-07-01T22:53:52.334Z PASS [ 2.018s] (2349/2983) oximeter-db client::tests::insert_samples_fails_fast
80252026-07-01T22:53:52.345Z PASS [ 0.783s] (2350/2983) oximeter-db client::tests::test_insert_samples
80262026-07-01T22:53:52.380Z PASS [ 0.795s] (2351/2983) oximeter-db client::tests::test_list_timeseries
80272026-07-01T22:53:52.504Z PASS [ 1.080s] (2352/2983) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
80282026-07-01T22:53:52.585Z PASS [ 0.769s] (2353/2983) oximeter-db client::tests::test_schema_mismatch
80292026-07-01T22:53:52.683Z PASS [ 41.965s] (2354/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
80302026-07-01T22:53:52.718Z PASS [ 0.036s] (2355/2983) oximeter-db client::tests::test_unravel_index
80312026-07-01T22:53:52.741Z PASS [ 3.958s] (2356/2983) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
80322026-07-01T22:53:52.760Z PASS [ 0.041s] (2357/2983) oximeter-db client::tests::test_verify_schema_upgrades
80332026-07-01T22:53:52.783Z PASS [ 0.042s] (2358/2983) oximeter-db model::fields::tests::test_extract_fields_as_block
80342026-07-01T22:53:52.797Z PASS [ 0.037s] (2359/2983) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
80352026-07-01T22:53:52.828Z PASS [ 0.044s] (2360/2983) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
80362026-07-01T22:53:52.846Z PASS [ 0.050s] (2361/2983) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
80372026-07-01T22:53:52.869Z PASS [ 0.041s] (2362/2983) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
80382026-07-01T22:53:52.880Z PASS [ 0.033s] (2363/2983) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
80392026-07-01T22:53:52.902Z PASS [ 0.033s] (2364/2983) oximeter-db native::block::tests::concat_blocks
80402026-07-01T22:53:52.915Z PASS [ 0.035s] (2365/2983) oximeter-db native::block::tests::datetime64_scale_checks_range
80412026-07-01T22:53:52.938Z PASS [ 0.036s] (2366/2983) oximeter-db native::block::tests::parse_date_time
80422026-07-01T22:53:52.943Z PASS [ 0.879s] (2367/2983) oximeter-db client::tests::test_schema_update
80432026-07-01T22:53:52.950Z PASS [ 0.035s] (2368/2983) oximeter-db native::block::tests::parse_date_time64
80442026-07-01T22:53:52.956Z PASS [ 1.163s] (2369/2983) oximeter-db client::tests::test_recall_of_all_fields
80452026-07-01T22:53:52.973Z PASS [ 0.035s] (2370/2983) oximeter-db native::block::tests::parse_escaped_date_time64
80462026-07-01T22:53:52.976Z PASS [ 0.849s] (2371/2983) oximeter-db client::tests::test_select_all_field_types
80472026-07-01T22:53:52.979Z PASS [ 0.898s] (2372/2983) oximeter-db client::tests::test_select_all_datum_types
80482026-07-01T22:53:52.984Z PASS [ 0.040s] (2373/2983) oximeter-db native::block::tests::test_data_type_to_string
80492026-07-01T22:53:52.987Z PASS [ 0.037s] (2374/2983) oximeter-db native::block::tests::test_datetime64_conversions
80502026-07-01T22:53:52.991Z PASS [ 0.035s] (2375/2983) oximeter-db native::block::tests::test_parse_all_known_timezones
80512026-07-01T22:53:53.002Z PASS [ 0.836s] (2376/2983) oximeter-db client::tests::test_select_timeseries_with_all
80522026-07-01T22:53:53.012Z PASS [ 0.039s] (2377/2983) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
80532026-07-01T22:53:53.016Z PASS [ 0.041s] (2378/2983) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
80542026-07-01T22:53:53.020Z PASS [ 0.043s] (2379/2983) oximeter-db native::block::tests::test_parse_enum8
80552026-07-01T22:53:53.031Z PASS [ 0.043s] (2380/2983) oximeter-db native::block::tests::test_parse_invalid_data_type
80562026-07-01T22:53:53.031Z PASS [ 0.047s] (2381/2983) oximeter-db native::block::tests::test_parse_enum_variant
80572026-07-01T22:53:53.034Z PASS [ 0.996s] (2382/2983) oximeter-db client::tests::test_schema_reinserted_after_redeployment
80582026-07-01T22:53:53.148Z PASS [ 0.814s] (2383/2983) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
80592026-07-01T22:53:53.148Z PASS [ 0.803s] (2384/2983) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
80602026-07-01T22:53:53.182Z PASS [ 0.801s] (2385/2983) oximeter-db client::tests::test_select_timeseries_with_start_time
80612026-07-01T22:53:53.186Z PASS [ 0.038s] (2386/2983) oximeter-db native::io::block::tests::test_decode_block_with_nulls
80622026-07-01T22:53:53.220Z PASS [ 0.033s] (2387/2983) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
80632026-07-01T22:53:53.223Z PASS [ 0.042s] (2388/2983) oximeter-db native::io::block::tests::test_decode_full_block
80642026-07-01T22:53:53.226Z PASS [ 0.915s] (2389/2983) oximeter-db client::tests::test_select_timeseries_with_limit
80652026-07-01T22:53:53.226Z PASS [ 0.900s] (2390/2983) oximeter-db client::tests::test_select_timeseries_with_order
80662026-07-01T22:53:53.252Z PASS [ 0.032s] (2391/2983) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
80672026-07-01T22:53:53.258Z PASS [ 0.033s] (2392/2983) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
80682026-07-01T22:53:53.260Z PASS [ 0.036s] (2393/2983) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
80692026-07-01T22:53:53.263Z PASS [ 0.036s] (2394/2983) oximeter-db native::io::column::tests::test_decode_string_column
80702026-07-01T22:53:53.284Z PASS [ 38.786s] (2395/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
80712026-07-01T22:53:53.287Z PASS [ 0.034s] (2396/2983) oximeter-db native::io::column::tests::test_decode_uint64_column
80722026-07-01T22:53:53.299Z PASS [ 0.040s] (2397/2983) oximeter-db native::io::column::tests::test_decode_uuid_column
80732026-07-01T22:53:53.303Z PASS [ 0.045s] (2398/2983) oximeter-db native::io::column::tests::test_decode_uint8_column
80742026-07-01T22:53:53.307Z PASS [ 0.046s] (2399/2983) oximeter-db native::io::column::tests::test_encode_decode_column
80752026-07-01T22:53:53.326Z PASS [ 0.040s] (2400/2983) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
80762026-07-01T22:53:53.329Z PASS [ 0.042s] (2401/2983) oximeter-db native::io::packet::server::tests::test_decode_full_hello
80772026-07-01T22:53:53.332Z PASS [ 0.032s] (2402/2983) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
80782026-07-01T22:53:53.335Z PASS [ 0.750s] (2403/2983) oximeter-db client::tests::test_timeseries_schema_list
80792026-07-01T22:53:53.338Z PASS [ 0.033s] (2404/2983) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
80802026-07-01T22:53:53.341Z PASS [ 0.034s] (2405/2983) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
80812026-07-01T22:53:53.357Z PASS [ 0.030s] (2406/2983) oximeter-db native::io::packet::server::tests::test_decode_pong
80822026-07-01T22:53:53.359Z PASS [ 0.033s] (2407/2983) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
80832026-07-01T22:53:53.368Z PASS [ 0.036s] (2408/2983) oximeter-db native::io::packet::server::tests::test_decode_single_exception
80842026-07-01T22:53:53.380Z PASS [ 0.035s] (2409/2983) oximeter-db native::io::string::test::test_encode_decode
80852026-07-01T22:53:53.380Z PASS [ 0.029s] (2410/2983) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
80862026-07-01T22:53:53.383Z PASS [ 0.046s] (2411/2983) oximeter-db native::io::string::test::test_encode_hello_world
80872026-07-01T22:53:53.406Z PASS [ 0.049s] (2412/2983) oximeter-db native::io::table_columns::tests::test_column_count
80882026-07-01T22:53:53.409Z PASS [ 0.048s] (2413/2983) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
80892026-07-01T22:53:53.409Z PASS [ 0.040s] (2414/2983) oximeter-db native::io::table_columns::tests::test_column_description_with_default
80902026-07-01T22:53:53.416Z PASS [ 0.034s] (2415/2983) oximeter-db oxql::ast::grammar::tests::test_align_table_op
80912026-07-01T22:53:53.423Z PASS [ 0.052s] (2416/2983) oximeter-db native::io::varuint::test_encode_decode_varuint
80922026-07-01T22:53:53.426Z PASS [ 0.043s] (2417/2983) oximeter-db native::io::table_columns::tests::test_column_descriptions
80932026-07-01T22:53:53.446Z PASS [ 0.040s] (2418/2983) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
80942026-07-01T22:53:53.449Z PASS [ 0.039s] (2419/2983) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
80952026-07-01T22:53:53.449Z PASS [ 0.031s] (2420/2983) oximeter-db oxql::ast::grammar::tests::test_double_literal
80962026-07-01T22:53:53.449Z PASS [ 0.039s] (2421/2983) oximeter-db oxql::ast::grammar::tests::test_comparison
80972026-07-01T22:53:53.463Z PASS [ 0.040s] (2422/2983) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
80982026-07-01T22:53:53.463Z PASS [ 0.039s] (2423/2983) oximeter-db oxql::ast::grammar::tests::test_duration_literal
80992026-07-01T22:53:53.480Z PASS [ 0.033s] (2424/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
81002026-07-01T22:53:53.483Z PASS [ 0.035s] (2425/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
81012026-07-01T22:53:53.487Z PASS [ 0.041s] (2426/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
81022026-07-01T22:53:53.490Z PASS [ 0.041s] (2427/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
81032026-07-01T22:53:53.497Z PASS [ 0.034s] (2428/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
81042026-07-01T22:53:53.501Z PASS [ 0.036s] (2429/2983) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
81052026-07-01T22:53:53.515Z PASS [ 0.034s] (2430/2983) oximeter-db oxql::ast::grammar::tests::test_group_by
81062026-07-01T22:53:53.518Z PASS [ 0.029s] (2431/2983) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
81072026-07-01T22:53:53.521Z PASS [ 0.032s] (2432/2983) oximeter-db oxql::ast::grammar::tests::test_ident
81082026-07-01T22:53:53.524Z PASS [ 0.043s] (2433/2983) oximeter-db oxql::ast::grammar::tests::test_get_table_op
81092026-07-01T22:53:53.529Z PASS [ 0.029s] (2434/2983) oximeter-db oxql::ast::grammar::tests::test_integer_literal
81102026-07-01T22:53:53.531Z PASS [ 0.031s] (2435/2983) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
81112026-07-01T22:53:53.531Z PASS [ 1.026s] (2436/2983) oximeter-db client::tests::test_sql_query_output
81122026-07-01T22:53:53.552Z PASS [ 0.036s] (2437/2983) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
81132026-07-01T22:53:53.555Z PASS [ 0.033s] (2438/2983) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
81142026-07-01T22:53:53.555Z PASS [ 0.030s] (2439/2983) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
81152026-07-01T22:53:53.555Z PASS [ 0.038s] (2440/2983) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
81162026-07-01T22:53:53.555Z PASS [ 0.030s] (2441/2983) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
81172026-07-01T22:53:53.560Z PASS [ 0.030s] (2442/2983) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
81182026-07-01T22:53:53.571Z PASS [ 0.041s] (2443/2983) oximeter-db oxql::ast::grammar::tests::test_query
81192026-07-01T22:53:53.603Z PASS [ 0.031s] (2444/2983) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
81202026-07-01T22:53:53.606Z PASS [ 0.050s] (2445/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
81212026-07-01T22:53:53.606Z PASS [ 0.049s] (2446/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
81222026-07-01T22:53:53.609Z PASS [ 0.052s] (2447/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
81232026-07-01T22:53:53.609Z PASS [ 0.046s] (2448/2983) oximeter-db oxql::ast::grammar::tests::test_reducer
81242026-07-01T22:53:53.614Z PASS [ 0.062s] (2449/2983) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
81252026-07-01T22:53:53.621Z PASS [ 0.630s] (2450/2983) oximeter-db native::connection::tests::test_basic_select_query
81262026-07-01T22:53:53.639Z PASS [ 0.037s] (2451/2983) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
81272026-07-01T22:53:53.642Z PASS [ 0.628s] (2452/2983) oximeter-db native::connection::tests::test_exchange_hello
81282026-07-01T22:53:53.645Z PASS [ 0.038s] (2453/2983) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
81292026-07-01T22:53:53.648Z PASS [ 0.039s] (2454/2983) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
81302026-07-01T22:53:53.648Z PASS [ 0.042s] (2455/2983) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
81312026-07-01T22:53:53.654Z PASS [ 0.048s] (2456/2983) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
81322026-07-01T22:53:53.654Z PASS [ 0.039s] (2457/2983) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
81332026-07-01T22:53:53.658Z PASS [ 0.037s] (2458/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
81342026-07-01T22:53:53.666Z PASS [ 0.650s] (2459/2983) oximeter-db native::connection::tests::test_insert_and_select_data
81352026-07-01T22:53:53.673Z PASS [ 0.653s] (2460/2983) oximeter-db native::connection::tests::test_insert_and_select_uuid
81362026-07-01T22:53:53.679Z PASS [ 0.039s] (2461/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
81372026-07-01T22:53:53.682Z PASS [ 0.041s] (2462/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
81382026-07-01T22:53:53.685Z PASS [ 0.653s] (2463/2983) oximeter-db native::connection::tests::test_select_array_of_nullable_column
81392026-07-01T22:53:53.685Z PASS [ 0.653s] (2464/2983) oximeter-db native::connection::tests::test_select_array_column
81402026-07-01T22:53:53.690Z PASS [ 0.047s] (2465/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
81412026-07-01T22:53:53.690Z PASS [ 0.045s] (2466/2983) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
81422026-07-01T22:53:53.693Z PASS [ 0.656s] (2467/2983) oximeter-db native::connection::tests::test_select_nullable_column
81432026-07-01T22:53:53.696Z PASS [ 0.046s] (2468/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
81442026-07-01T22:53:53.702Z PASS [ 0.048s] (2469/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
81452026-07-01T22:53:53.705Z PASS [ 0.045s] (2470/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
81462026-07-01T22:53:53.705Z PASS [ 0.050s] (2471/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
81472026-07-01T22:53:53.707Z PASS [ 0.041s] (2472/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
81482026-07-01T22:53:53.710Z PASS [ 0.036s] (2473/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
81492026-07-01T22:53:53.714Z PASS [ 0.035s] (2474/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
81502026-07-01T22:53:53.717Z PASS [ 0.033s] (2475/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
81512026-07-01T22:53:53.719Z PASS [ 0.033s] (2476/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
81522026-07-01T22:53:53.724Z PASS [ 0.040s] (2477/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
81532026-07-01T22:53:53.727Z PASS [ 0.037s] (2478/2983) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
81542026-07-01T22:53:53.730Z PASS [ 0.040s] (2479/2983) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
81552026-07-01T22:53:53.730Z PASS [ 0.040s] (2480/2983) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
81562026-07-01T22:53:53.733Z PASS [ 0.039s] (2481/2983) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
81572026-07-01T22:53:53.736Z PASS [ 0.032s] (2482/2983) oximeter-db oxql::plan::align::test::test_align_input_schema
81582026-07-01T22:53:53.742Z PASS [ 0.040s] (2483/2983) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
81592026-07-01T22:53:53.745Z PASS [ 0.743s] (2484/2983) oximeter-db native::connection::tests::test_can_cancel_query
81602026-07-01T22:53:53.788Z PASS [ 0.083s] (2485/2983) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
81612026-07-01T22:53:53.791Z PASS [ 0.082s] (2486/2983) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
81622026-07-01T22:53:53.791Z PASS [ 0.643s] (2487/2983) oximeter-db native::connection::tests::test_send_cancel_with_no_query
81632026-07-01T22:53:53.795Z PASS [ 0.086s] (2488/2983) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
81642026-07-01T22:53:53.798Z PASS [ 0.082s] (2489/2983) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
81652026-07-01T22:53:53.801Z PASS [ 0.084s] (2490/2983) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
81662026-07-01T22:53:53.805Z PASS [ 0.081s] (2491/2983) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
81672026-07-01T22:53:53.811Z PASS [ 0.094s] (2492/2983) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
81682026-07-01T22:53:53.811Z PASS [ 0.084s] (2493/2983) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
81692026-07-01T22:53:53.814Z PASS [ 0.084s] (2494/2983) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
81702026-07-01T22:53:53.823Z PASS [ 0.079s] (2495/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
81712026-07-01T22:53:53.826Z PASS [ 0.090s] (2496/2983) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
81722026-07-01T22:53:53.826Z PASS [ 0.089s] (2497/2983) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
81732026-07-01T22:53:53.826Z PASS [ 0.081s] (2498/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
81742026-07-01T22:53:53.835Z PASS [ 0.105s] (2499/2983) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
81752026-07-01T22:53:53.855Z PASS [ 0.034s] (2500/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
81762026-07-01T22:53:53.855Z PASS [ 0.042s] (2501/2983) oximeter-db oxql::query::tests::test_coalesce_limits
81772026-07-01T22:53:53.859Z PASS [ 0.036s] (2502/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
81782026-07-01T22:53:53.861Z PASS [ 0.035s] (2503/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
81792026-07-01T22:53:53.864Z PASS [ 0.038s] (2504/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
81802026-07-01T22:53:53.868Z PASS [ 0.080s] (2505/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
81812026-07-01T22:53:53.871Z PASS [ 0.080s] (2506/2983) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
81822026-07-01T22:53:53.871Z PASS [ 0.081s] (2507/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
81832026-07-01T22:53:53.874Z PASS [ 0.037s] (2508/2983) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
81842026-07-01T22:53:53.877Z PASS [ 0.081s] (2509/2983) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
81852026-07-01T22:53:53.879Z PASS [ 0.081s] (2510/2983) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
81862026-07-01T22:53:53.882Z PASS [ 0.083s] (2511/2983) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
81872026-07-01T22:53:53.893Z PASS [ 0.037s] (2512/2983) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
81882026-07-01T22:53:53.896Z PASS [ 0.089s] (2513/2983) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
81892026-07-01T22:53:53.896Z PASS [ 0.039s] (2514/2983) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
81902026-07-01T22:53:53.901Z PASS [ 0.090s] (2515/2983) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
81912026-07-01T22:53:53.905Z PASS [ 0.039s] (2516/2983) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
81922026-07-01T22:53:53.905Z PASS [ 0.045s] (2517/2983) oximeter-db oxql::query::tests::test_coalesce_predicates
81932026-07-01T22:53:53.905Z PASS [ 0.036s] (2518/2983) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
81942026-07-01T22:53:53.905Z PASS [ 0.092s] (2519/2983) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
81952026-07-01T22:53:53.905Z PASS [ 0.044s] (2520/2983) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
81962026-07-01T22:53:53.908Z PASS [ 0.037s] (2521/2983) oximeter-db oxql::query::tests::test_insert_filters
81972026-07-01T22:53:53.911Z PASS [ 0.038s] (2522/2983) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
81982026-07-01T22:53:53.911Z PASS [ 0.040s] (2523/2983) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
81992026-07-01T22:53:53.916Z PASS [ 0.038s] (2524/2983) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
82002026-07-01T22:53:53.919Z PASS [ 0.041s] (2525/2983) oximeter-db oxql::query::tests::test_query_end_time
82012026-07-01T22:53:53.919Z PASS [ 0.036s] (2526/2983) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
82022026-07-01T22:53:53.929Z PASS [ 0.036s] (2527/2983) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
82032026-07-01T22:53:53.932Z PASS [ 0.035s] (2528/2983) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
82042026-07-01T22:53:53.936Z PASS [ 0.035s] (2529/2983) oximeter-db query::tests::test_field_cmp
82052026-07-01T22:53:53.936Z PASS [ 0.042s] (2530/2983) oximeter-db oxql::query::tests::test_split_query
82062026-07-01T22:53:53.939Z PASS [ 0.033s] (2531/2983) oximeter-db query::tests::test_field_selector_as_query
82072026-07-01T22:53:53.951Z PASS [ 0.047s] (2532/2983) oximeter-db query::tests::test_select_query_builder_from_parts
82082026-07-01T22:53:53.958Z PASS [ 0.053s] (2533/2983) oximeter-db query::tests::test_field_value_as_db_str
82092026-07-01T22:53:53.963Z PASS [ 0.053s] (2534/2983) oximeter-db query::tests::test_select_query_builder_limit_offset
82102026-07-01T22:53:53.963Z PASS [ 0.052s] (2535/2983) oximeter-db query::tests::test_select_query_builder_no_fields
82112026-07-01T22:53:53.966Z PASS [ 0.047s] (2536/2983) oximeter-db query::tests::test_time_range
82122026-07-01T22:53:53.966Z PASS [ 0.062s] (2537/2983) oximeter-db query::tests::test_select_query_builder_filter_raw
82132026-07-01T22:53:53.969Z PASS [ 0.063s] (2538/2983) oximeter-db query::tests::test_select_query_builder_field_selectors
82142026-07-01T22:53:53.969Z PASS [ 0.061s] (2539/2983) oximeter-db query::tests::test_select_query_builder_full
82152026-07-01T22:53:53.972Z PASS [ 0.052s] (2540/2983) oximeter-db query::tests::test_string_field_selector
82162026-07-01T22:53:53.972Z PASS [ 0.054s] (2541/2983) oximeter-db query::tests::test_select_query_builder_no_selectors
82172026-07-01T22:53:53.976Z PASS [ 0.040s] (2542/2983) oximeter-db sql::tests::test_ctes_are_not_supported
82182026-07-01T22:53:53.979Z PASS [ 0.049s] (2543/2983) oximeter-db sql::tests::test_allow_limit_offset
82192026-07-01T22:53:53.979Z PASS [ 0.047s] (2544/2983) oximeter-db sql::tests::test_allow_subqueries
82202026-07-01T22:53:53.982Z PASS [ 0.046s] (2545/2983) oximeter-db sql::tests::test_cannot_name_database
82212026-07-01T22:53:53.985Z PASS [ 0.048s] (2546/2983) oximeter-db sql::tests::test_function_allow_list
82222026-07-01T22:53:53.995Z PASS [ 0.037s] (2547/2983) oximeter-db sql::tests::test_multiple_statements_are_not_supported
82232026-07-01T22:53:54.002Z PASS [ 0.051s] (2548/2983) oximeter-db sql::tests::test_join_must_be_inner
82242026-07-01T22:53:54.007Z PASS [ 0.041s] (2549/2983) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
82252026-07-01T22:53:54.007Z PASS [ 0.043s] (2550/2983) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
82262026-07-01T22:53:54.007Z PASS [ 0.043s] (2551/2983) oximeter-db sql::tests::test_query_must_be_select_statement
82272026-07-01T22:53:54.007Z PASS [ 0.029s] (2552/2983) oximeter-instruments http::tests::test_latency_tracker
82282026-07-01T22:53:54.010Z PASS [ 0.043s] (2553/2983) oximeter-db sql::tests::test_require_table_is_timeseries_name
82292026-07-01T22:53:54.013Z PASS [ 0.044s] (2554/2983) oximeter-db sql::tests::test_with_comma_join_fails
82302026-07-01T22:53:54.013Z PASS [ 0.030s] (2555/2983) oximeter-instruments kstat::cpu::tests::test_kstat_interested
82312026-07-01T22:53:54.016Z PASS [ 0.045s] (2556/2983) oximeter-db tests::test_timeseries_key_field_stability
82322026-07-01T22:53:54.020Z PASS [ 0.050s] (2557/2983) oximeter-db tests::test_timeseries_key_sample_stability
82332026-07-01T22:53:54.025Z PASS [ 0.049s] (2558/2983) oximeter-db::integration_test test_schemas_are_not_modified
82342026-07-01T22:53:54.031Z PASS [ 0.036s] (2559/2983) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
82352026-07-01T22:53:54.053Z PASS [ 0.046s] (2560/2983) oximeter-instruments kstat::link::tests::test_kstat_interested
82362026-07-01T22:53:54.056Z PASS [ 0.024s] (2561/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
82372026-07-01T22:53:54.070Z PASS [ 0.050s] (2562/2983) oximeter-instruments kstat::link::tests::test_sled_datalink
82382026-07-01T22:53:54.073Z PASS [ 0.069s] (2563/2983) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
82392026-07-01T22:53:54.079Z PASS [ 0.064s] (2564/2983) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
82402026-07-01T22:53:54.082Z PASS [ 0.072s] (2565/2983) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
82412026-07-01T22:53:54.082Z PASS [ 0.024s] (2566/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
82422026-07-01T22:53:54.082Z PASS [ 0.025s] (2567/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
82432026-07-01T22:53:54.082Z PASS [ 0.066s] (2568/2983) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
82442026-07-01T22:53:54.082Z PASS [ 0.073s] (2569/2983) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
82452026-07-01T22:53:54.085Z PASS [ 0.079s] (2570/2983) oximeter-instruments kstat::link::tests::test_kstat_sampler
82462026-07-01T22:53:54.088Z PASS [ 0.104s] (2571/2983) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
82472026-07-01T22:53:54.092Z PASS [ 0.067s] (2572/2983) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
82482026-07-01T22:53:54.096Z PASS [ 0.083s] (2573/2983) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
82492026-07-01T22:53:54.100Z PASS [ 0.030s] (2574/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
82502026-07-01T22:53:54.102Z PASS [ 0.031s] (2575/2983) oximeter-instruments kstat::zone::tests::test_kstat_interested
82512026-07-01T22:53:54.102Z PASS [ 0.022s] (2576/2983) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
82522026-07-01T22:53:54.105Z PASS [ 0.024s] (2577/2983) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
82532026-07-01T22:53:54.108Z PASS [ 0.022s] (2578/2983) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
82542026-07-01T22:53:54.113Z PASS [ 0.025s] (2579/2983) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
82552026-07-01T22:53:54.116Z PASS [ 0.037s] (2580/2983) oximeter-instruments zfs::usage::tests::test_dataset_samples
82562026-07-01T22:53:54.116Z PASS [ 0.038s] (2581/2983) oximeter-instruments kstat::zone::tests::test_zone_samples
82572026-07-01T22:53:54.120Z PASS [ 0.025s] (2582/2983) oximeter-macro-impl tests::test_metric_annotated_field
82582026-07-01T22:53:54.122Z PASS [ 0.028s] (2583/2983) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
82592026-07-01T22:53:54.126Z PASS [ 0.024s] (2584/2983) oximeter-macro-impl tests::test_metric_datum_field
82602026-07-01T22:53:54.129Z PASS [ 0.024s] (2585/2983) oximeter-macro-impl tests::test_metric_enum
82612026-07-01T22:53:54.133Z PASS [ 0.054s] (2586/2983) oximeter-instruments zfs::usage::tests::test_collect_zpools
82622026-07-01T22:53:54.133Z PASS [ 0.028s] (2587/2983) oximeter-macro-impl tests::test_target
82632026-07-01T22:53:54.133Z PASS [ 0.025s] (2588/2983) oximeter-macro-impl tests::test_target_empty_struct
82642026-07-01T22:53:54.133Z PASS [ 0.030s] (2589/2983) oximeter-macro-impl tests::test_metric_without_datum_field
82652026-07-01T22:53:54.169Z PASS [ 0.025s] (2590/2983) oximeter-macro-impl tests::test_target_enum
82662026-07-01T22:53:54.169Z PASS [ 0.027s] (2591/2983) oximeter-macro-impl tests::test_target_unit_struct
82672026-07-01T22:53:54.169Z PASS [ 0.025s] (2592/2983) oximeter-macro-impl tests::test_target_with_datum_field
82682026-07-01T22:53:54.169Z PASS [ 0.073s] (2593/2983) oximeter-instruments zfs::usage::tests::test_collect_datasets
82692026-07-01T22:53:54.169Z PASS [ 0.028s] (2594/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
82702026-07-01T22:53:54.169Z PASS [ 0.030s] (2595/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
82712026-07-01T22:53:54.169Z PASS [ 0.027s] (2596/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
82722026-07-01T22:53:54.170Z PASS [ 0.023s] (2597/2983) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
82732026-07-01T22:53:54.176Z PASS [ 0.041s] (2598/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
82742026-07-01T22:53:54.179Z PASS [ 0.033s] (2599/2983) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
82752026-07-01T22:53:54.179Z PASS [ 0.038s] (2600/2983) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
82762026-07-01T22:53:54.179Z PASS [ 0.043s] (2601/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
82772026-07-01T22:53:54.179Z PASS [ 0.033s] (2602/2983) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
82782026-07-01T22:53:54.179Z PASS [ 0.041s] (2603/2983) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
82792026-07-01T22:53:54.179Z PASS [ 0.024s] (2604/2983) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
82802026-07-01T22:53:54.189Z PASS [ 0.035s] (2605/2983) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
82812026-07-01T22:53:54.189Z PASS [ 0.037s] (2606/2983) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
82822026-07-01T22:53:54.189Z PASS [ 0.037s] (2607/2983) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
82832026-07-01T22:53:54.204Z PASS [ 0.026s] (2608/2983) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
82842026-07-01T22:53:54.207Z PASS [ 0.049s] (2609/2983) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
82852026-07-01T22:53:54.213Z PASS [ 0.036s] (2610/2983) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
82862026-07-01T22:53:54.220Z PASS [ 0.044s] (2611/2983) oximeter-schema ir::tests::fail_on_very_long_field_names
82872026-07-01T22:53:54.224Z PASS [ 0.036s] (2612/2983) oximeter-schema ir::tests::fail_on_empty_descriptions
82882026-07-01T22:53:54.238Z PASS [ 0.061s] (2613/2983) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
82892026-07-01T22:53:54.238Z PASS [ 0.030s] (2614/2983) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
82902026-07-01T22:53:54.241Z PASS [ 0.037s] (2615/2983) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
82912026-07-01T22:53:54.244Z PASS [ 0.053s] (2616/2983) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
82922026-07-01T22:53:54.244Z PASS [ 0.030s] (2617/2983) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
82932026-07-01T22:53:54.244Z PASS [ 0.051s] (2618/2983) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
82942026-07-01T22:53:54.249Z PASS [ 0.072s] (2619/2983) oximeter-schema ir::tests::fail_on_empty_target_name
82952026-07-01T22:53:54.252Z PASS [ 0.057s] (2620/2983) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
82962026-07-01T22:53:54.252Z PASS [ 0.074s] (2621/2983) oximeter-schema ir::tests::fail_on_empty_metric_name
82972026-07-01T22:53:54.256Z PASS [ 0.702s] (2622/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
82982026-07-01T22:53:54.259Z PASS [ 0.033s] (2623/2983) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
82992026-07-01T22:53:54.262Z PASS [ 0.042s] (2624/2983) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
83002026-07-01T22:53:54.262Z PASS [ 0.022s] (2625/2983) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
83012026-07-01T22:53:54.265Z PASS [ 0.026s] (2626/2983) oximeter-schema ir::tests::only_support_format_version_1
83022026-07-01T22:53:54.268Z PASS [ 0.031s] (2627/2983) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
83032026-07-01T22:53:54.283Z PASS [ 0.041s] (2628/2983) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
83042026-07-01T22:53:54.299Z PASS [ 0.043s] (2629/2983) oximeter-types queue::tests::test_bounded_queue
83052026-07-01T22:53:54.299Z PASS [ 0.037s] (2630/2983) oximeter-types traits::tests::test_metric_trait
83062026-07-01T22:53:54.299Z PASS [ 0.041s] (2631/2983) oximeter-types queue::tests::test_bounded_queue_overflow
83072026-07-01T22:53:54.299Z PASS [ 0.030s] (2632/2983) oximeter-types traits::tests::test_target_trait
83082026-07-01T22:53:54.299Z PASS [ 0.035s] (2633/2983) oximeter-types queue::tests::test_bounded_queue_sample_overflow
83092026-07-01T22:53:54.305Z PASS [ 0.022s] (2634/2983) oximeter-types-versions impls::histogram::tests::test_bin_range
83102026-07-01T22:53:54.307Z PASS [ 0.042s] (2635/2983) oximeter-types traits::tests::test_producer_trait
83112026-07-01T22:53:54.320Z PASS [ 0.021s] (2636/2983) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
83122026-07-01T22:53:54.323Z PASS [ 0.023s] (2637/2983) oximeter-types-versions impls::histogram::tests::test_ensure_finite
83132026-07-01T22:53:54.326Z PASS [ 0.026s] (2638/2983) oximeter-types-versions impls::histogram::tests::test_histogram
83142026-07-01T22:53:54.326Z PASS [ 0.027s] (2639/2983) oximeter-types-versions impls::histogram::tests::test_bin_range_to
83152026-07-01T22:53:54.329Z PASS [ 0.028s] (2640/2983) oximeter-types-versions impls::histogram::tests::test_bin_range_from
83162026-07-01T22:53:54.329Z PASS [ 0.023s] (2641/2983) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
83172026-07-01T22:53:54.329Z PASS [ 0.021s] (2642/2983) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
83182026-07-01T22:53:54.342Z PASS [ 0.020s] (2643/2983) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
83192026-07-01T22:53:54.345Z PASS [ 0.022s] (2644/2983) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
83202026-07-01T22:53:54.347Z PASS [ 0.019s] (2645/2983) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
83212026-07-01T22:53:54.350Z PASS [ 0.098s] (2646/2983) oximeter-test-utils tests::test_timeseries_schema_from_parts
83222026-07-01T22:53:54.350Z PASS [ 0.103s] (2647/2983) oximeter-test-utils tests::test_sample_struct
83232026-07-01T22:53:54.350Z PASS [ 0.024s] (2648/2983) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
83242026-07-01T22:53:54.350Z PASS [ 0.098s] (2649/2983) oximeter-test-utils tests::test_timeseries_schema_from_sample
83252026-07-01T22:53:54.353Z PASS [ 0.023s] (2650/2983) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
83262026-07-01T22:53:54.353Z PASS [ 0.107s] (2651/2983) oximeter-test-utils tests::test_gen_test_samples
83272026-07-01T22:53:54.353Z PASS [ 0.023s] (2652/2983) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
83282026-07-01T22:53:54.356Z PASS [ 0.026s] (2653/2983) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
83292026-07-01T22:53:54.356Z PASS [ 0.106s] (2654/2983) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
83302026-07-01T22:53:54.364Z PASS [ 0.022s] (2655/2983) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
83312026-07-01T22:53:54.366Z PASS [ 0.022s] (2656/2983) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
83322026-07-01T22:53:54.369Z PASS [ 0.021s] (2657/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
83332026-07-01T22:53:54.372Z PASS [ 0.021s] (2658/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
83342026-07-01T22:53:54.372Z PASS [ 0.022s] (2659/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
83352026-07-01T22:53:54.372Z PASS [ 0.021s] (2660/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
83362026-07-01T22:53:54.375Z PASS [ 0.022s] (2661/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
83372026-07-01T22:53:54.375Z PASS [ 0.026s] (2662/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
83382026-07-01T22:53:54.380Z PASS [ 0.026s] (2663/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
83392026-07-01T22:53:54.380Z PASS [ 0.029s] (2664/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
83402026-07-01T22:53:54.380Z PASS [ 0.025s] (2665/2983) oximeter-types-versions impls::histogram::tests::test_span_decades
83412026-07-01T22:53:54.383Z PASS [ 0.035s] (2666/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
83422026-07-01T22:53:54.386Z PASS [ 0.020s] (2667/2983) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
83432026-07-01T22:53:54.389Z PASS [ 0.022s] (2668/2983) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
83442026-07-01T22:53:54.389Z PASS [ 0.020s] (2669/2983) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
83452026-07-01T22:53:54.392Z PASS [ 0.021s] (2670/2983) oximeter-types-versions impls::quantile::tests::test_default_percentiles
83462026-07-01T22:53:54.392Z PASS [ 0.020s] (2671/2983) oximeter-types-versions impls::quantile::tests::test_empty_observations
83472026-07-01T22:53:54.394Z PASS [ 0.021s] (2672/2983) oximeter-types-versions impls::quantile::tests::test_find_cells
83482026-07-01T22:53:54.394Z PASS [ 0.021s] (2673/2983) oximeter-types-versions impls::quantile::tests::test_float_observations
83492026-07-01T22:53:54.401Z PASS [ 0.027s] (2674/2983) oximeter-types-versions impls::quantile::tests::test_integer_observations
83502026-07-01T22:53:54.403Z PASS [ 0.022s] (2675/2983) oximeter-types-versions impls::quantile::tests::test_min_p
83512026-07-01T22:53:54.406Z PASS [ 0.024s] (2676/2983) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
83522026-07-01T22:53:54.406Z PASS [ 0.024s] (2677/2983) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
83532026-07-01T22:53:54.406Z PASS [ 0.025s] (2678/2983) oximeter-types-versions impls::quantile::tests::test_max_p
83542026-07-01T22:53:54.406Z PASS [ 0.022s] (2679/2983) oximeter-types-versions impls::quantile::tests::test_rounding
83552026-07-01T22:53:54.409Z PASS [ 0.020s] (2680/2983) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
83562026-07-01T22:53:54.412Z PASS [ 0.021s] (2681/2983) oximeter-types-versions impls::types::tests::test_cumulative_f64
83572026-07-01T22:53:54.415Z PASS [ 0.019s] (2682/2983) oximeter-types-versions impls::types::tests::test_datum
83582026-07-01T22:53:54.415Z PASS [ 0.021s] (2683/2983) oximeter-types-versions impls::types::tests::test_cumulative_i64
83592026-07-01T22:53:54.415Z PASS [ 0.026s] (2684/2983) oximeter-types-versions impls::schema::tests::test_timeseries_name
83602026-07-01T22:53:54.419Z PASS [ 0.028s] (2685/2983) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
83612026-07-01T22:53:54.422Z PASS [ 0.019s] (2686/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
83622026-07-01T22:53:54.422Z PASS [ 0.019s] (2687/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
83632026-07-01T22:53:54.427Z PASS [ 0.022s] (2688/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
83642026-07-01T22:53:54.430Z PASS [ 0.022s] (2689/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
83652026-07-01T22:53:54.430Z PASS [ 0.024s] (2690/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
83662026-07-01T22:53:54.430Z PASS [ 0.025s] (2691/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
83672026-07-01T22:53:54.434Z PASS [ 0.023s] (2692/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
83682026-07-01T22:53:54.436Z PASS [ 0.022s] (2693/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
83692026-07-01T22:53:54.436Z PASS [ 0.021s] (2694/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
83702026-07-01T22:53:54.440Z PASS [ 0.024s] (2695/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
83712026-07-01T22:53:54.440Z PASS [ 0.019s] (2696/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
83722026-07-01T22:53:54.440Z PASS [ 0.026s] (2697/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
83732026-07-01T22:53:54.444Z PASS [ 0.019s] (2698/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
83742026-07-01T22:53:54.444Z PASS [ 0.022s] (2699/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
83752026-07-01T22:53:54.451Z PASS [ 0.022s] (2700/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
83762026-07-01T22:53:54.454Z PASS [ 0.021s] (2701/2983) oximeter-types-versions impls::types::tests::test_verify_field_names
83772026-07-01T22:53:54.454Z PASS [ 0.026s] (2702/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
83782026-07-01T22:53:54.454Z PASS [ 0.024s] (2703/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
83792026-07-01T22:53:54.457Z PASS [ 0.025s] (2704/2983) oximeter-types-versions impls::types::tests::test_measurement
83802026-07-01T22:53:54.461Z PASS [ 0.021s] (2705/2983) oxlog tests::test_is_oxide_smf_log_file
83812026-07-01T22:53:54.461Z PASS [ 0.025s] (2706/2983) oxlog tests::test_daterange_filter
83822026-07-01T22:53:54.461Z PASS [ 0.021s] (2707/2983) oxlog tests::test_sort_logs
83832026-07-01T22:53:54.461Z PASS [ 0.019s] (2708/2983) oxql-types point::tests::test_cast_points_from_bool
83842026-07-01T22:53:54.464Z PASS [ 0.023s] (2709/2983) oxlog tests::test_oxide_smf_service_name_from_log_file_name
83852026-07-01T22:53:54.464Z PASS [ 0.022s] (2710/2983) oxlog::bin/oxlog tests::test_parse_timestamp
83862026-07-01T22:53:54.464Z PASS [ 0.020s] (2711/2983) oxql-types point::tests::test_cast_points_from_double
83872026-07-01T22:53:54.471Z PASS [ 0.020s] (2712/2983) oxql-types point::tests::test_cast_points_from_double_distribution
83882026-07-01T22:53:54.474Z PASS [ 0.019s] (2713/2983) oxql-types point::tests::test_join_point_arrays
83892026-07-01T22:53:54.476Z PASS [ 0.022s] (2714/2983) oxql-types point::tests::test_cast_points_from_int_distribution
83902026-07-01T22:53:54.477Z PASS [ 0.021s] (2715/2983) oxql-types point::tests::test_cast_points_from_integer
83912026-07-01T22:53:54.480Z PASS [ 0.024s] (2716/2983) oxql-types point::tests::test_cast_points_from_string
83922026-07-01T22:53:54.483Z PASS [ 0.021s] (2717/2983) oxql-types point::tests::test_push_concrete_values
83932026-07-01T22:53:54.483Z PASS [ 0.023s] (2718/2983) oxql-types point::tests::test_point_delta_between
83942026-07-01T22:53:54.483Z PASS [ 0.022s] (2719/2983) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
83952026-07-01T22:53:54.483Z PASS [ 0.020s] (2720/2983) range-requests test::get_response_no_range
83962026-07-01T22:53:54.486Z PASS [ 0.023s] (2721/2983) oxql-types point::tests::test_sub_between_histogram_distributions
83972026-07-01T22:53:54.486Z PASS [ 0.026s] (2722/2983) oxql-types point::tests::test_point_delta_between_with_new_epoch
83982026-07-01T22:53:54.491Z PASS [ 0.018s] (2723/2983) range-requests test::invalid_ranges
83992026-07-01T22:53:54.495Z PASS [ 0.020s] (2724/2983) range-requests test::parse_range_invalid
84002026-07-01T22:53:54.498Z PASS [ 0.021s] (2725/2983) range-requests test::parse_range_valid
84012026-07-01T22:53:54.498Z PASS [ 0.025s] (2726/2983) range-requests test::get_response_with_range
84022026-07-01T22:53:54.501Z PASS [ 0.024s] (2727/2983) range-requests test::potential_range_parsing_does_not_crash
84032026-07-01T22:53:54.504Z PASS [ 0.023s] (2728/2983) range-requests test::range_into_str
84042026-07-01T22:53:54.507Z PASS [ 34.169s] (2729/2983) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
84052026-07-01T22:53:54.507Z PASS [ 0.025s] (2730/2983) range-requests test::single_range_parsing_does_not_crash
84062026-07-01T22:53:54.544Z PASS [ 0.082s] (2731/2983) parallel-task-set test::test_spawn_many
84072026-07-01T22:53:54.601Z PASS [ 0.119s] (2732/2983) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
84082026-07-01T22:53:54.623Z PASS [ 0.137s] (2733/2983) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
84092026-07-01T22:53:54.673Z PASS [ 0.189s] (2734/2983) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
84102026-07-01T22:53:54.682Z PASS [ 0.189s] (2735/2983) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
84112026-07-01T22:53:54.691Z PASS [ 0.204s] (2736/2983) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
84122026-07-01T22:53:54.691Z PASS [ 0.186s] (2737/2983) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
84132026-07-01T22:53:54.691Z PASS [ 0.194s] (2738/2983) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
84142026-07-01T22:53:54.704Z PASS [ 0.194s] (2739/2983) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
84152026-07-01T22:53:54.707Z PASS [ 0.207s] (2740/2983) reconfigurator-cli::test-scripts script::cmds-example.txt
84162026-07-01T22:53:54.707Z PASS [ 0.206s] (2741/2983) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
84172026-07-01T22:53:54.824Z PASS [ 0.125s] (2742/2983) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
84182026-07-01T22:53:54.824Z PASS [ 0.136s] (2743/2983) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
84192026-07-01T22:53:54.845Z PASS [ 0.143s] (2744/2983) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
84202026-07-01T22:53:54.917Z PASS [ 0.215s] (2745/2983) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
84212026-07-01T22:53:54.968Z PASS [ 0.144s] (2746/2983) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
84222026-07-01T22:53:54.978Z PASS [ 0.134s] (2747/2983) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
84232026-07-01T22:53:55.100Z PASS [ 0.595s] (2748/2983) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
84242026-07-01T22:53:55.139Z PASS [ 0.595s] (2749/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
84252026-07-01T22:53:55.172Z PASS [ 0.193s] (2750/2983) reconfigurator-cli::test-scripts script::cmds.txt
84262026-07-01T22:53:55.200Z PASS [ 0.597s] (2751/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
84272026-07-01T22:53:55.215Z PASS [ 0.592s] (2752/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
84282026-07-01T22:53:55.281Z PASS [ 0.591s] (2753/2983) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
84292026-07-01T22:53:55.390Z PASS [ 0.709s] (2754/2983) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
84302026-07-01T22:53:55.510Z PASS [ 0.593s] (2755/2983) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
84312026-07-01T22:53:55.611Z PASS [ 1.105s] (2756/2983) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
84322026-07-01T22:53:55.781Z PASS [ 1.093s] (2757/2983) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
84332026-07-01T22:53:55.989Z PASS [ 1.316s] (2758/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
84342026-07-01T22:53:56.078Z PASS [ 1.109s] (2759/2983) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
84352026-07-01T22:53:56.084Z PASS [ 46.060s] (2760/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
84362026-07-01T22:53:56.113Z PASS [ 1.013s] (2761/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
84372026-07-01T22:53:56.117Z PASS [ 0.031s] (2762/2983) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
84382026-07-01T22:53:56.134Z PASS [ 0.056s] (2763/2983) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
84392026-07-01T22:53:56.164Z PASS [ 0.050s] (2764/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
84402026-07-01T22:53:56.169Z PASS [ 0.054s] (2765/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
84412026-07-01T22:53:56.188Z PASS [ 0.054s] (2766/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
84422026-07-01T22:53:56.214Z PASS [ 0.050s] (2767/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
84432026-07-01T22:53:56.217Z PASS [ 0.030s] (2768/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
84442026-07-01T22:53:56.224Z PASS [ 0.055s] (2769/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
84452026-07-01T22:53:56.228Z PASS [ 7.083s] (2770/2983) omicron-test-utils dev::db::test::test_setup_database_default_dir
84462026-07-01T22:53:56.253Z PASS [ 0.039s] (2771/2983) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
84472026-07-01T22:53:56.263Z PASS [ 0.039s] (2772/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
84482026-07-01T22:53:56.269Z PASS [ 0.040s] (2773/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
84492026-07-01T22:53:56.274Z PASS [ 0.057s] (2774/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
84502026-07-01T22:53:56.301Z PASS [ 0.047s] (2775/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
84512026-07-01T22:53:56.311Z PASS [ 0.048s] (2776/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
84522026-07-01T22:53:56.312Z PASS [ 0.043s] (2777/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
84532026-07-01T22:53:56.315Z PASS [ 0.041s] (2778/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
84542026-07-01T22:53:56.338Z PASS [ 0.558s] (2779/2983) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
84552026-07-01T22:53:56.342Z PASS [ 0.040s] (2780/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
84562026-07-01T22:53:56.353Z PASS [ 0.041s] (2781/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
84572026-07-01T22:53:56.357Z PASS [ 0.044s] (2782/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
84582026-07-01T22:53:56.383Z PASS [ 0.045s] (2783/2983) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
84592026-07-01T22:53:56.389Z PASS [ 0.048s] (2784/2983) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
84602026-07-01T22:53:56.408Z PASS [ 1.269s] (2785/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
84612026-07-01T22:53:56.425Z PASS [ 0.041s] (2786/2983) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
84622026-07-01T22:53:56.429Z PASS [ 0.040s] (2787/2983) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
84632026-07-01T22:53:56.449Z PASS [ 0.041s] (2788/2983) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
84642026-07-01T22:53:56.472Z PASS [ 0.047s] (2789/2983) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
84652026-07-01T22:53:56.488Z PASS [ 0.039s] (2790/2983) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
84662026-07-01T22:53:56.488Z PASS [ 0.059s] (2791/2983) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
84672026-07-01T22:53:56.512Z PASS [ 0.159s] (2792/2983) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
84682026-07-01T22:53:56.516Z PASS [ 0.042s] (2793/2983) sled-agent-config-reconciler ledger::tests::read_existing_config
84692026-07-01T22:53:56.534Z PASS [ 0.046s] (2794/2983) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
84702026-07-01T22:53:56.537Z PASS [ 0.047s] (2795/2983) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
84712026-07-01T22:53:56.540Z PASS [ 1.257s] (2796/2983) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
84722026-07-01T22:53:56.553Z PASS [ 0.039s] (2797/2983) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
84732026-07-01T22:53:56.557Z PASS [ 0.043s] (2798/2983) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
84742026-07-01T22:53:56.574Z PASS [ 0.039s] (2799/2983) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
84752026-07-01T22:53:56.577Z PASS [ 0.043s] (2800/2983) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
84762026-07-01T22:53:56.581Z PASS [ 0.026s] (2801/2983) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
84772026-07-01T22:53:56.625Z PASS [ 1.802s] (2802/2983) reconfigurator-cli::test-scripts script::cmds-target-release.txt
84782026-07-01T22:53:56.658Z PASS [ 0.033s] (2803/2983) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
84792026-07-01T22:53:56.701Z PASS [ 0.043s] (2804/2983) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
84802026-07-01T22:53:56.707Z PASS [ 1.533s] (2805/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
84812026-07-01T22:53:56.743Z PASS [ 0.041s] (2806/2983) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
84822026-07-01T22:53:56.748Z PASS [ 0.039s] (2807/2983) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
84832026-07-01T22:53:56.790Z PASS [ 0.047s] (2808/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
84842026-07-01T22:53:56.794Z PASS [ 0.046s] (2809/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
84852026-07-01T22:53:56.819Z PASS [ 0.830s] (2810/2983) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
84862026-07-01T22:53:56.828Z PASS [ 0.038s] (2811/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
84872026-07-01T22:53:56.832Z PASS [ 0.041s] (2812/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
84882026-07-01T22:53:56.858Z PASS [ 0.038s] (2813/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
84892026-07-01T22:53:56.871Z PASS [ 1.656s] (2814/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
84902026-07-01T22:53:56.874Z PASS [ 0.043s] (2815/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
84912026-07-01T22:53:56.879Z PASS [ 0.045s] (2816/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
84922026-07-01T22:53:56.889Z PASS [ 0.032s] (2817/2983) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
84932026-07-01T22:53:56.903Z PASS [ 0.031s] (2818/2983) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
84942026-07-01T22:53:56.917Z PASS [ 0.040s] (2819/2983) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
84952026-07-01T22:53:56.926Z PASS [ 0.036s] (2820/2983) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
84962026-07-01T22:53:56.940Z PASS [ 2.817s] (2821/2983) oximeter-producer tests::test_producer_registration_task
84972026-07-01T22:53:56.943Z PASS [ 0.036s] (2822/2983) sled-agent-rack-setup service::test::parse_rack_initialization
84982026-07-01T22:53:56.950Z PASS [ 0.033s] (2823/2983) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
84992026-07-01T22:53:56.967Z PASS [ 0.040s] (2824/2983) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
85002026-07-01T22:53:56.986Z PASS [ 0.046s] (2825/2983) sled-agent-rack-setup service::test::test_omicron_zone_configs
85012026-07-01T22:53:56.986Z PASS [ 0.036s] (2826/2983) sled-agent-rack-setup service::test::test_subnets
85022026-07-01T22:53:56.997Z PASS [ 0.030s] (2827/2983) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
85032026-07-01T22:53:57.007Z PASS [ 0.070s] (2828/2983) sled-agent-rack-setup service::test::test_extra_certs
85042026-07-01T22:53:57.017Z PASS [ 0.031s] (2829/2983) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
85052026-07-01T22:53:57.023Z PASS [ 0.038s] (2830/2983) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
85062026-07-01T22:53:57.033Z PASS [ 0.036s] (2831/2983) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
85072026-07-01T22:53:57.040Z PASS [ 0.032s] (2832/2983) sled-agent-resolvable-files manifest::tests::read_success
85082026-07-01T22:53:57.043Z PASS [ 0.026s] (2833/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
85092026-07-01T22:53:57.048Z PASS [ 0.025s] (2834/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
85102026-07-01T22:53:57.065Z PASS [ 0.031s] (2835/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
85112026-07-01T22:53:57.068Z PASS [ 0.029s] (2836/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
85122026-07-01T22:53:57.071Z PASS [ 0.027s] (2837/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
85132026-07-01T22:53:57.074Z PASS [ 0.025s] (2838/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
85142026-07-01T22:53:57.092Z PASS [ 0.027s] (2839/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
85152026-07-01T22:53:57.095Z PASS [ 0.027s] (2840/2983) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
85162026-07-01T22:53:57.098Z PASS [ 0.028s] (2841/2983) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
85172026-07-01T22:53:57.101Z PASS [ 0.026s] (2842/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
85182026-07-01T22:53:57.119Z PASS [ 0.027s] (2843/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
85192026-07-01T22:53:57.127Z PASS [ 0.030s] (2844/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
85202026-07-01T22:53:57.130Z PASS [ 0.031s] (2845/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
85212026-07-01T22:53:57.133Z PASS [ 0.036s] (2846/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
85222026-07-01T22:53:57.145Z PASS [ 0.026s] (2847/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
85232026-07-01T22:53:57.151Z PASS [ 0.024s] (2848/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
85242026-07-01T22:53:57.161Z PASS [ 0.029s] (2849/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
85252026-07-01T22:53:57.164Z PASS [ 0.034s] (2850/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
85262026-07-01T22:53:57.172Z PASS [ 0.027s] (2851/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
85272026-07-01T22:53:57.179Z PASS [ 0.028s] (2852/2983) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
85282026-07-01T22:53:57.188Z PASS [ 0.028s] (2853/2983) sled-agent-resolvable-files mupdate_override::tests::read_both_present
85292026-07-01T22:53:57.191Z PASS [ 0.321s] (2854/2983) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
85302026-07-01T22:53:57.194Z PASS [ 0.029s] (2855/2983) sled-agent-resolvable-files mupdate_override::tests::read_different_values
85312026-07-01T22:53:57.202Z PASS [ 0.030s] (2856/2983) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
85322026-07-01T22:53:57.213Z PASS [ 0.034s] (2857/2983) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
85332026-07-01T22:53:57.222Z PASS [ 0.034s] (2858/2983) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
85342026-07-01T22:53:57.230Z PASS [ 0.039s] (2859/2983) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
85352026-07-01T22:53:57.230Z PASS [ 0.037s] (2860/2983) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
85362026-07-01T22:53:57.234Z PASS [ 0.020s] (2861/2983) sled-agent-types zone_bundle::tests::test_compare_bundles
85372026-07-01T22:53:57.236Z PASS [ 0.032s] (2862/2983) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
85382026-07-01T22:53:57.243Z PASS [ 0.021s] (2863/2983) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
85392026-07-01T22:53:57.253Z PASS [ 0.019s] (2864/2983) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
85402026-07-01T22:53:57.256Z PASS [ 0.020s] (2865/2983) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
85412026-07-01T22:53:57.259Z PASS [ 1.747s] (2866/2983) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
85422026-07-01T22:53:57.259Z PASS [ 0.028s] (2867/2983) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
85432026-07-01T22:53:57.265Z PASS [ 0.022s] (2868/2983) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
85442026-07-01T22:53:57.267Z PASS [ 0.037s] (2869/2983) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
85452026-07-01T22:53:57.273Z PASS [ 0.020s] (2870/2983) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
85462026-07-01T22:53:57.276Z PASS [ 0.019s] (2871/2983) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
85472026-07-01T22:53:57.276Z PASS [ 0.018s] (2872/2983) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
85482026-07-01T22:53:57.276Z PASS [ 0.017s] (2873/2983) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
85492026-07-01T22:53:57.285Z PASS [ 0.021s] (2874/2983) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
85502026-07-01T22:53:57.291Z PASS [ 0.018s] (2875/2983) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
85512026-07-01T22:53:57.295Z PASS [ 0.020s] (2876/2983) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
85522026-07-01T22:53:57.329Z PASS [ 0.034s] (2877/2983) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
85532026-07-01T22:53:57.361Z PASS [ 0.032s] (2878/2983) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
85542026-07-01T22:53:57.411Z PASS [ 0.051s] (2879/2983) sled-diagnostics queries::test::test_command_stderr_is_correct
85552026-07-01T22:53:57.422Z PASS [ 0.155s] (2880/2983) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
85562026-07-01T22:53:57.453Z PASS [ 0.042s] (2881/2983) sled-diagnostics queries::test::test_command_stdout_is_correct
85572026-07-01T22:53:57.470Z PASS [ 0.048s] (2882/2983) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
85582026-07-01T22:53:57.497Z PASS [ 0.026s] (2883/2983) sled-hardware disk::test::test_disk_paths
85592026-07-01T22:53:57.517Z PASS [ 0.019s] (2884/2983) sled-hardware disk::test::test_partition_device_paths
85602026-07-01T22:53:57.541Z PASS [ 0.025s] (2885/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
85612026-07-01T22:53:57.566Z PASS [ 2.177s] (2886/2983) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
85622026-07-01T22:53:57.570Z PASS [ 0.028s] (2887/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
85632026-07-01T22:53:57.595Z PASS [ 0.029s] (2888/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
85642026-07-01T22:53:57.604Z PASS [ 0.036s] (2889/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
85652026-07-01T22:53:57.626Z PASS [ 0.031s] (2890/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
85662026-07-01T22:53:57.636Z PASS [ 0.032s] (2891/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
85672026-07-01T22:53:57.652Z PASS [ 0.026s] (2892/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
85682026-07-01T22:53:57.661Z PASS [ 0.025s] (2893/2983) sled-hardware illumos::tests::parse_smbios_invalid
85692026-07-01T22:53:57.678Z PASS [ 0.025s] (2894/2983) sled-hardware illumos::tests::parse_smbios_valid
85702026-07-01T22:53:57.684Z PASS [ 0.022s] (2895/2983) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
85712026-07-01T22:53:57.694Z PASS [ 0.016s] (2896/2983) sled-storage dataset::test::serialize_dataset_name
85722026-07-01T22:53:57.705Z PASS [ 1.349s] (2897/2983) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
85732026-07-01T22:53:57.722Z PASS [ 0.039s] (2898/2983) support-bundle-collection zip::test::test_bundle_to_stream
85742026-07-01T22:53:57.738Z PASS [ 0.043s] (2899/2983) support-bundle-collection zip::test::test_bundle_to_writer
85752026-07-01T22:53:57.751Z PASS [ 0.047s] (2900/2983) support-bundle-collection zip::test::test_bundle_to_zipfile
85762026-07-01T22:53:57.766Z PASS [ 0.044s] (2901/2983) trust-quorum proxy::tests::proxy_roundtrip_concurrent
85772026-07-01T22:53:57.811Z PASS [ 1.238s] (2902/2983) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
85782026-07-01T22:53:57.812Z PASS [ 0.046s] (2903/2983) trust-quorum proxy::tests::proxy_roundtrip_disconnected
85792026-07-01T22:53:57.812Z PASS [ 0.045s] (2904/2983) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
85802026-07-01T22:53:57.990Z PASS [ 0.536s] (2905/2983) sled-diagnostics queries::test::test_long_running_command_is_aborted
85812026-07-01T22:53:58.123Z PASS [ 1.567s] (2906/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
85822026-07-01T22:53:58.215Z PASS [ 1.639s] (2907/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
85832026-07-01T22:53:58.320Z PASS [ 1.740s] (2908/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
85842026-07-01T22:53:58.460Z PASS [ 1.174s] (2909/2983) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
85852026-07-01T22:53:58.491Z PASS [ 16.887s] (2910/2983) omicron-omdb::test_all_output test_omdb_env_settings
85862026-07-01T22:53:58.526Z PASS [ 0.035s] (2911/2983) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
85872026-07-01T22:53:58.558Z PASS [ 73.544s] (2912/2983) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
85882026-07-01T22:53:58.562Z PASS [ 0.035s] (2913/2983) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
85892026-07-01T22:53:58.603Z PASS [ 0.041s] (2914/2983) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
85902026-07-01T22:53:58.646Z PASS [ 1.369s] (2915/2983) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
85912026-07-01T22:53:58.696Z PASS [ 0.093s] (2916/2983) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
85922026-07-01T22:53:58.699Z PASS [ 0.140s] (2917/2983) trust-quorum-protocol node::tests::initial_configuration
85932026-07-01T22:53:58.726Z PASS [ 0.080s] (2918/2983) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
85942026-07-01T22:53:58.813Z PASS [ 1.539s] (2919/2983) sled-diagnostics logs::illumos_tests::collect_current_logs
85952026-07-01T22:53:58.880Z PASS [ 1.096s] (2920/2983) trust-quorum task::tests::tq_initial_config
85962026-07-01T22:53:58.883Z PASS [ 1.086s] (2921/2983) trust-quorum task::tests::tq_initial_config_prepare_and_commit
85972026-07-01T22:53:58.926Z PASS [ 0.046s] (2922/2983) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
85982026-07-01T22:53:58.936Z PASS [ 0.053s] (2923/2983) update-common artifacts::update_plan::tests::test_bad_rot_versions
85992026-07-01T22:53:58.973Z PASS [ 2.400s] (2924/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
86002026-07-01T22:53:58.976Z PASS [ 0.050s] (2925/2983) update-common artifacts::update_plan::tests::test_multi_rot_bord
86012026-07-01T22:53:58.992Z PASS [ 0.056s] (2926/2983) update-common artifacts::update_plan::tests::test_multi_rot_version
86022026-07-01T22:53:58.997Z PASS [ 0.298s] (2927/2983) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
86032026-07-01T22:53:59.012Z PASS [ 0.036s] (2928/2983) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
86042026-07-01T22:53:59.015Z PASS [ 0.039s] (2929/2983) update-common artifacts::update_plan::tests::test_split_control_plane
86052026-07-01T22:53:59.033Z PASS [ 0.040s] (2930/2983) update-common artifacts::update_plan::tests::test_too_many_rot_bord
86062026-07-01T22:53:59.036Z PASS [ 0.308s] (2931/2983) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
86072026-07-01T22:53:59.048Z PASS [ 0.052s] (2932/2983) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
86082026-07-01T22:53:59.051Z PASS [ 0.591s] (2933/2983) trust-quorum-protocol crypto::tests::rack_secret_test
86092026-07-01T22:53:59.058Z PASS [ 0.046s] (2934/2983) update-engine display::group_display::tests::test_stats
86102026-07-01T22:53:59.061Z PASS [ 0.025s] (2935/2983) update-engine display::line_display_shared::tests::test_start_line
86112026-07-01T22:53:59.061Z PASS [ 0.028s] (2936/2983) update-engine display::line_display_shared::tests::test_format_progress_counter
86122026-07-01T22:53:59.083Z PASS [ 0.035s] (2937/2983) update-engine engine::tests::error_exits_early
86132026-07-01T22:53:59.086Z PASS [ 0.033s] (2938/2983) update-engine events::tests::progress_event_parse_unknown
86142026-07-01T22:53:59.088Z PASS [ 0.029s] (2939/2983) update-engine events::tests::step_event_parse_unknown
86152026-07-01T22:53:59.088Z PASS [ 0.028s] (2940/2983) update-engine spec::tests::test_merge_anyhow_list
86162026-07-01T22:53:59.108Z PASS [ 0.020s] (2941/2983) wicket state::rack::tests::up_down_are_opposites
86172026-07-01T22:53:59.111Z PASS [ 0.025s] (2942/2983) wicket state::rack::tests::prev_next_are_opposites
86182026-07-01T22:53:59.111Z PASS [ 0.028s] (2943/2983) wicket state::inventory::tests::component_id_display
86192026-07-01T22:53:59.120Z PASS [ 0.059s] (2944/2983) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
86202026-07-01T22:53:59.130Z PASS [ 0.022s] (2945/2983) wicket-common rack_setup::tests::invalid_router_peer_address
86212026-07-01T22:53:59.133Z PASS [ 0.118s] (2946/2983) update-engine buffer::tests::test_buffer
86222026-07-01T22:53:59.133Z PASS [ 0.022s] (2947/2983) wicket-common rack_setup::tests::invalid_uplink_address
86232026-07-01T22:53:59.133Z PASS [ 0.022s] (2948/2983) wicket-common rack_setup::tests::roundtrip_import_export_policy
86242026-07-01T22:53:59.138Z PASS [ 1.846s] (2949/2983) sled-diagnostics logs::illumos_tests::log_snapshots_work
86252026-07-01T22:53:59.141Z PASS [ 0.019s] (2950/2983) wicket-common rack_setup::tests::roundtrip_router_peer_address
86262026-07-01T22:53:59.151Z PASS [ 0.020s] (2951/2983) wicket-common rack_update::tests::test_rollup_update_state
86272026-07-01T22:53:59.154Z PASS [ 0.024s] (2952/2983) wicket-common rack_setup::tests::roundtrip_uplink_address
86282026-07-01T22:53:59.157Z PASS [ 0.068s] (2953/2983) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
86292026-07-01T22:53:59.217Z PASS [ 1.441s] (2954/2983) trust-quorum task::tests::test_network_config
86302026-07-01T22:53:59.229Z PASS [ 0.091s] (2955/2983) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
86312026-07-01T22:53:59.232Z PASS [ 0.100s] (2956/2983) wicketd installinator_progress::tests::test_states
86322026-07-01T22:53:59.235Z PASS [ 0.101s] (2957/2983) wicketd rss_config::tests::test_bgp_auth_key_states
86332026-07-01T22:53:59.291Z PASS [ 1.524s] (2958/2983) trust-quorum task::tests::full_mesh_connectivity
86342026-07-01T22:53:59.327Z PASS [ 15.886s] (2959/2983) omicron-passwords test::test_smoke
86352026-07-01T22:53:59.377Z PASS [ 1.057s] (2960/2983) trust-quorum task::tests::tq_upgrade_from_lrtq
86362026-07-01T22:53:59.531Z PASS [ 1.409s] (2961/2983) trust-quorum task::tests::tq_proxy
86372026-07-01T22:53:59.572Z PASS [ 3.960s] (2962/2983) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
86382026-07-01T22:53:59.710Z PASS [ 1.495s] (2963/2983) trust-quorum task::tests::tq_reconfig_with_commit_advance
86392026-07-01T22:53:59.713Z PASS [ 0.572s] (2964/2983) wicketd::mod integration_tests::inventory::test_inventory
86402026-07-01T22:53:59.790Z PASS [ 1.799s] (2965/2983) trust-quorum task::tests::tq_persistent_state
86412026-07-01T22:53:59.856Z PASS [ 0.701s] (2966/2983) wicketd::mod integration_tests::updates::test_update_races
86422026-07-01T22:54:00.011Z PASS [ 0.860s] (2967/2983) wicketd::mod integration_tests::updates::test_installinator_fetch
86432026-07-01T22:54:01.141Z PASS [ 1.985s] (2968/2983) wicketd::mod integration_tests::updates::test_updates
86442026-07-01T22:54:01.335Z PASS [ 2.521s] (2969/2983) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
86452026-07-01T22:54:01.544Z PASS [ 5.228s] (2970/2983) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
86462026-07-01T22:54:02.637Z PASS [ 8.630s] (2971/2983) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
86472026-07-01T22:54:03.515Z PASS [ 8.317s] (2972/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
86482026-07-01T22:54:08.985Z PASS [ 15.007s] (2973/2983) oximeter-db::integration_test test_schemas_disjoint
86492026-07-01T22:54:14.129Z PASS [ 47.363s] (2974/2983) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
86502026-07-01T22:54:14.214Z PASS [ 42.677s] (2975/2983) omicron-nexus::test_all integration_tests::webhooks::test_probe
86512026-07-01T22:54:14.571Z PASS [ 105.185s] (2976/2983) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86522026-07-01T22:54:16.788Z PASS [ 32.086s] (2977/2983) omicron-sled-agent nexus::test::nexus_self_notification_test
86532026-07-01T22:54:18.252Z PASS [ 45.940s] (2978/2983) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
86542026-07-01T22:54:18.844Z PASS [ 37.229s] (2979/2983) omicron-omdb::test_all_output test_omdb_success_cases
86552026-07-01T22:54:20.110Z PASS [ 30.043s] (2980/2983) oximeter-db client::tests::cannot_ping_nonexistent_server
86562026-07-01T22:54:20.554Z PASS [ 47.793s] (2981/2983) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
86572026-07-01T22:54:36.049Z PASS [ 42.078s] (2982/2983) oximeter-db::integration_test test_cluster
86582026-07-01T22:54:53.139Z PASS [ 54.442s] (2983/2983) trust-quorum-protocol::cluster test_trust_quorum_protocol
86592026-07-01T22:54:53.142Z────────────
86602026-07-01T22:54:53.142Z Summary [ 876.391s] 2983 tests run: 2983 passed (47 slow), 6 skipped
86612026-07-01T22:54:53.232Z
86622026-07-01T22:54:53.236Zreal 14:51.115268706
86632026-07-01T22:54:53.236Zuser 5:05:49.091741698
86642026-07-01T22:54:53.236Zsys 1:09:52.897680048
86652026-07-01T22:54:53.236Ztrap 3:26.756937201
86662026-07-01T22:54:53.236Ztflt 6.637363349
86672026-07-01T22:54:53.236Zdflt 39.758425861
86682026-07-01T22:54:53.236Zkflt 0.513821571
86692026-07-01T22:54:53.236Zlock 2008:01:28.640976367
86702026-07-01T22:54:53.236Zslp 123:18:07.470214032
86712026-07-01T22:54:53.236Zlat 4:46:50.085820889
86722026-07-01T22:54:53.236Zstop 53:44.886585222
86732026-07-01T22:54:53.236Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
86742026-07-01T22:54:53.398Zinfo: exported run b3c4afc2-4a04-43c5-ae6f-b2b12c4428b4 to /tmp/nextest-run-archive.zip (2953708 bytes)
86752026-07-01T22:54:53.401Z
86762026-07-01T22:54:53.401Zreal 0.162503017
86772026-07-01T22:54:53.401Zuser 0.112774456
86782026-07-01T22:54:53.401Zsys 0.042734794
86792026-07-01T22:54:53.401Ztrap 0.000015208
86802026-07-01T22:54:53.401Ztflt 0.000025166
86812026-07-01T22:54:53.401Zdflt 0.000017998
86822026-07-01T22:54:53.401Zkflt 0.000000000
86832026-07-01T22:54:53.402Zlock 0.041391798
86842026-07-01T22:54:53.402Zslp 0.218568178
86852026-07-01T22:54:53.402Zlat 0.000909009
86862026-07-01T22:54:53.402Zstop 0.000352389
86872026-07-01T22:54:53.402Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
86882026-07-01T22:54:53.602Zinfo: wrote Chrome trace for run b3c4afc2-4a04-43c5-ae6f-b2b12c4428b4 to /tmp/nextest-chrome-trace.json
86892026-07-01T22:54:53.606Z
86902026-07-01T22:54:53.609Zreal 0.198488943
86912026-07-01T22:54:53.609Zuser 0.143329654
86922026-07-01T22:54:53.609Zsys 0.048342102
86932026-07-01T22:54:53.609Ztrap 0.000015278
86942026-07-01T22:54:53.609Ztflt 0.000012237
86952026-07-01T22:54:53.609Zdflt 0.000028108
86962026-07-01T22:54:53.609Zkflt 0.000000000
86972026-07-01T22:54:53.609Zlock 0.037088129
86982026-07-01T22:54:53.609Zslp 0.213725381
86992026-07-01T22:54:53.609Zlat 0.000707679
87002026-07-01T22:54:53.609Zstop 0.000317449
87012026-07-01T22:54:53.609Z+ [[ 0 -ne 0 ]]
87022026-07-01T22:54:53.609Z+ banner doctest
87032026-07-01T22:54:53.612Z
87042026-07-01T22:54:53.612Z ##### #### #### ##### ###### #### #####
87052026-07-01T22:54:53.612Z # # # # # # # # # #
87062026-07-01T22:54:53.612Z # # # # # # ##### #### #
87072026-07-01T22:54:53.612Z # # # # # # # # #
87082026-07-01T22:54:53.612Z # # # # # # # # # # #
87092026-07-01T22:54:53.612Z ##### #### #### # ###### #### #
87102026-07-01T22:54:53.612Z
87112026-07-01T22:54:53.612Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
87122026-07-01T22:54:54.745Z Fresh unicode-ident v1.0.24
87132026-07-01T22:54:54.745Z Fresh cfg-if v1.0.4
87142026-07-01T22:54:54.749Z Fresh memchr v2.8.0
87152026-07-01T22:54:54.749Z Fresh smallvec v1.15.1
87162026-07-01T22:54:54.749Z Fresh autocfg v1.5.0
87172026-07-01T22:54:54.749Z Fresh log v0.4.29
87182026-07-01T22:54:54.749Z Fresh rand_core v0.10.0
87192026-07-01T22:54:54.749Z Fresh itoa v1.0.17
87202026-07-01T22:54:54.749Z Fresh subtle v2.6.1
87212026-07-01T22:54:54.749Z Fresh version_check v0.9.5
87222026-07-01T22:54:54.749Z Fresh typenum v1.20.1
87232026-07-01T22:54:54.749Z Fresh scopeguard v1.2.0
87242026-07-01T22:54:54.749Z Fresh stable_deref_trait v1.2.1
87252026-07-01T22:54:54.749Z Fresh percent-encoding v2.3.2
87262026-07-01T22:54:54.749Z Fresh litemap v0.8.1
87272026-07-01T22:54:54.749Z Fresh writeable v0.6.2
87282026-07-01T22:54:54.750Z Fresh utf8_iter v1.0.4
87292026-07-01T22:54:54.750Z Fresh critical-section v1.2.0
87302026-07-01T22:54:54.750Z Fresh pin-project-lite v0.2.17
87312026-07-01T22:54:54.750Z Fresh proc-macro2 v1.0.106
87322026-07-01T22:54:54.750Z Fresh lock_api v0.4.14
87332026-07-01T22:54:54.750Z Fresh form_urlencoded v1.2.2
87342026-07-01T22:54:54.750Z Fresh shlex v1.3.0
87352026-07-01T22:54:54.750Z Fresh find-msvc-tools v0.1.9
87362026-07-01T22:54:54.750Z Fresh fnv v1.0.7
87372026-07-01T22:54:54.750Z Fresh equivalent v1.0.2
87382026-07-01T22:54:54.750Z Fresh heck v0.5.0
87392026-07-01T22:54:54.750Z Fresh iana-time-zone v0.1.65
87402026-07-01T22:54:54.750Z Fresh regex-syntax v0.8.10
87412026-07-01T22:54:54.750Z Fresh hashbrown v0.17.0
87422026-07-01T22:54:54.750Z Fresh strsim v0.11.1
87432026-07-01T22:54:54.750Z Fresh futures-core v0.3.32
87442026-07-01T22:54:54.750Z Fresh dyn-clone v1.0.20
87452026-07-01T22:54:54.750Z Fresh aho-corasick v1.1.4
87462026-07-01T22:54:54.754Z Fresh quote v1.0.45
87472026-07-01T22:54:54.754Z Fresh libc v0.2.185
87482026-07-01T22:54:54.754Z Fresh serde_core v1.0.228
87492026-07-01T22:54:54.754Z Fresh libm v0.2.16
87502026-07-01T22:54:54.754Z Fresh zmij v1.0.21
87512026-07-01T22:54:54.754Z Fresh icu_normalizer_data v2.1.1
87522026-07-01T22:54:54.754Z Fresh icu_properties_data v2.1.2
87532026-07-01T22:54:54.754Z Fresh portable-atomic v1.13.1
87542026-07-01T22:54:54.754Z Fresh regex-automata v0.4.14
87552026-07-01T22:54:54.754Z Fresh cmov v0.5.4
87562026-07-01T22:54:54.754Z Fresh byteorder v1.5.0
87572026-07-01T22:54:54.754Z Fresh futures-sink v0.3.32
87582026-07-01T22:54:54.754Z Fresh slab v0.4.12
87592026-07-01T22:54:54.754Z Fresh futures-io v0.3.32
87602026-07-01T22:54:54.754Z Fresh futures-task v0.3.32
87612026-07-01T22:54:54.754Z Fresh base64ct v1.8.3
87622026-07-01T22:54:54.755Z Fresh const-oid v0.9.6
87632026-07-01T22:54:54.755Z Fresh ident_case v1.0.1
87642026-07-01T22:54:54.755Z Fresh pkg-config v0.3.32
87652026-07-01T22:54:54.755Z Fresh base64 v0.22.1
87662026-07-01T22:54:54.755Z Fresh powerfmt v0.2.0
87672026-07-01T22:54:54.755Z Fresh syn v2.0.117
87682026-07-01T22:54:54.755Z Fresh getrandom v0.4.1
87692026-07-01T22:54:54.755Z Fresh errno v0.3.14
87702026-07-01T22:54:54.755Z Fresh num-traits v0.2.19
87712026-07-01T22:54:54.755Z Fresh serde_json v1.0.150
87722026-07-01T22:54:54.755Z Fresh bitflags v2.11.0
87732026-07-01T22:54:54.755Z Fresh semver v1.0.28
87742026-07-01T22:54:54.755Z Fresh parking_lot_core v0.9.12
87752026-07-01T22:54:54.755Z Fresh once_cell v1.21.3
87762026-07-01T22:54:54.755Z Fresh jobserver v0.1.34
87772026-07-01T22:54:54.755Z Fresh mio v1.2.0
87782026-07-01T22:54:54.755Z Fresh socket2 v0.6.3
87792026-07-01T22:54:54.755Z Fresh rustversion v1.0.22
87802026-07-01T22:54:54.755Z Fresh indexmap v2.14.0
87812026-07-01T22:54:54.755Z Fresh getrandom v0.2.17
87822026-07-01T22:54:54.755Z Fresh ctutils v0.4.2
87832026-07-01T22:54:54.755Z Fresh futures-channel v0.3.32
87842026-07-01T22:54:54.755Z Fresh regex v1.12.3
87852026-07-01T22:54:54.755Z Fresh time-core v0.1.8
87862026-07-01T22:54:54.755Z Fresh either v1.15.0
87872026-07-01T22:54:54.755Z Fresh num-conv v0.2.0
87882026-07-01T22:54:54.755Z Fresh deranged v0.5.8
87892026-07-01T22:54:54.756Z Fresh num_threads v0.1.7
87902026-07-01T22:54:54.756Z Fresh utf8parse v0.2.2
87912026-07-01T22:54:54.756Z Fresh anstyle v1.0.14
87922026-07-01T22:54:54.760Z Fresh serde_derive v1.0.228
87932026-07-01T22:54:54.760Z Fresh zeroize_derive v1.4.3
87942026-07-01T22:54:54.760Z Fresh synstructure v0.13.2
87952026-07-01T22:54:54.760Z Fresh zerovec-derive v0.11.2
87962026-07-01T22:54:54.760Z Fresh displaydoc v0.2.5
87972026-07-01T22:54:54.760Z Fresh parking_lot v0.12.5
87982026-07-01T22:54:54.760Z Fresh zerocopy-derive v0.8.40
87992026-07-01T22:54:54.760Z Fresh thiserror-impl v2.0.18
88002026-07-01T22:54:54.760Z Fresh cc v1.2.56
88012026-07-01T22:54:54.760Z Fresh signal-hook-registry v1.4.8
88022026-07-01T22:54:54.760Z Fresh uuid v1.23.4
88032026-07-01T22:54:54.760Z Fresh tokio-macros v2.7.0
88042026-07-01T22:54:54.760Z Fresh serde_derive_internals v0.29.1
88052026-07-01T22:54:54.760Z Fresh rand_core v0.6.4
88062026-07-01T22:54:54.760Z Fresh rustix v1.1.3
88072026-07-01T22:54:54.760Z Fresh futures-macro v0.3.32
88082026-07-01T22:54:54.760Z Fresh syn v1.0.109
88092026-07-01T22:54:54.761Z Fresh thiserror-impl v1.0.69
88102026-07-01T22:54:54.761Z Fresh getrandom v0.3.4
88112026-07-01T22:54:54.761Z Fresh anyhow v1.0.102
88122026-07-01T22:54:54.761Z Fresh tracing-attributes v0.1.31
88132026-07-01T22:54:54.761Z Fresh tracing-core v0.1.36
88142026-07-01T22:54:54.761Z Fresh time-macros v0.2.27
88152026-07-01T22:54:54.761Z Fresh const-oid v0.10.2
88162026-07-01T22:54:54.761Z Fresh colorchoice v1.0.4
88172026-07-01T22:54:54.761Z Fresh is_terminal_polyfill v1.70.2
88182026-07-01T22:54:54.761Z Fresh anstyle-query v1.1.5
88192026-07-01T22:54:54.761Z Fresh dunce v1.0.5
88202026-07-01T22:54:54.761Z Fresh fs_extra v1.3.0
88212026-07-01T22:54:54.761Z Fresh allocator-api2 v0.2.21
88222026-07-01T22:54:54.761Z Fresh serde v1.0.228
88232026-07-01T22:54:54.761Z Fresh zeroize v1.8.2
88242026-07-01T22:54:54.761Z Fresh zerofrom-derive v0.1.6
88252026-07-01T22:54:54.761Z Fresh yoke-derive v0.8.1
88262026-07-01T22:54:54.761Z Fresh zerocopy v0.8.40
88272026-07-01T22:54:54.761Z Fresh thiserror v2.0.18
88282026-07-01T22:54:54.761Z Fresh schemars_derive v0.8.22
88292026-07-01T22:54:54.761Z Fresh futures-util v0.3.32
88302026-07-01T22:54:54.761Z Fresh thiserror v1.0.69
88312026-07-01T22:54:54.761Z Fresh tracing v0.1.44
88322026-07-01T22:54:54.761Z Fresh time v0.3.47
88332026-07-01T22:54:54.761Z Fresh crossbeam-utils v0.8.21
88342026-07-01T22:54:54.761Z Fresh cmake v0.1.57
88352026-07-01T22:54:54.761Z Fresh rand_core v0.9.5
88362026-07-01T22:54:54.762Z Fresh cpufeatures v0.3.0
88372026-07-01T22:54:54.762Z Fresh terminal_size v0.4.3
88382026-07-01T22:54:54.762Z Fresh anstyle-parse v1.0.0
88392026-07-01T22:54:54.762Z Fresh clap_lex v1.0.0
88402026-07-01T22:54:54.762Z Fresh clap_derive v4.6.1
88412026-07-01T22:54:54.762Z Fresh rustc_version v0.4.1
88422026-07-01T22:54:54.762Z Fresh atomic-waker v1.1.2
88432026-07-01T22:54:54.762Z Fresh ryu v1.0.23
88442026-07-01T22:54:54.762Z Fresh cpufeatures v0.2.17
88452026-07-01T22:54:54.762Z Fresh httpdate v1.0.3
88462026-07-01T22:54:54.762Z Fresh try-lock v0.2.5
88472026-07-01T22:54:54.762Z Fresh untrusted v0.7.1
88482026-07-01T22:54:54.762Z Fresh tower-layer v0.3.3
88492026-07-01T22:54:54.762Z Fresh tower-service v0.3.3
88502026-07-01T22:54:54.762Z Fresh bytes v1.11.1
88512026-07-01T22:54:54.762Z Fresh zerofrom v0.1.6
88522026-07-01T22:54:54.762Z Fresh chrono v0.4.44
88532026-07-01T22:54:54.762Z Fresh hybrid-array v0.4.13
88542026-07-01T22:54:54.762Z Fresh generic-array v0.14.7
88552026-07-01T22:54:54.762Z Fresh ppv-lite86 v0.2.21
88562026-07-01T22:54:54.762Z Fresh ipnet v2.11.0
88572026-07-01T22:54:54.762Z Fresh serde_tokenstream v0.2.3
88582026-07-01T22:54:54.766Z Fresh httparse v1.10.1
88592026-07-01T22:54:54.766Z Fresh erased-serde v0.3.31
88602026-07-01T22:54:54.766Z Fresh anstream v1.0.0
88612026-07-01T22:54:54.766Z Fresh rustls-pki-types v1.14.0
88622026-07-01T22:54:54.766Z Fresh hex v0.4.3
88632026-07-01T22:54:54.766Z Fresh want v0.3.1
88642026-07-01T22:54:54.766Z Fresh fastrand v2.3.0
88652026-07-01T22:54:54.767Z Fresh ucd-trie v0.1.7
88662026-07-01T22:54:54.767Z Fresh der_derive v0.7.3
88672026-07-01T22:54:54.767Z Fresh pem-rfc7468 v0.7.0
88682026-07-01T22:54:54.767Z Fresh flagset v0.4.7
88692026-07-01T22:54:54.767Z Fresh untrusted v0.9.0
88702026-07-01T22:54:54.767Z Fresh pretty-hex v0.4.1
88712026-07-01T22:54:54.767Z Fresh mime v0.3.17
88722026-07-01T22:54:54.767Z Fresh spin v0.9.8
88732026-07-01T22:54:54.767Z Fresh plain v0.2.3
88742026-07-01T22:54:54.767Z Fresh async-trait v0.1.89
88752026-07-01T22:54:54.767Z Fresh openssl-probe v0.2.1
88762026-07-01T22:54:54.767Z Fresh unicode-segmentation v1.12.0
88772026-07-01T22:54:54.767Z Fresh simd-adler32 v0.3.8
88782026-07-01T22:54:54.767Z Fresh yoke v0.8.1
88792026-07-01T22:54:54.767Z Fresh tokio v1.52.1
88802026-07-01T22:54:54.767Z Fresh crypto-common v0.2.2
88812026-07-01T22:54:54.767Z Fresh crypto-common v0.1.7
88822026-07-01T22:54:54.767Z Fresh block-buffer v0.12.1
88832026-07-01T22:54:54.767Z Fresh block-buffer v0.10.4
88842026-07-01T22:54:54.767Z Fresh http v1.4.2
88852026-07-01T22:54:54.767Z Fresh rand_chacha v0.9.0
88862026-07-01T22:54:54.767Z Fresh camino v1.2.2
88872026-07-01T22:54:54.767Z Fresh clap_builder v4.6.0
88882026-07-01T22:54:54.767Z Fresh slog v2.8.2
88892026-07-01T22:54:54.767Z Fresh block-padding v0.4.2
88902026-07-01T22:54:54.767Z Fresh pest v2.8.6
88912026-07-01T22:54:54.767Z Fresh der v0.7.10
88922026-07-01T22:54:54.768Z Fresh tempfile v3.25.0
88932026-07-01T22:54:54.768Z Fresh serde_urlencoded v0.7.1
88942026-07-01T22:54:54.768Z Fresh encoding_rs v0.8.35
88952026-07-01T22:54:54.768Z Fresh adler2 v2.0.1
88962026-07-01T22:54:54.768Z Fresh vcpkg v0.2.15
88972026-07-01T22:54:54.768Z Fresh rand_chacha v0.3.1
88982026-07-01T22:54:54.768Z Fresh foldhash v0.2.0
88992026-07-01T22:54:54.768Z Fresh darling_core v0.21.3
89002026-07-01T22:54:54.768Z Fresh sync_wrapper v1.0.2
89012026-07-01T22:54:54.768Z Fresh iri-string v0.7.10
89022026-07-01T22:54:54.768Z Fresh futures-executor v0.3.32
89032026-07-01T22:54:54.768Z Fresh openapiv3 v2.2.0
89042026-07-01T22:54:54.768Z Fresh hubpack_derive v0.1.1
89052026-07-01T22:54:54.768Z Fresh static_assertions v1.1.0
89062026-07-01T22:54:54.768Z Fresh winnow v1.0.3
89072026-07-01T22:54:54.768Z Fresh zerovec v0.11.5
89082026-07-01T22:54:54.768Z Fresh zerotrie v0.2.3
89092026-07-01T22:54:54.768Z Fresh digest v0.10.7
89102026-07-01T22:54:54.768Z Fresh tokio-util v0.7.18
89112026-07-01T22:54:54.768Z Fresh digest v0.11.3
89122026-07-01T22:54:54.768Z Fresh http-body v1.0.1
89132026-07-01T22:54:54.768Z Fresh clap v4.6.1
89142026-07-01T22:54:54.768Z Fresh aws-lc-sys v0.40.0
89152026-07-01T22:54:54.768Z Fresh rand v0.9.2
89162026-07-01T22:54:54.768Z Fresh pest_meta v2.8.6
89172026-07-01T22:54:54.768Z Fresh inout v0.2.2
89182026-07-01T22:54:54.768Z Fresh miniz_oxide v0.8.9
89192026-07-01T22:54:54.769Z Fresh hashbrown v0.16.1
89202026-07-01T22:54:54.769Z Fresh spki v0.7.3
89212026-07-01T22:54:54.769Z Fresh rand v0.8.6
89222026-07-01T22:54:54.769Z Fresh darling_macro v0.21.3
89232026-07-01T22:54:54.769Z Fresh tower v0.5.3
89242026-07-01T22:54:54.769Z Fresh futures v0.3.32
89252026-07-01T22:54:54.769Z Fresh hubpack v0.1.2
89262026-07-01T22:54:54.769Z Fresh litrs v1.0.0
89272026-07-01T22:54:54.769Z Fresh toml_parser v1.1.2+spec-1.1.0
89282026-07-01T22:54:54.769Z Fresh rustls-native-certs v0.8.3
89292026-07-01T22:54:54.769Z Fresh scroll_derive v0.13.1
89302026-07-01T22:54:54.769Z Fresh psl-types v2.0.11
89312026-07-01T22:54:54.769Z Fresh lazy_static v1.5.0
89322026-07-01T22:54:54.769Z Fresh strum_macros v0.26.4
89332026-07-01T22:54:54.769Z Fresh zlib-rs v0.6.2
89342026-07-01T22:54:54.769Z Fresh tinyvec_macros v0.1.1
89352026-07-01T22:54:54.769Z Fresh tinystr v0.8.2
89362026-07-01T22:54:54.769Z Fresh potential_utf v0.1.4
89372026-07-01T22:54:54.769Z Fresh aws-lc-rs v1.16.3
89382026-07-01T22:54:54.769Z Fresh h2 v0.4.15
89392026-07-01T22:54:54.769Z Fresh pest_generator v2.8.6
89402026-07-01T22:54:54.769Z Fresh http-body-util v0.1.3
89412026-07-01T22:54:54.769Z Fresh cipher v0.5.2
89422026-07-01T22:54:54.870Z Fresh darling v0.21.3
89432026-07-01T22:54:54.870Z Fresh tower-http v0.6.8
89442026-07-01T22:54:54.870Z Fresh pkcs8 v0.10.2
89452026-07-01T22:54:54.870Z Fresh crc32fast v1.5.0
89462026-07-01T22:54:54.870Z Fresh document-features v0.2.12
89472026-07-01T22:54:54.870Z Fresh cookie v0.18.1
89482026-07-01T22:54:54.870Z Fresh scroll v0.13.0
89492026-07-01T22:54:54.870Z Fresh sha2 v0.10.9
89502026-07-01T22:54:54.870Z Fresh tinyvec v1.10.0
89512026-07-01T22:54:54.870Z Fresh strum v0.26.3
89522026-07-01T22:54:54.870Z Fresh winnow v0.7.14
89532026-07-01T22:54:54.870Z Fresh signature v2.2.0
89542026-07-01T22:54:54.870Z Fresh serde_spanned v0.6.9
89552026-07-01T22:54:54.870Z Fresh toml_datetime v0.6.11
89562026-07-01T22:54:54.870Z Fresh num-integer v0.1.46
89572026-07-01T22:54:54.870Z Fresh darling_core v0.20.11
89582026-07-01T22:54:54.870Z Fresh thread-id v5.1.0
89592026-07-01T22:54:54.870Z Fresh data-encoding v2.10.0
89602026-07-01T22:54:54.870Z Fresh bit-vec v0.8.0
89612026-07-01T22:54:54.870Z Fresh hmac v0.12.1
89622026-07-01T22:54:54.871Z Fresh icu_locale_core v2.1.1
89632026-07-01T22:54:54.871Z Fresh icu_collections v2.1.1
89642026-07-01T22:54:54.871Z Fresh hyper v1.10.1
89652026-07-01T22:54:54.871Z Fresh rustls-webpki v0.103.9
89662026-07-01T22:54:54.871Z Fresh pest_derive v2.8.6
89672026-07-01T22:54:54.871Z Fresh paste v1.0.15
89682026-07-01T22:54:54.871Z Fresh flate2 v1.1.9
89692026-07-01T22:54:54.871Z Fresh goblin v0.10.5
89702026-07-01T22:54:54.871Z Fresh darling_macro v0.20.11
89712026-07-01T22:54:54.871Z Fresh bit-set v0.8.0
89722026-07-01T22:54:54.871Z Fresh wait-timeout v0.2.1
89732026-07-01T22:54:54.871Z Fresh memmap2 v0.9.10
89742026-07-01T22:54:54.871Z Fresh scroll_derive v0.12.1
89752026-07-01T22:54:54.871Z Fresh anstyle-parse v0.2.7
89762026-07-01T22:54:54.871Z Fresh quick-error v1.2.3
89772026-07-01T22:54:54.871Z Fresh siphasher v1.0.2
89782026-07-01T22:54:54.871Z Fresh rand_xorshift v0.4.0
89792026-07-01T22:54:54.871Z Fresh crossbeam-epoch v0.9.18
89802026-07-01T22:54:54.871Z Fresh zerocopy-derive v0.7.35
89812026-07-01T22:54:54.871Z Fresh bstr v1.12.1
89822026-07-01T22:54:54.871Z Fresh winnow v0.5.40
89832026-07-01T22:54:54.871Z Fresh cfg_aliases v0.2.1
89842026-07-01T22:54:54.871Z Fresh unarray v0.1.4
89852026-07-01T22:54:54.871Z Fresh x509-cert v0.2.5
89862026-07-01T22:54:54.871Z Fresh heck v0.4.1
89872026-07-01T22:54:54.871Z Fresh curve25519-dalek-derive v0.1.1
89882026-07-01T22:54:54.871Z Fresh icu_provider v2.1.1
89892026-07-01T22:54:54.872Z Fresh hyper-util v0.1.20
89902026-07-01T22:54:54.872Z Fresh rustls v0.23.41
89912026-07-01T22:54:54.872Z Fresh dof v0.4.0
89922026-07-01T22:54:54.872Z Fresh dtrace-parser v0.3.0
89932026-07-01T22:54:54.872Z Fresh object v0.37.3
89942026-07-01T22:54:54.872Z Fresh ahash v0.8.12
89952026-07-01T22:54:54.872Z Fresh darling v0.20.11
89962026-07-01T22:54:54.872Z Fresh scroll v0.12.0
89972026-07-01T22:54:54.872Z Fresh anstream v0.6.21
89982026-07-01T22:54:54.872Z Fresh rusty-fork v0.3.1
89992026-07-01T22:54:54.872Z Fresh zerocopy v0.7.35
90002026-07-01T22:54:54.872Z Fresh toml_edit v0.19.15
90012026-07-01T22:54:54.872Z Fresh itertools v0.13.0
90022026-07-01T22:54:54.872Z Fresh dtrace-parser v0.2.0
90032026-07-01T22:54:54.872Z Fresh num-iter v0.1.45
90042026-07-01T22:54:54.872Z Fresh ff v0.13.1
90052026-07-01T22:54:54.872Z Fresh thread-id v4.2.2
90062026-07-01T22:54:54.872Z Fresh foreign-types-shared v0.1.1
90072026-07-01T22:54:54.872Z Fresh base16ct v0.2.0
90082026-07-01T22:54:54.872Z Fresh hkdf v0.12.4
90092026-07-01T22:54:54.872Z Fresh crypto-bigint v0.5.5
90102026-07-01T22:54:54.872Z Fresh daft-derive v0.1.7
90112026-07-01T22:54:54.872Z Fresh openssl-macros v0.1.1
90122026-07-01T22:54:54.872Z Fresh icu_normalizer v2.1.1
90132026-07-01T22:54:54.872Z Fresh icu_properties v2.1.2
90142026-07-01T22:54:54.872Z Fresh tokio-rustls v0.26.4
90152026-07-01T22:54:54.872Z Fresh rustls-platform-verifier v0.6.2
90162026-07-01T22:54:54.873Z Fresh usdt-impl v0.6.0
90172026-07-01T22:54:54.873Z Fresh derive_builder_core v0.20.2
90182026-07-01T22:54:54.873Z Fresh memoffset v0.9.1
90192026-07-01T22:54:54.873Z Fresh rustix v0.38.44
90202026-07-01T22:54:54.873Z Fresh proptest v1.10.0
90212026-07-01T22:54:54.873Z Fresh goblin v0.8.2
90222026-07-01T22:54:54.873Z Fresh sec1 v0.7.3
90232026-07-01T22:54:54.873Z Fresh foreign-types v0.3.2
90242026-07-01T22:54:54.873Z Fresh group v0.13.0
90252026-07-01T22:54:54.873Z Fresh openssl-sys v0.9.115
90262026-07-01T22:54:54.873Z Fresh cargo-platform v0.3.2
90272026-07-01T22:54:54.873Z Fresh env_filter v1.0.0
90282026-07-01T22:54:54.873Z Fresh same-file v1.0.6
90292026-07-01T22:54:54.873Z Fresh keccak v0.1.6
90302026-07-01T22:54:54.873Z Fresh pkcs1 v0.7.5
90312026-07-01T22:54:54.873Z Fresh serde_with_macros v3.17.0
90322026-07-01T22:54:54.873Z Fresh bitflags v1.3.2
90332026-07-01T22:54:54.873Z Fresh unicode-normalization v0.1.25
90342026-07-01T22:54:54.873Z Fresh idna_adapter v1.2.1
90352026-07-01T22:54:54.873Z Fresh hyper-rustls v0.27.7
90362026-07-01T22:54:54.873Z Fresh usdt-macro v0.6.0
90372026-07-01T22:54:54.873Z Fresh usdt-attr-macro v0.6.0
90382026-07-01T22:54:54.873Z Fresh derive_builder_macro v0.20.2
90392026-07-01T22:54:54.873Z Fresh dof v0.3.0
90402026-07-01T22:54:54.873Z Fresh nix v0.31.2
90412026-07-01T22:54:54.873Z Fresh cargo_metadata v0.23.1
90422026-07-01T22:54:54.879Z Fresh num-bigint-dig v0.8.6
90432026-07-01T22:54:54.879Z Fresh elliptic-curve v0.13.8
90442026-07-01T22:54:54.879Z Fresh walkdir v2.5.0
90452026-07-01T22:54:54.879Z Fresh env_logger v0.11.9
90462026-07-01T22:54:54.879Z Fresh openssl v0.10.79
90472026-07-01T22:54:54.879Z Fresh sha3 v0.10.8
90482026-07-01T22:54:54.879Z Fresh enum-as-inner v0.6.1
90492026-07-01T22:54:54.879Z Fresh managed v0.8.0
90502026-07-01T22:54:54.879Z Fresh phf_shared v0.11.3
90512026-07-01T22:54:54.879Z Fresh chacha20 v0.10.0
90522026-07-01T22:54:54.879Z Fresh ref-cast-impl v1.0.25
90532026-07-01T22:54:54.879Z Fresh precomputed-hash v0.1.1
90542026-07-01T22:54:54.879Z Fresh fixedbitset v0.4.2
90552026-07-01T22:54:54.879Z Fresh new_debug_unreachable v1.0.6
90562026-07-01T22:54:54.879Z Fresh toml v0.7.8
90572026-07-01T22:54:54.880Z Fresh globset v0.4.18
90582026-07-01T22:54:54.880Z Fresh idna v1.1.0
90592026-07-01T22:54:54.880Z Fresh usdt v0.6.0
90602026-07-01T22:54:54.880Z Fresh derive_builder v0.20.2
90612026-07-01T22:54:54.880Z Fresh usdt-impl v0.5.0
90622026-07-01T22:54:54.880Z Fresh rsa v0.9.10
90632026-07-01T22:54:54.880Z Fresh curve25519-dalek v4.1.3
90642026-07-01T22:54:54.880Z Fresh bzip2-sys v0.1.13+1.0.8
90652026-07-01T22:54:54.880Z Fresh signal-hook v0.3.18
90662026-07-01T22:54:54.880Z Fresh native-tls v0.2.18
90672026-07-01T22:54:54.880Z Fresh petgraph v0.6.5
90682026-07-01T22:54:54.880Z Fresh string_cache v0.8.9
90692026-07-01T22:54:54.880Z Fresh ed25519 v2.2.3
90702026-07-01T22:54:54.880Z Fresh pin-project-internal v1.1.11
90712026-07-01T22:54:54.880Z Fresh foldhash v0.1.5
90722026-07-01T22:54:54.880Z Fresh toml_write v0.1.2
90732026-07-01T22:54:54.880Z Fresh lalrpop-util v0.19.12
90742026-07-01T22:54:54.880Z Fresh serde-big-array v0.5.1
90752026-07-01T22:54:54.880Z Fresh serde_repr v0.1.20
90762026-07-01T22:54:54.880Z Fresh snafu-derive v0.8.9
90772026-07-01T22:54:54.880Z Fresh pem v3.0.6
90782026-07-01T22:54:54.880Z Fresh hash32 v0.2.1
90792026-07-01T22:54:54.880Z Fresh unicode-properties v0.1.4
90802026-07-01T22:54:54.880Z Fresh bumpalo v3.20.2
90812026-07-01T22:54:54.880Z Fresh unicode-bidi v0.3.18
90822026-07-01T22:54:54.880Z Fresh predicates-core v1.0.10
90832026-07-01T22:54:54.881Z Fresh libbz2-rs-sys v0.2.2
90842026-07-01T22:54:54.881Z Fresh url v2.5.8
90852026-07-01T22:54:54.881Z Fresh publicsuffix v2.3.0
90862026-07-01T22:54:54.881Z Fresh vergen-lib v9.1.0
90872026-07-01T22:54:54.881Z Fresh bzip2 v0.4.4
90882026-07-01T22:54:54.881Z Fresh ref-cast v1.0.25
90892026-07-01T22:54:54.881Z Fresh tokio-native-tls v0.3.1
90902026-07-01T22:54:54.881Z Fresh zstd-sys v2.0.16+zstd.1.5.7
90912026-07-01T22:54:54.881Z Fresh ed25519-dalek v2.2.0
90922026-07-01T22:54:54.881Z Fresh hashbrown v0.15.5
90932026-07-01T22:54:54.881Z Fresh signal-hook-mio v0.2.5
90942026-07-01T22:54:54.881Z Fresh fs-err v3.3.0
90952026-07-01T22:54:54.881Z Fresh pin-project v1.1.11
90962026-07-01T22:54:54.881Z Fresh toml_edit v0.22.27
90972026-07-01T22:54:54.881Z Fresh stringprep v0.1.5
90982026-07-01T22:54:54.881Z Fresh bzip2 v0.6.1
90992026-07-01T22:54:54.881Z Fresh zopfli v0.8.3
91002026-07-01T22:54:54.881Z Fresh olpc-cjson v0.1.4
91012026-07-01T22:54:54.881Z Fresh similar v2.7.0
91022026-07-01T22:54:54.881Z Fresh md-5 v0.10.6
91032026-07-01T22:54:54.881Z Fresh serde_plain v1.0.2
91042026-07-01T22:54:54.881Z Fresh strum_macros v0.27.2
91052026-07-01T22:54:54.881Z Fresh float-cmp v0.10.0
91062026-07-01T22:54:54.881Z Fresh async-recursion v1.1.1
91072026-07-01T22:54:54.881Z Fresh fallible-iterator v0.2.0
91082026-07-01T22:54:54.881Z Fresh jiff v0.2.21
91092026-07-01T22:54:54.881Z Fresh normalize-line-endings v0.3.0
91102026-07-01T22:54:54.881Z Fresh typed-path v0.9.3
91112026-07-01T22:54:54.882Z Fresh difflib v0.4.0
91122026-07-01T22:54:54.882Z Fresh phf_shared v0.13.1
91132026-07-01T22:54:54.882Z Fresh schemars v0.8.22
91142026-07-01T22:54:54.882Z Fresh cookie_store v0.22.1
91152026-07-01T22:54:54.882Z Fresh vergen v9.1.0
91162026-07-01T22:54:54.882Z Fresh zip v0.6.6
91172026-07-01T22:54:54.882Z Fresh hyper-tls v0.6.0
91182026-07-01T22:54:54.882Z Fresh zstd-safe v7.2.4
91192026-07-01T22:54:54.882Z Fresh heapless v0.7.17
91202026-07-01T22:54:54.882Z Fresh snafu v0.8.9
91212026-07-01T22:54:54.882Z Fresh hickory-proto v0.25.2
91222026-07-01T22:54:54.882Z Fresh crossterm v0.28.1
91232026-07-01T22:54:54.882Z Fresh strum v0.27.2
91242026-07-01T22:54:54.882Z Fresh postgres-protocol v0.6.10
91252026-07-01T22:54:54.882Z Fresh predicates v3.1.4
91262026-07-01T22:54:54.882Z Fresh tokio-stream v0.1.18
91272026-07-01T22:54:54.882Z Fresh buf-list v1.1.2
91282026-07-01T22:54:54.882Z Fresh fixedbitset v0.5.7
91292026-07-01T22:54:54.882Z Fresh peg-runtime v0.8.5
91302026-07-01T22:54:54.882Z Fresh phf v0.13.1
91312026-07-01T22:54:54.882Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
91322026-07-01T22:54:54.882Z Fresh whoami v2.1.0
91332026-07-01T22:54:54.882Z Fresh is-terminal v0.4.17
91342026-07-01T22:54:54.882Z Fresh crossbeam-channel v0.5.15
91352026-07-01T22:54:54.882Z Fresh thread_local v1.1.9
91362026-07-01T22:54:54.882Z Fresh term v1.2.1
91372026-07-01T22:54:54.882Z Fresh take_mut v0.2.2
91382026-07-01T22:54:54.883Z Fresh structmeta-derive v0.3.0
91392026-07-01T22:54:54.883Z Fresh newtype-uuid-macros v0.1.0
91402026-07-01T22:54:54.883Z Fresh match_cfg v0.1.0
91412026-07-01T22:54:54.883Z Fresh slog-json v2.6.1
91422026-07-01T22:54:54.887Z Fresh debug-ignore v1.0.5
91432026-07-01T22:54:54.887Z Fresh sha1 v0.11.0
91442026-07-01T22:54:54.887Z Fresh ipnetwork v0.21.1
91452026-07-01T22:54:54.887Z Fresh reqwest v0.13.2
91462026-07-01T22:54:54.887Z Fresh newtype-uuid v1.3.2
91472026-07-01T22:54:54.887Z Fresh serde_with v3.17.0
91482026-07-01T22:54:54.887Z Fresh reqwest v0.12.28
91492026-07-01T22:54:54.887Z Fresh zstd v0.13.3
91502026-07-01T22:54:54.887Z Fresh smoltcp v0.9.1
91512026-07-01T22:54:54.887Z Fresh petgraph v0.8.3
91522026-07-01T22:54:54.887Z Fresh postgres-types v0.2.12
91532026-07-01T22:54:54.887Z Fresh slog-term v2.9.2
91542026-07-01T22:54:54.887Z Fresh structmeta v0.3.0
91552026-07-01T22:54:54.887Z Fresh hostname v0.3.1
91562026-07-01T22:54:54.887Z Fresh serde_path_to_error v0.1.20
91572026-07-01T22:54:54.887Z Fresh toml_datetime v1.1.1+spec-1.1.0
91582026-07-01T22:54:54.887Z Fresh serde_spanned v1.1.1
91592026-07-01T22:54:54.888Z Fresh toml_writer v1.1.1+spec-1.1.0
91602026-07-01T22:54:54.888Z Fresh compression-core v0.4.31
91612026-07-01T22:54:54.888Z Fresh async-stream-impl v0.3.6
91622026-07-01T22:54:54.888Z Fresh dropshot_endpoint v0.17.1
91632026-07-01T22:54:54.888Z Fresh rustls-pemfile v2.2.0
91642026-07-01T22:54:54.888Z Fresh waitgroup v0.1.2
91652026-07-01T22:54:54.888Z Fresh hostname v0.4.2
91662026-07-01T22:54:54.888Z Fresh itertools v0.14.0
91672026-07-01T22:54:54.888Z Fresh atomicwrites v0.4.4
91682026-07-01T22:54:54.888Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
91692026-07-01T22:54:54.888Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
91702026-07-01T22:54:54.888Z Fresh regress v0.10.5
91712026-07-01T22:54:54.888Z Fresh macaddr v1.0.1
91722026-07-01T22:54:54.888Z Fresh instant v0.1.13
91732026-07-01T22:54:54.888Z Fresh oxnet v0.1.6
91742026-07-01T22:54:54.888Z Fresh zip v4.6.1
91752026-07-01T22:54:54.888Z Fresh tough v0.22.0
91762026-07-01T22:54:54.888Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
91772026-07-01T22:54:54.888Z Fresh tokio-postgres v0.7.16
91782026-07-01T22:54:54.888Z Fresh slog-async v2.8.0
91792026-07-01T22:54:54.888Z Fresh slog-bunyan v2.5.0
91802026-07-01T22:54:54.888Z Fresh derive-ex v0.1.8
91812026-07-01T22:54:54.888Z Fresh progenitor-client v0.14.0
91822026-07-01T22:54:54.888Z Fresh toml v1.1.2+spec-1.1.0
91832026-07-01T22:54:54.888Z Fresh compression-codecs v0.4.37
91842026-07-01T22:54:54.888Z Fresh async-stream v0.3.6
91852026-07-01T22:54:54.888Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
91862026-07-01T22:54:54.888Z Fresh parse-display-derive v0.10.0
91872026-07-01T22:54:54.889Z Fresh backoff v0.4.0
91882026-07-01T22:54:54.889Z Fresh backon v1.6.0
91892026-07-01T22:54:54.889Z Fresh humantime v2.3.0
91902026-07-01T22:54:54.889Z Fresh unicode-width v0.2.0
91912026-07-01T22:54:54.889Z Fresh convert_case v0.4.0
91922026-07-01T22:54:54.889Z Fresh regress v0.11.1
91932026-07-01T22:54:54.889Z Fresh half v2.7.1
91942026-07-01T22:54:54.889Z Fresh ciborium-io v0.2.2
91952026-07-01T22:54:54.889Z Fresh secrecy v0.10.3
91962026-07-01T22:54:54.889Z Fresh unsafe-libyaml v0.2.11
91972026-07-01T22:54:54.889Z Fresh indent_write v2.2.0
91982026-07-01T22:54:54.889Z Fresh inout v0.1.4
91992026-07-01T22:54:54.889Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
92002026-07-01T22:54:54.889Z Fresh byte-wrapper v0.1.0
92012026-07-01T22:54:54.889Z Fresh universal-hash v0.5.1
92022026-07-01T22:54:54.889Z Fresh daft v0.1.7
92032026-07-01T22:54:54.889Z Fresh test-strategy v0.4.5
92042026-07-01T22:54:54.889Z Fresh multer v3.1.0
92052026-07-01T22:54:54.889Z Fresh async-compression v0.4.41
92062026-07-01T22:54:54.889Z Fresh parse-display v0.10.0
92072026-07-01T22:54:54.889Z Fresh progenitor-extras v0.2.0
92082026-07-01T22:54:54.889Z Fresh derive_more v0.99.20
92092026-07-01T22:54:54.889Z Fresh ciborium-ll v0.2.2
92102026-07-01T22:54:54.889Z Fresh typify-impl v0.6.2
92112026-07-01T22:54:54.889Z Fresh serde_yaml v0.9.34+deprecated
92122026-07-01T22:54:54.889Z Fresh cipher v0.4.4
92132026-07-01T22:54:54.889Z Fresh thiserror-impl-no-std v2.0.2
92142026-07-01T22:54:54.890Z Fresh opaque-debug v0.3.1
92152026-07-01T22:54:54.890Z Fresh blake2 v0.10.6
92162026-07-01T22:54:54.890Z Fresh camino-tempfile v1.4.1
92172026-07-01T22:54:54.890Z Fresh aead v0.5.2
92182026-07-01T22:54:54.890Z Fresh password-hash v0.5.0
92192026-07-01T22:54:54.890Z Fresh swrite v0.1.0
92202026-07-01T22:54:54.890Z Fresh toml_datetime v0.7.5+spec-1.1.0
92212026-07-01T22:54:54.890Z Fresh glob v0.3.3
92222026-07-01T22:54:54.890Z Fresh crossbeam-deque v0.8.6
92232026-07-01T22:54:54.890Z Fresh tabwriter v1.4.1
92242026-07-01T22:54:54.890Z Fresh colored v3.1.1
92252026-07-01T22:54:54.890Z Fresh ingot-macros v0.1.1
92262026-07-01T22:54:54.890Z Fresh hash32 v0.3.1
92272026-07-01T22:54:54.890Z Fresh iddqd v0.4.2
92282026-07-01T22:54:54.890Z Fresh dropshot v0.17.1
92292026-07-01T22:54:54.890Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
92302026-07-01T22:54:54.890Z Fresh ciborium v0.2.2
92312026-07-01T22:54:54.890Z Fresh typify-macro v0.6.2
92322026-07-01T22:54:54.890Z Fresh crucible-workspace-hack v0.1.0
92332026-07-01T22:54:54.890Z Fresh thiserror-no-std v2.0.2
92342026-07-01T22:54:54.890Z Fresh poly1305 v0.8.0
92352026-07-01T22:54:54.890Z Fresh chacha20 v0.9.1
92362026-07-01T22:54:54.890Z Fresh argon2 v0.5.3
92372026-07-01T22:54:54.890Z Fresh toml_edit v0.23.10+spec-1.0.0
92382026-07-01T22:54:54.890Z Fresh ingot-types v0.1.2
92392026-07-01T22:54:54.890Z Fresh cobs v0.3.0
92402026-07-01T22:54:54.890Z Fresh unicode-width v0.1.14
92412026-07-01T22:54:54.890Z Fresh rand v0.10.1
92422026-07-01T22:54:54.895Z Fresh proc-macro-crate v1.3.1
92432026-07-01T22:54:54.895Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
92442026-07-01T22:54:54.895Z Fresh foreign-types-macros v0.2.3
92452026-07-01T22:54:54.895Z Fresh foreign-types-shared v0.3.1
92462026-07-01T22:54:54.895Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
92472026-07-01T22:54:54.895Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
92482026-07-01T22:54:54.895Z Fresh cstr-argument v0.1.2
92492026-07-01T22:54:54.895Z Fresh typify v0.6.2
92502026-07-01T22:54:54.895Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
92512026-07-01T22:54:54.895Z Fresh chacha20poly1305 v0.10.1
92522026-07-01T22:54:54.895Z Fresh vsss-rs v3.3.4
92532026-07-01T22:54:54.895Z Fresh proc-macro-crate v3.4.0
92542026-07-01T22:54:54.895Z Fresh proc-macro-error-attr v1.0.4
92552026-07-01T22:54:54.895Z Fresh rayon-core v1.13.0
92562026-07-01T22:54:54.895Z Fresh heapless v0.8.0
92572026-07-01T22:54:54.895Z Fresh postcard v1.1.3
92582026-07-01T22:54:54.895Z Fresh ingot v0.1.1
92592026-07-01T22:54:54.895Z Fresh foreign-types v0.5.0
92602026-07-01T22:54:54.895Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
92612026-07-01T22:54:54.895Z Fresh num_enum_derive v0.5.11
92622026-07-01T22:54:54.895Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
92632026-07-01T22:54:54.895Z Fresh sigpipe v0.1.3
92642026-07-01T22:54:54.895Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
92652026-07-01T22:54:54.895Z Fresh itertools v0.12.1
92662026-07-01T22:54:54.895Z Fresh num-derive v0.4.2
92672026-07-01T22:54:54.895Z Fresh smf v0.2.3
92682026-07-01T22:54:54.896Z Fresh whoami v1.6.1
92692026-07-01T22:54:54.896Z Fresh console v0.15.11
92702026-07-01T22:54:54.896Z Fresh toml v0.8.23
92712026-07-01T22:54:54.896Z Fresh derive-where v1.6.0
92722026-07-01T22:54:54.896Z Fresh newline-converter v0.3.0
92732026-07-01T22:54:54.896Z Fresh usdt-attr-macro v0.5.0
92742026-07-01T22:54:54.896Z Fresh usdt-macro v0.5.0
92752026-07-01T22:54:54.896Z Fresh progenitor-impl v0.14.0
92762026-07-01T22:54:54.896Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
92772026-07-01T22:54:54.896Z Fresh num_enum_derive v0.7.6
92782026-07-01T22:54:54.896Z Fresh proc-macro-error v1.0.4
92792026-07-01T22:54:54.896Z Fresh rayon v1.11.0
92802026-07-01T22:54:54.896Z Fresh smoltcp v0.11.0
92812026-07-01T22:54:54.896Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
92822026-07-01T22:54:54.896Z Fresh num_enum v0.5.11
92832026-07-01T22:54:54.896Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
92842026-07-01T22:54:54.896Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
92852026-07-01T22:54:54.896Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
92862026-07-01T22:54:54.896Z Fresh expectorate v1.2.0
92872026-07-01T22:54:54.896Z Fresh memmap v0.7.0
92882026-07-01T22:54:54.896Z Fresh num-rational v0.4.2
92892026-07-01T22:54:54.896Z Fresh libsw-core v0.3.2
92902026-07-01T22:54:54.896Z Fresh num-complex v0.4.6
92912026-07-01T22:54:54.896Z Fresh bytecount v0.6.9
92922026-07-01T22:54:54.896Z Fresh linear-map v1.2.0
92932026-07-01T22:54:54.896Z Fresh float-ord v0.3.2
92942026-07-01T22:54:54.896Z Fresh gethostname v0.5.0
92952026-07-01T22:54:54.896Z Fresh resolv-conf v0.7.6
92962026-07-01T22:54:54.897Z Fresh unicode-linebreak v0.1.5
92972026-07-01T22:54:54.897Z Fresh smawk v0.3.2
92982026-07-01T22:54:54.897Z Fresh csv-core v0.1.13
92992026-07-01T22:54:54.897Z Fresh linked-hash-map v0.5.6
93002026-07-01T22:54:54.897Z Fresh progenitor-macro v0.14.0
93012026-07-01T22:54:54.897Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
93022026-07-01T22:54:54.897Z Fresh num_enum v0.7.6
93032026-07-01T22:54:54.897Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
93042026-07-01T22:54:54.897Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
93052026-07-01T22:54:54.897Z Fresh zone_cfg_derive v0.3.1
93062026-07-01T22:54:54.897Z Fresh usdt v0.5.0
93072026-07-01T22:54:54.897Z Fresh libsw v3.5.0
93082026-07-01T22:54:54.897Z Fresh num v0.4.3
93092026-07-01T22:54:54.897Z Fresh minimal-lexical v0.2.1
93102026-07-01T22:54:54.897Z Fresh lru-cache v0.1.2
93112026-07-01T22:54:54.897Z Fresh csv v1.4.0
93122026-07-01T22:54:54.897Z Fresh hickory-proto v0.24.4
93132026-07-01T22:54:54.897Z Fresh convert_case v0.10.0
93142026-07-01T22:54:54.897Z Fresh unicode-xid v0.2.6
93152026-07-01T22:54:54.897Z Fresh termtree v0.5.1
93162026-07-01T22:54:54.897Z Fresh ar_archive_writer v0.5.1
93172026-07-01T22:54:54.897Z Fresh fd-lock v4.0.4
93182026-07-01T22:54:54.898Z Fresh vte v0.14.1
93192026-07-01T22:54:54.898Z Fresh semver v0.1.20
93202026-07-01T22:54:54.898Z Fresh tabled_derive v0.7.0
93212026-07-01T22:54:54.898Z Fresh papergrid v0.11.0
93222026-07-01T22:54:54.898Z Fresh nom v8.0.0
93232026-07-01T22:54:54.898Z Fresh nu-ansi-term v0.50.3
93242026-07-01T22:54:54.898Z Fresh display-error-chain v0.2.2
93252026-07-01T22:54:54.898Z Fresh cfg_aliases v0.1.1
93262026-07-01T22:54:54.898Z Fresh progenitor v0.14.0
93272026-07-01T22:54:54.898Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
93282026-07-01T22:54:54.898Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
93292026-07-01T22:54:54.898Z Fresh zone v0.3.1
93302026-07-01T22:54:54.898Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
93312026-07-01T22:54:54.898Z Fresh owo-colors v4.3.0
93322026-07-01T22:54:54.898Z Fresh cancel-safe-futures v0.1.5
93332026-07-01T22:54:54.898Z Fresh tokio-dtrace v0.1.1
93342026-07-01T22:54:54.898Z Fresh prettyplease v0.2.37
93352026-07-01T22:54:54.898Z Fresh slog-dtrace v0.3.0
93362026-07-01T22:54:54.898Z Fresh nom v7.1.3
93372026-07-01T22:54:54.898Z Fresh derive_more-impl v2.1.1
93382026-07-01T22:54:54.898Z Fresh strip-ansi-escapes v0.2.1
93392026-07-01T22:54:54.898Z Fresh hickory-resolver v0.24.4
93402026-07-01T22:54:54.899Z Fresh rustc_version v0.1.7
93412026-07-01T22:54:54.899Z Fresh tabled v0.15.0
93422026-07-01T22:54:54.903Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
93432026-07-01T22:54:54.903Z Fresh highway v1.3.0
93442026-07-01T22:54:54.903Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
93452026-07-01T22:54:54.903Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
93462026-07-01T22:54:54.903Z Fresh oxide-tokio-rt v0.1.4
93472026-07-01T22:54:54.903Z Fresh derive_more v2.1.1
93482026-07-01T22:54:54.903Z Fresh reedline v0.40.0
93492026-07-01T22:54:54.903Z Fresh qorb v0.4.1
93502026-07-01T22:54:54.903Z Fresh nibble_vec v0.1.0
93512026-07-01T22:54:54.903Z Fresh endian-type v0.1.2
93522026-07-01T22:54:54.903Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
93532026-07-01T22:54:54.903Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
93542026-07-01T22:54:54.903Z Fresh textwrap v0.16.2
93552026-07-01T22:54:54.903Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
93562026-07-01T22:54:54.903Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
93572026-07-01T22:54:54.903Z Fresh phf_shared v0.12.1
93582026-07-01T22:54:54.903Z Fresh recursive-proc-macro-impl v0.1.1
93592026-07-01T22:54:54.903Z Fresh const_format_proc_macros v0.2.34
93602026-07-01T22:54:54.903Z Fresh peg-macros v0.8.5
93612026-07-01T22:54:54.903Z Fresh sqlparser_derive v0.5.0
93622026-07-01T22:54:54.903Z Fresh winnow v0.6.26
93632026-07-01T22:54:54.904Z Fresh home v0.5.12
93642026-07-01T22:54:54.904Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
93652026-07-01T22:54:54.904Z Fresh crossterm v0.29.0
93662026-07-01T22:54:54.904Z Fresh psm v0.1.30
93672026-07-01T22:54:54.904Z Fresh radix_trie v0.2.1
93682026-07-01T22:54:54.904Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
93692026-07-01T22:54:54.904Z Fresh nix v0.28.0
93702026-07-01T22:54:54.904Z Fresh phf v0.12.1
93712026-07-01T22:54:54.904Z Fresh unicode_categories v0.1.1
93722026-07-01T22:54:54.904Z Fresh peg v0.8.5
93732026-07-01T22:54:54.904Z Fresh const_format v0.2.35
93742026-07-01T22:54:54.904Z Fresh bcs v0.1.6
93752026-07-01T22:54:54.904Z Fresh sha1 v0.10.6
93762026-07-01T22:54:54.904Z Fresh filetime v0.2.27
93772026-07-01T22:54:54.904Z Fresh xattr v1.6.1
93782026-07-01T22:54:54.904Z Fresh base64 v0.21.7
93792026-07-01T22:54:54.904Z Fresh headers-core v0.3.0
93802026-07-01T22:54:54.904Z Fresh subprocess v0.2.15
93812026-07-01T22:54:54.904Z Fresh yasna v0.5.2
93822026-07-01T22:54:54.904Z Fresh dropshot-api-manager-types v0.7.2
93832026-07-01T22:54:54.904Z Fresh stacker v0.1.23
93842026-07-01T22:54:54.904Z Fresh newtype_derive v0.1.6
93852026-07-01T22:54:54.904Z Fresh rustyline v14.0.0
93862026-07-01T22:54:54.904Z Fresh chrono-tz v0.10.4
93872026-07-01T22:54:54.904Z Fresh sqlformat v0.3.5
93882026-07-01T22:54:54.904Z Fresh tar v0.4.45
93892026-07-01T22:54:54.904Z Fresh headers v0.4.1
93902026-07-01T22:54:54.905Z Fresh rcgen v0.12.1
93912026-07-01T22:54:54.905Z Fresh utf-8 v0.7.6
93922026-07-01T22:54:54.905Z Fresh tagptr v0.2.0
93932026-07-01T22:54:54.905Z Fresh bitfield-struct v0.6.2
93942026-07-01T22:54:54.905Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93952026-07-01T22:54:54.905Z Fresh xshell-macros v0.2.7
93962026-07-01T22:54:54.905Z Fresh tap v1.0.1
93972026-07-01T22:54:54.905Z Fresh zerocopy-derive v0.6.6
93982026-07-01T22:54:54.905Z Fresh crc-catalog v2.4.0
93992026-07-01T22:54:54.905Z Fresh maplit v1.0.2
94002026-07-01T22:54:54.905Z Fresh funty v2.0.0
94012026-07-01T22:54:54.905Z Fresh packed_struct_codegen v0.10.1
94022026-07-01T22:54:54.905Z Fresh recursive v0.1.1
94032026-07-01T22:54:54.905Z Fresh steno v0.4.1
94042026-07-01T22:54:54.905Z Fresh moka v0.12.13
94052026-07-01T22:54:54.905Z Fresh tungstenite v0.21.0
94062026-07-01T22:54:54.905Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94072026-07-01T22:54:54.905Z Fresh xshell v0.2.7
94082026-07-01T22:54:54.905Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
94092026-07-01T22:54:54.905Z Fresh wyz v0.5.1
94102026-07-01T22:54:54.905Z Fresh zerocopy v0.6.6
94112026-07-01T22:54:54.905Z Fresh crc v3.4.0
94122026-07-01T22:54:54.905Z Fresh bitfield-macros v0.19.4
94132026-07-01T22:54:54.905Z Fresh nodrop v0.1.14
94142026-07-01T22:54:54.905Z Fresh dsl_auto_type v0.2.0
94152026-07-01T22:54:54.905Z Fresh scheduled-thread-pool v0.2.7
94162026-07-01T22:54:54.905Z Fresh diesel_table_macro_syntax v0.3.0
94172026-07-01T22:54:54.906Z Fresh hashbrown v0.12.3
94182026-07-01T22:54:54.906Z Fresh sqlparser v0.61.0
94192026-07-01T22:54:54.906Z Fresh hickory-resolver v0.25.2
94202026-07-01T22:54:54.906Z Fresh tokio-tungstenite v0.21.0
94212026-07-01T22:54:54.906Z Fresh libefi-sys v0.1.0
94222026-07-01T22:54:54.906Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94232026-07-01T22:54:54.906Z Fresh radium v0.7.0
94242026-07-01T22:54:54.906Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
94252026-07-01T22:54:54.906Z Fresh maybe-uninit v2.0.0
94262026-07-01T22:54:54.906Z Fresh bitfield v0.19.4
94272026-07-01T22:54:54.906Z Fresh array-init v0.0.4
94282026-07-01T22:54:54.906Z Fresh r2d2 v0.8.10
94292026-07-01T22:54:54.906Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
94302026-07-01T22:54:54.906Z Fresh ron v0.8.1
94312026-07-01T22:54:54.906Z Fresh hashbrown v0.13.2
94322026-07-01T22:54:54.906Z Fresh downcast-rs v2.0.2
94332026-07-01T22:54:54.906Z Fresh crc-any v2.5.0
94342026-07-01T22:54:54.906Z Fresh path-slash v0.1.5
94352026-07-01T22:54:54.906Z Fresh diff v0.1.13
94362026-07-01T22:54:54.906Z Fresh dirs-sys-next v0.1.2
94372026-07-01T22:54:54.906Z Fresh unicase v2.9.0
94382026-07-01T22:54:54.906Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
94392026-07-01T22:54:54.906Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
94402026-07-01T22:54:54.906Z Fresh bitvec v1.0.1
94412026-07-01T22:54:54.906Z Fresh smallvec v0.6.14
94422026-07-01T22:54:54.911Z Fresh indexmap v1.9.3
94432026-07-01T22:54:54.911Z Fresh diesel_derives v2.3.7
94442026-07-01T22:54:54.911Z Fresh vergen-lib v0.1.6
94452026-07-01T22:54:54.911Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
94462026-07-01T22:54:54.911Z Fresh dirs-next v2.0.0
94472026-07-01T22:54:54.911Z Fresh git-stub v1.0.0
94482026-07-01T22:54:54.911Z Fresh proc-macro-error-attr2 v2.0.0
94492026-07-01T22:54:54.911Z Fresh bit-vec v0.6.3
94502026-07-01T22:54:54.911Z Fresh num-derive v0.3.3
94512026-07-01T22:54:54.911Z Fresh itertools v0.10.5
94522026-07-01T22:54:54.911Z Fresh libloading v0.8.9
94532026-07-01T22:54:54.912Z Fresh ena v0.14.4
94542026-07-01T22:54:54.912Z Fresh regex-syntax v0.6.29
94552026-07-01T22:54:54.912Z Fresh cexpr v0.6.0
94562026-07-01T22:54:54.912Z Fresh papergrid v0.17.0
94572026-07-01T22:54:54.912Z Fresh testing_table v0.3.0
94582026-07-01T22:54:54.912Z Fresh rustc-hash v2.1.1
94592026-07-01T22:54:54.912Z Fresh packed_struct v0.10.1
94602026-07-01T22:54:54.912Z Fresh serde-hex v0.1.0
94612026-07-01T22:54:54.912Z Fresh diesel v2.3.7
94622026-07-01T22:54:54.912Z Fresh vergen-gitcl v1.0.8
94632026-07-01T22:54:54.912Z Fresh object v0.30.4
94642026-07-01T22:54:54.912Z Fresh term v0.7.0
94652026-07-01T22:54:54.912Z Fresh crunchy v0.2.4
94662026-07-01T22:54:54.912Z Fresh proc-macro-error2 v2.0.1
94672026-07-01T22:54:54.912Z Fresh bit-set v0.5.3
94682026-07-01T22:54:54.912Z Fresh git-stub-vcs v0.1.0
94692026-07-01T22:54:54.912Z Fresh libscf-sys v1.1.0
94702026-07-01T22:54:54.912Z Fresh progenitor-impl v0.13.0
94712026-07-01T22:54:54.912Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
94722026-07-01T22:54:54.912Z Fresh progenitor-client v0.13.0
94732026-07-01T22:54:54.912Z Fresh strum_macros v0.24.3
94742026-07-01T22:54:54.912Z Fresh half v1.8.3
94752026-07-01T22:54:54.912Z Fresh indoc v1.0.9
94762026-07-01T22:54:54.912Z Fresh quick-xml v0.37.5
94772026-07-01T22:54:54.912Z Fresh oso-derive v0.27.3
94782026-07-01T22:54:54.912Z Fresh impl-trait-for-tuples v0.2.3
94792026-07-01T22:54:54.912Z Fresh crc8 v0.1.1
94802026-07-01T22:54:54.912Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
94812026-07-01T22:54:54.913Z Fresh ascii-canvas v3.0.0
94822026-07-01T22:54:54.913Z Fresh tiny-keccak v2.0.2
94832026-07-01T22:54:54.913Z Fresh clang-sys v1.8.1
94842026-07-01T22:54:54.913Z Fresh tabled_derive v0.11.0
94852026-07-01T22:54:54.913Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
94862026-07-01T22:54:54.913Z Fresh progenitor-macro v0.13.0
94872026-07-01T22:54:54.913Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
94882026-07-01T22:54:54.913Z Fresh serde_cbor v0.11.2
94892026-07-01T22:54:54.913Z Fresh openssl-probe v0.1.6
94902026-07-01T22:54:54.913Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
94912026-07-01T22:54:54.913Z Fresh trait-variant v0.1.2
94922026-07-01T22:54:54.913Z Fresh bb8 v0.8.6
94932026-07-01T22:54:54.913Z Fresh diesel-dtrace v0.5.0
94942026-07-01T22:54:54.913Z Fresh fxhash v0.2.1
94952026-07-01T22:54:54.913Z Fresh nonempty v0.12.0
94962026-07-01T22:54:54.913Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
94972026-07-01T22:54:54.913Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
94982026-07-01T22:54:54.913Z Fresh lalrpop v0.19.12
94992026-07-01T22:54:54.913Z Fresh bindgen v0.71.1
95002026-07-01T22:54:54.913Z Fresh tabled v0.20.0
95012026-07-01T22:54:54.913Z Fresh progenitor v0.13.0
95022026-07-01T22:54:54.913Z Fresh libxml v0.3.3
95032026-07-01T22:54:54.913Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
95042026-07-01T22:54:54.913Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
95052026-07-01T22:54:54.913Z Fresh async-bb8-diesel v0.2.1
95062026-07-01T22:54:54.913Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
95072026-07-01T22:54:54.913Z Fresh rfc6979 v0.4.0
95082026-07-01T22:54:54.914Z Fresh arc-swap v1.8.2
95092026-07-01T22:54:54.914Z Fresh cpubits v0.1.1
95102026-07-01T22:54:54.914Z Fresh primeorder v0.13.6
95112026-07-01T22:54:54.914Z Fresh predicates-tree v1.0.13
95122026-07-01T22:54:54.914Z Fresh kstat-rs v0.2.4
95132026-07-01T22:54:54.914Z Fresh ignore v0.4.25
95142026-07-01T22:54:54.914Z Fresh pem-rfc7468 v1.0.0
95152026-07-01T22:54:54.914Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
95162026-07-01T22:54:54.914Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
95172026-07-01T22:54:54.914Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
95182026-07-01T22:54:54.914Z Fresh salty v0.3.0
95192026-07-01T22:54:54.914Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
95202026-07-01T22:54:54.914Z Fresh slog-scope v4.4.1
95212026-07-01T22:54:54.914Z Fresh ecdsa v0.16.9
95222026-07-01T22:54:54.914Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
95232026-07-01T22:54:54.914Z Fresh globwalk v0.9.1
95242026-07-01T22:54:54.914Z Fresh prefix-trie v0.7.0
95252026-07-01T22:54:54.914Z Fresh parse-size v1.1.0
95262026-07-01T22:54:54.914Z Fresh hmac v0.13.0
95272026-07-01T22:54:54.914Z Fresh universal-hash v0.6.1
95282026-07-01T22:54:54.914Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
95292026-07-01T22:54:54.914Z Fresh corncobs v0.1.4
95302026-07-01T22:54:54.914Z Fresh secrecy v0.8.0
95312026-07-01T22:54:54.914Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
95322026-07-01T22:54:54.914Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
95332026-07-01T22:54:54.914Z Fresh p384 v0.13.1
95342026-07-01T22:54:54.914Z Fresh slog-stdlog v4.1.1
95352026-07-01T22:54:54.914Z Fresh parking_lot_core v0.8.6
95362026-07-01T22:54:54.915Z Fresh fs-err v2.11.0
95372026-07-01T22:54:54.915Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
95382026-07-01T22:54:54.915Z Fresh hickory-server v0.25.2
95392026-07-01T22:54:54.915Z Fresh camino-tempfile-ext v0.3.3
95402026-07-01T22:54:54.915Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
95412026-07-01T22:54:54.915Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
95422026-07-01T22:54:54.919Z Fresh nanorand v0.7.0
95432026-07-01T22:54:54.919Z Fresh polyval v0.7.1
95442026-07-01T22:54:54.919Z Fresh der v0.8.0
95452026-07-01T22:54:54.919Z Fresh void v1.0.2
95462026-07-01T22:54:54.919Z Fresh http-range v0.1.5
95472026-07-01T22:54:54.919Z Fresh pbkdf2 v0.13.0
95482026-07-01T22:54:54.919Z Fresh aes v0.9.1
95492026-07-01T22:54:54.919Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
95502026-07-01T22:54:54.919Z Fresh tungstenite v0.23.0
95512026-07-01T22:54:54.919Z Fresh polar-core v0.27.3
95522026-07-01T22:54:54.919Z Fresh samael v0.0.19
95532026-07-01T22:54:54.919Z Fresh slog-envlogger v2.2.0
95542026-07-01T22:54:54.919Z Fresh parking_lot v0.11.2
95552026-07-01T22:54:54.919Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
95562026-07-01T22:54:54.919Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
95572026-07-01T22:54:54.919Z Fresh flume v0.11.1
95582026-07-01T22:54:54.919Z Fresh lzss v0.8.2
95592026-07-01T22:54:54.919Z Fresh ghash v0.6.0
95602026-07-01T22:54:54.919Z Fresh nix v0.27.1
95612026-07-01T22:54:54.919Z Fresh ctr v0.10.1
95622026-07-01T22:54:54.919Z Fresh aead v0.6.1
95632026-07-01T22:54:54.919Z Fresh sha2 v0.11.0
95642026-07-01T22:54:54.920Z Fresh rand_seeder v0.4.0
95652026-07-01T22:54:54.920Z Fresh serde_bytes v0.11.19
95662026-07-01T22:54:54.920Z Fresh atty v0.2.14
95672026-07-01T22:54:54.920Z Fresh spki v0.8.0
95682026-07-01T22:54:54.920Z Fresh tokio-tungstenite v0.23.1
95692026-07-01T22:54:54.920Z Fresh crypto-bigint v0.7.5
95702026-07-01T22:54:54.920Z Fresh signal-hook-tokio v0.3.1
95712026-07-01T22:54:54.920Z Fresh cbc v0.2.1
95722026-07-01T22:54:54.920Z Fresh oso v0.27.3
95732026-07-01T22:54:54.920Z Fresh sled v0.34.7
95742026-07-01T22:54:54.920Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
95752026-07-01T22:54:54.920Z Fresh mime_guess v2.0.5
95762026-07-01T22:54:54.920Z Fresh aes-gcm v0.11.0
95772026-07-01T22:54:54.920Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
95782026-07-01T22:54:54.920Z Fresh illumos-nvpair-sys v0.2.0
95792026-07-01T22:54:54.920Z Fresh salsa20 v0.11.0
95802026-07-01T22:54:54.920Z Fresh assert_matches v1.5.0
95812026-07-01T22:54:54.921Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
95822026-07-01T22:54:54.921Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
95832026-07-01T22:54:54.921Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
95842026-07-01T22:54:54.921Z Fresh is_ci v1.2.0
95852026-07-01T22:54:54.921Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
95862026-07-01T22:54:54.921Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
95872026-07-01T22:54:54.921Z Fresh yansi v1.0.1
95882026-07-01T22:54:54.921Z Fresh scrypt v0.12.0
95892026-07-01T22:54:54.921Z Fresh hyper-staticfile v0.10.1
95902026-07-01T22:54:54.921Z Fresh illumos-nvpair v0.3.0
95912026-07-01T22:54:54.921Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
95922026-07-01T22:54:54.921Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
95932026-07-01T22:54:54.921Z Fresh pretty_assertions v1.4.1
95942026-07-01T22:54:54.921Z Fresh darling_core v0.23.0
95952026-07-01T22:54:54.921Z Fresh ff v0.14.0
95962026-07-01T22:54:54.921Z Fresh signature v3.0.0
95972026-07-01T22:54:54.921Z Fresh base16ct v1.0.0
95982026-07-01T22:54:54.921Z Fresh indoc v2.0.7
95992026-07-01T22:54:54.921Z Fresh hkdf v0.13.0
96002026-07-01T22:54:54.921Z Fresh castaway v0.2.4
96012026-07-01T22:54:54.921Z Fresh gimli v0.32.3
96022026-07-01T22:54:54.921Z Fresh unicode-truncate v1.1.0
96032026-07-01T22:54:54.921Z Fresh console v0.16.2
96042026-07-01T22:54:54.921Z Fresh pkcs5 v0.8.1
96052026-07-01T22:54:54.921Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
96062026-07-01T22:54:54.921Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
96072026-07-01T22:54:54.921Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
96082026-07-01T22:54:54.922Z Fresh darling_macro v0.23.0
96092026-07-01T22:54:54.922Z Fresh group v0.14.0
96102026-07-01T22:54:54.922Z Fresh sec1 v0.8.1
96112026-07-01T22:54:54.922Z Fresh libz-sys v1.1.24
96122026-07-01T22:54:54.922Z Fresh addr2line v0.25.1
96132026-07-01T22:54:54.922Z Fresh compact_str v0.8.1
96142026-07-01T22:54:54.922Z Fresh lru v0.12.5
96152026-07-01T22:54:54.922Z Fresh rustc-demangle v0.1.27
96162026-07-01T22:54:54.922Z Fresh unit-prefix v0.5.2
96172026-07-01T22:54:54.922Z Fresh cassowary v0.3.0
96182026-07-01T22:54:54.922Z Fresh rfc6979 v0.5.0
96192026-07-01T22:54:54.922Z Fresh concurrent-queue v2.5.0
96202026-07-01T22:54:54.922Z Fresh plotters-backend v0.3.7
96212026-07-01T22:54:54.922Z Fresh parking v2.2.1
96222026-07-01T22:54:54.922Z Fresh primefield v0.14.0
96232026-07-01T22:54:54.922Z Fresh supports-color v2.1.0
96242026-07-01T22:54:54.922Z Fresh pkcs8 v0.11.0
96252026-07-01T22:54:54.922Z Fresh darling v0.23.0
96262026-07-01T22:54:54.922Z Fresh backtrace v0.3.76
96272026-07-01T22:54:54.922Z Fresh libgit2-sys v0.18.3+1.9.2
96282026-07-01T22:54:54.922Z Fresh indicatif v0.18.4
96292026-07-01T22:54:54.922Z Fresh plotters-svg v0.3.7
96302026-07-01T22:54:54.922Z Fresh event-listener v5.4.1
96312026-07-01T22:54:54.922Z Fresh textwrap v0.15.2
96322026-07-01T22:54:54.922Z Fresh supports-unicode v2.1.0
96332026-07-01T22:54:54.922Z Fresh supports-hyperlinks v2.1.0
96342026-07-01T22:54:54.922Z Fresh hashbrown v0.14.5
96352026-07-01T22:54:54.922Z Fresh miette-derive v5.10.0
96362026-07-01T22:54:54.923Z Fresh terminal_size v0.1.17
96372026-07-01T22:54:54.923Z Fresh constant_time_eq v0.4.2
96382026-07-01T22:54:54.923Z Fresh arrayvec v0.7.6
96392026-07-01T22:54:54.923Z Fresh cast v0.3.0
96402026-07-01T22:54:54.923Z Fresh arrayref v0.3.9
96412026-07-01T22:54:54.923Z Fresh owo-colors v3.5.0
96422026-07-01T22:54:54.927Z Fresh shell-words v1.1.1
96432026-07-01T22:54:54.927Z Fresh supports-color v3.0.2
96442026-07-01T22:54:54.927Z Fresh ssh-encoding v0.3.0-rc.9
96452026-07-01T22:54:54.927Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
96462026-07-01T22:54:54.927Z Fresh elliptic-curve v0.14.0-rc.33
96472026-07-01T22:54:54.927Z Fresh instability v0.3.11
96482026-07-01T22:54:54.927Z Fresh git2 v0.20.4
96492026-07-01T22:54:54.927Z Fresh backtrace-ext v0.2.1
96502026-07-01T22:54:54.927Z Fresh event-listener-strategy v0.5.4
96512026-07-01T22:54:54.927Z Fresh plotters v0.3.7
96522026-07-01T22:54:54.927Z Fresh chumsky v0.9.3
96532026-07-01T22:54:54.927Z Fresh criterion-plot v0.6.0
96542026-07-01T22:54:54.927Z Fresh knuffel-derive v3.2.0
96552026-07-01T22:54:54.927Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
96562026-07-01T22:54:54.927Z Fresh tinytemplate v1.2.1
96572026-07-01T22:54:54.927Z Fresh rtoolbox v0.0.3
96582026-07-01T22:54:54.927Z Fresh anes v0.1.6
96592026-07-01T22:54:54.927Z Fresh oorandom v11.1.5
96602026-07-01T22:54:54.927Z Fresh futures-timer v3.0.3
96612026-07-01T22:54:54.927Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
96622026-07-01T22:54:54.927Z Fresh ed25519 v3.0.0
96632026-07-01T22:54:54.928Z Fresh pkcs1 v0.8.0-rc.4
96642026-07-01T22:54:54.928Z Fresh crypto-primes v0.7.2
96652026-07-01T22:54:54.928Z Fresh ratatui v0.29.0
96662026-07-01T22:54:54.928Z Fresh primeorder v0.14.0-rc.10
96672026-07-01T22:54:54.928Z Fresh ecdsa v0.17.0-rc.18
96682026-07-01T22:54:54.928Z Fresh vergen-git2 v9.1.0
96692026-07-01T22:54:54.928Z Fresh miette v5.10.0
96702026-07-01T22:54:54.928Z Fresh curve25519-dalek v5.0.0-rc.0
96712026-07-01T22:54:54.928Z Fresh rpassword v7.4.0
96722026-07-01T22:54:54.928Z Fresh async-lock v3.4.2
96732026-07-01T22:54:54.928Z Fresh criterion v0.7.0
96742026-07-01T22:54:54.928Z Fresh petname v2.0.2
96752026-07-01T22:54:54.928Z Fresh poly1305 v0.9.0
96762026-07-01T22:54:54.928Z Fresh tokio-test v0.4.5
96772026-07-01T22:54:54.928Z Fresh blowfish v0.10.0
96782026-07-01T22:54:54.928Z Fresh colored v2.2.0
96792026-07-01T22:54:54.928Z Fresh blake2 v0.11.0-rc.6
96802026-07-01T22:54:54.928Z Fresh sapling-renderdag v0.1.0
96812026-07-01T22:54:54.928Z Fresh keccak v0.2.0
96822026-07-01T22:54:54.928Z Fresh fiat-crypto v0.3.0
96832026-07-01T22:54:54.928Z Fresh tui-tree-widget v0.23.1
96842026-07-01T22:54:54.928Z Fresh knuffel v3.2.0
96852026-07-01T22:54:54.928Z Fresh sync-ptr v0.1.4
96862026-07-01T22:54:54.928Z Fresh target-lexicon v0.13.3
96872026-07-01T22:54:54.928Z Fresh p521 v0.14.0-rc.10
96882026-07-01T22:54:54.928Z Fresh async-object-pool v0.2.0
96892026-07-01T22:54:54.928Z Fresh p256 v0.14.0-rc.10
96902026-07-01T22:54:54.929Z Fresh argon2 v0.6.0-rc.8
96912026-07-01T22:54:54.929Z Fresh bcrypt-pbkdf v0.11.0
96922026-07-01T22:54:54.929Z Fresh p384 v0.14.0-rc.10
96932026-07-01T22:54:54.929Z Fresh sha3 v0.11.0
96942026-07-01T22:54:54.929Z Fresh ed25519-dalek v3.0.0-rc.0
96952026-07-01T22:54:54.929Z Fresh ssh-cipher v0.3.0-rc.9
96962026-07-01T22:54:54.929Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
96972026-07-01T22:54:54.929Z Fresh rsa v0.10.0-rc.18
96982026-07-01T22:54:54.929Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
96992026-07-01T22:54:54.929Z Fresh twox-hash v2.1.2
97002026-07-01T22:54:54.929Z Fresh kem v0.3.0
97012026-07-01T22:54:54.929Z Fresh module-lattice v0.2.3
97022026-07-01T22:54:54.929Z Fresh assert-json-diff v2.0.2
97032026-07-01T22:54:54.929Z Fresh serde_regex v1.1.0
97042026-07-01T22:54:54.929Z Fresh path-tree v0.8.3
97052026-07-01T22:54:54.929Z Fresh stringmetrics v2.2.2
97062026-07-01T22:54:54.929Z Fresh ssh-key v0.7.0-rc.10
97072026-07-01T22:54:54.929Z Fresh blake3 v1.8.5
97082026-07-01T22:54:54.929Z Fresh cfg-expr v0.20.6
97092026-07-01T22:54:54.929Z Fresh russh-cryptovec v0.61.0
97102026-07-01T22:54:54.929Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
97112026-07-01T22:54:54.929Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
97122026-07-01T22:54:54.929Z Fresh ml-kem v0.3.2
97132026-07-01T22:54:54.929Z Fresh guppy-workspace-hack v0.1.0
97142026-07-01T22:54:54.929Z Fresh httpmock v0.8.3
97152026-07-01T22:54:54.929Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
97162026-07-01T22:54:54.929Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
97172026-07-01T22:54:54.929Z Fresh internal-russh-num-bigint v0.5.0
97182026-07-01T22:54:54.930Z Fresh httptest v0.16.4
97192026-07-01T22:54:54.930Z Fresh fatfs v0.3.6
97202026-07-01T22:54:54.930Z Fresh num-bigint v0.4.6
97212026-07-01T22:54:54.930Z Fresh russh-util v0.52.0
97222026-07-01T22:54:54.930Z Fresh generic-array v1.4.3
97232026-07-01T22:54:54.930Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
97242026-07-01T22:54:54.930Z Fresh delegate v0.13.5
97252026-07-01T22:54:54.930Z Fresh enum_dispatch v0.3.13
97262026-07-01T22:54:54.930Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
97272026-07-01T22:54:54.930Z Fresh seq-macro v0.3.6
97282026-07-01T22:54:54.930Z Fresh md5 v0.8.0
97292026-07-01T22:54:54.930Z Fresh hex-literal v0.4.1
97302026-07-01T22:54:54.930Z Fresh relative-path v1.9.3
97312026-07-01T22:54:54.930Z Fresh escape8259 v0.5.3
97322026-07-01T22:54:54.930Z Fresh topological-sort v0.2.2
97332026-07-01T22:54:54.930Z Fresh hex-literal v1.1.0
97342026-07-01T22:54:54.930Z Fresh target-spec v3.5.7
97352026-07-01T22:54:54.930Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
97362026-07-01T22:54:54.930Z Fresh rstest_macros v0.25.0
97372026-07-01T22:54:54.930Z Fresh linkme-impl v0.3.35
97382026-07-01T22:54:54.930Z Fresh target-triple v1.0.0
97392026-07-01T22:54:54.930Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
97402026-07-01T22:54:54.930Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
97412026-07-01T22:54:54.930Z Fresh blake2b_simd v1.0.4
97422026-07-01T22:54:54.935Z Fresh similar-asserts v1.7.0
97432026-07-01T22:54:54.935Z Fresh fancy-regex v0.14.0
97442026-07-01T22:54:54.935Z Fresh pathdiff v0.2.3
97452026-07-01T22:54:54.935Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
97462026-07-01T22:54:54.935Z Fresh approx v0.5.1
97472026-07-01T22:54:54.935Z Fresh socket2 v0.5.10
97482026-07-01T22:54:54.935Z Fresh uzers v0.12.2
97492026-07-01T22:54:54.935Z Fresh internet-checksum v0.2.1
97502026-07-01T22:54:54.935Z Fresh nested v0.1.1
97512026-07-01T22:54:54.936Z Fresh constant_time_eq v0.3.1
97522026-07-01T22:54:54.936Z Fresh termcolor v1.4.1
97532026-07-01T22:54:54.936Z Fresh omicron-zone-package v0.12.3
97542026-07-01T22:54:54.936Z Fresh libtest-mimic v0.8.1
97552026-07-01T22:54:54.936Z Fresh russh v0.61.2
97562026-07-01T22:54:54.936Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
97572026-07-01T22:54:54.936Z Fresh guppy v0.17.25
97582026-07-01T22:54:54.936Z Fresh rstest v0.25.0
97592026-07-01T22:54:54.936Z Fresh linkme v0.3.35
97602026-07-01T22:54:54.936Z Fresh trybuild v1.0.116
97612026-07-01T22:54:54.936Z Fresh rust-argon2 v2.1.0
97622026-07-01T22:54:54.936Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
97632026-07-01T22:54:54.936Z Fresh hickory-client v0.25.2
97642026-07-01T22:54:54.936Z Fresh partial-io v0.5.4
97652026-07-01T22:54:54.936Z Fresh rand_distr v0.5.1
97662026-07-01T22:54:54.936Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
97672026-07-01T22:54:54.936Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
97682026-07-01T22:54:54.936Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
97692026-07-01T22:54:54.936Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
97702026-07-01T22:54:54.936Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
97712026-07-01T22:54:54.936Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
97722026-07-01T22:54:54.936Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
97732026-07-01T22:54:54.936Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
97742026-07-01T22:54:54.936Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
97752026-07-01T22:54:54.936Z Fresh assert_cmd v2.1.2
97762026-07-01T22:54:54.936Z Fresh datatest-stable v0.3.3
97772026-07-01T22:54:54.937Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
97782026-07-01T22:54:54.937Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
97792026-07-01T22:54:54.937Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
97802026-07-01T22:54:54.937Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
97812026-07-01T22:54:54.937Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
97822026-07-01T22:54:54.937Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
97832026-07-01T22:54:54.937Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
97842026-07-01T22:54:54.937Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
97852026-07-01T22:54:54.937Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
97862026-07-01T22:54:54.937Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
97872026-07-01T22:54:54.937Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
97882026-07-01T22:54:54.937Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
97892026-07-01T22:54:54.937Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
97902026-07-01T22:54:54.937Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
97912026-07-01T22:54:54.937Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
97922026-07-01T22:54:54.937Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
97932026-07-01T22:54:54.937Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
97942026-07-01T22:54:54.937Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
97952026-07-01T22:54:54.937Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
97962026-07-01T22:54:54.937Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
97972026-07-01T22:54:54.937Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
97982026-07-01T22:54:54.937Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
97992026-07-01T22:54:54.937Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
98002026-07-01T22:54:54.937Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
98012026-07-01T22:54:54.937Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
98022026-07-01T22:54:54.937Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
98032026-07-01T22:54:54.937Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
98042026-07-01T22:54:54.937Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
98052026-07-01T22:54:54.938Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
98062026-07-01T22:54:54.938Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
98072026-07-01T22:54:54.938Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
98082026-07-01T22:54:54.938Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
98092026-07-01T22:54:54.938Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
98102026-07-01T22:54:54.938Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
98112026-07-01T22:54:54.938Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
98122026-07-01T22:54:54.938Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
98132026-07-01T22:54:54.938Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
98142026-07-01T22:54:54.938Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
98152026-07-01T22:54:54.938Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
98162026-07-01T22:54:54.938Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
98172026-07-01T22:54:54.938Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
98182026-07-01T22:54:54.938Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
98192026-07-01T22:54:54.938Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
98202026-07-01T22:54:54.938Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
98212026-07-01T22:54:54.938Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
98222026-07-01T22:54:54.938Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
98232026-07-01T22:54:54.938Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
98242026-07-01T22:54:54.938Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
98252026-07-01T22:54:54.938Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
98262026-07-01T22:54:54.938Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
98272026-07-01T22:54:54.938Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
98282026-07-01T22:54:54.938Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
98292026-07-01T22:54:54.938Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
98302026-07-01T22:54:54.938Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
98312026-07-01T22:54:54.938Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
98322026-07-01T22:54:54.938Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
98332026-07-01T22:54:54.938Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
98342026-07-01T22:54:54.939Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
98352026-07-01T22:54:54.939Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
98362026-07-01T22:54:54.939Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
98372026-07-01T22:54:54.939Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
98382026-07-01T22:54:54.939Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
98392026-07-01T22:54:54.939Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
98402026-07-01T22:54:54.939Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
98412026-07-01T22:54:54.939Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
98422026-07-01T22:54:54.943Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
98432026-07-01T22:54:54.943Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
98442026-07-01T22:54:54.944Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
98452026-07-01T22:54:54.944Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
98462026-07-01T22:54:54.944Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
98472026-07-01T22:54:54.944Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
98482026-07-01T22:54:54.944Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
98492026-07-01T22:54:54.944Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
98502026-07-01T22:54:54.944Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
98512026-07-01T22:54:54.944Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
98522026-07-01T22:54:54.944Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
98532026-07-01T22:54:54.944Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
98542026-07-01T22:54:54.944Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
98552026-07-01T22:54:54.944Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
98562026-07-01T22:54:54.944Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
98572026-07-01T22:54:54.944Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
98582026-07-01T22:54:54.944Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
98592026-07-01T22:54:54.944Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
98602026-07-01T22:54:54.944Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
98612026-07-01T22:54:54.944Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
98622026-07-01T22:54:54.944Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
98632026-07-01T22:54:54.944Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
98642026-07-01T22:54:54.944Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
98652026-07-01T22:54:54.944Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
98662026-07-01T22:54:54.944Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
98672026-07-01T22:54:54.944Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
98682026-07-01T22:54:54.944Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
98692026-07-01T22:54:54.944Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
98702026-07-01T22:54:54.944Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
98712026-07-01T22:54:54.945Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
98722026-07-01T22:54:54.945Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
98732026-07-01T22:54:54.945Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
98742026-07-01T22:54:54.945Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
98752026-07-01T22:54:54.945Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
98762026-07-01T22:54:54.945Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
98772026-07-01T22:54:54.945Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
98782026-07-01T22:54:54.945Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
98792026-07-01T22:54:54.945Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
98802026-07-01T22:54:54.945Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
98812026-07-01T22:54:54.945Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
98822026-07-01T22:54:54.945Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
98832026-07-01T22:54:54.945Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
98842026-07-01T22:54:54.945Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
98852026-07-01T22:54:54.945Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
98862026-07-01T22:54:54.945Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
98872026-07-01T22:54:54.945Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
98882026-07-01T22:54:54.945Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
98892026-07-01T22:54:54.945Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
98902026-07-01T22:54:54.945Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
98912026-07-01T22:54:54.945Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
98922026-07-01T22:54:54.945Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
98932026-07-01T22:54:54.945Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
98942026-07-01T22:54:54.945Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
98952026-07-01T22:54:54.945Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
98962026-07-01T22:54:54.945Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
98972026-07-01T22:54:54.945Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
98982026-07-01T22:54:54.945Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
98992026-07-01T22:54:54.946Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
99002026-07-01T22:54:54.946Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
99012026-07-01T22:54:54.946Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
99022026-07-01T22:54:54.946Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
99032026-07-01T22:54:54.946Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
99042026-07-01T22:54:54.946Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
99052026-07-01T22:54:54.946Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
99062026-07-01T22:54:54.946Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
99072026-07-01T22:54:54.946Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
99082026-07-01T22:54:54.946Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
99092026-07-01T22:54:54.946Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
99102026-07-01T22:54:54.946Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
99112026-07-01T22:54:54.946Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
99122026-07-01T22:54:54.946Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
99132026-07-01T22:54:54.946Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
99142026-07-01T22:54:54.946Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
99152026-07-01T22:54:54.946Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
99162026-07-01T22:54:54.946Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
99172026-07-01T22:54:54.946Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
99182026-07-01T22:54:54.946Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
99192026-07-01T22:54:54.946Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
99202026-07-01T22:54:54.946Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
99212026-07-01T22:54:54.946Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
99222026-07-01T22:54:54.946Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
99232026-07-01T22:54:54.946Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
99242026-07-01T22:54:54.946Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
99252026-07-01T22:54:54.946Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
99262026-07-01T22:54:54.946Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
99272026-07-01T22:54:54.947Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
99282026-07-01T22:54:54.947Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
99292026-07-01T22:54:54.947Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
99302026-07-01T22:54:54.947Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
99312026-07-01T22:54:54.947Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
99322026-07-01T22:54:54.947Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
99332026-07-01T22:54:54.947Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
99342026-07-01T22:54:54.947Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s
99352026-07-01T22:54:55.002Z Doc-tests api_identity
99362026-07-01T22:54:55.006Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9b25392fa3a13ecb.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
99372026-07-01T22:54:55.060Z
99382026-07-01T22:54:55.060Zrunning 0 tests
99392026-07-01T22:54:55.060Z
99402026-07-01T22:54:55.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99412026-07-01T22:54:55.064Z
99422026-07-01T22:54:55.069Z Doc-tests authz_macros
99432026-07-01T22:54:55.069Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0a82367126b3a83f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
99442026-07-01T22:54:55.535Z
99452026-07-01T22:54:55.535Zrunning 7 tests
99462026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
99472026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
99482026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
99492026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
99502026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
99512026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
99522026-07-01T22:54:55.535Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
99532026-07-01T22:54:55.535Z
99542026-07-01T22:54:55.535Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
99552026-07-01T22:54:55.535Z
99562026-07-01T22:54:55.539Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
99572026-07-01T22:54:55.552Z Doc-tests bootstore
99582026-07-01T22:54:55.553Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e2a0f5fe1db03132.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1e1b08dd150db95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99592026-07-01T22:54:55.801Z
99602026-07-01T22:54:55.801Zrunning 0 tests
99612026-07-01T22:54:55.801Z
99622026-07-01T22:54:55.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99632026-07-01T22:54:55.801Z
99642026-07-01T22:54:55.824Z Doc-tests bootstrap_agent_api
99652026-07-01T22:54:55.824Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ac6968569a1eb424.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99662026-07-01T22:54:56.365Z
99672026-07-01T22:54:56.365Zrunning 2 tests
99682026-07-01T22:54:56.365Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
99692026-07-01T22:54:56.365Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
99702026-07-01T22:54:56.365Z
99712026-07-01T22:54:56.365Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-07-01T22:54:56.366Z
99732026-07-01T22:54:56.369Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
99742026-07-01T22:54:56.391Z Doc-tests bootstrap_agent_client
99752026-07-01T22:54:56.391Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7e9c934015dd52d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99762026-07-01T22:54:56.633Z
99772026-07-01T22:54:56.633Zrunning 0 tests
99782026-07-01T22:54:56.633Z
99792026-07-01T22:54:56.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99802026-07-01T22:54:56.634Z
99812026-07-01T22:54:56.661Z Doc-tests bootstrap_agent_lockstep_api
99822026-07-01T22:54:56.661Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99832026-07-01T22:54:57.241Z
99842026-07-01T22:54:57.241Zrunning 2 tests
99852026-07-01T22:54:57.241Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
99862026-07-01T22:54:57.241Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
99872026-07-01T22:54:57.242Z
99882026-07-01T22:54:57.242Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99892026-07-01T22:54:57.242Z
99902026-07-01T22:54:57.245Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
99912026-07-01T22:54:57.268Z Doc-tests bootstrap_agent_lockstep_client
99922026-07-01T22:54:57.269Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a904c04d38ef177b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99932026-07-01T22:54:57.655Z
99942026-07-01T22:54:57.655Zrunning 0 tests
99952026-07-01T22:54:57.655Z
99962026-07-01T22:54:57.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99972026-07-01T22:54:57.655Z
99982026-07-01T22:54:57.687Z Doc-tests bootstrap_agent_lockstep_types
99992026-07-01T22:54:57.687Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100002026-07-01T22:54:57.915Z
100012026-07-01T22:54:57.915Zrunning 0 tests
100022026-07-01T22:54:57.915Z
100032026-07-01T22:54:57.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100042026-07-01T22:54:57.915Z
100052026-07-01T22:54:57.940Z Doc-tests clickana
100062026-07-01T22:54:57.940Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-8b6c8670e5b1d3c0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100072026-07-01T22:54:58.146Z
100082026-07-01T22:54:58.146Zrunning 0 tests
100092026-07-01T22:54:58.146Z
100102026-07-01T22:54:58.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-07-01T22:54:58.146Z
100122026-07-01T22:54:58.170Z Doc-tests clickhouse_admin_api
100132026-07-01T22:54:58.170Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5f7fa65a3efd1415.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-425150963ad4424f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100142026-07-01T22:54:58.740Z
100152026-07-01T22:54:58.740Zrunning 6 tests
100162026-07-01T22:54:58.740Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
100172026-07-01T22:54:58.741Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
100182026-07-01T22:54:58.741Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
100192026-07-01T22:54:58.741Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
100202026-07-01T22:54:58.741Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
100212026-07-01T22:54:58.741Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
100222026-07-01T22:54:58.741Z
100232026-07-01T22:54:58.741Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242026-07-01T22:54:58.741Z
100252026-07-01T22:54:58.744Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
100262026-07-01T22:54:58.768Z Doc-tests clickhouse_admin_keeper_client
100272026-07-01T22:54:58.768Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100282026-07-01T22:54:59.121Z
100292026-07-01T22:54:59.121Zrunning 0 tests
100302026-07-01T22:54:59.121Z
100312026-07-01T22:54:59.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-07-01T22:54:59.121Z
100332026-07-01T22:54:59.151Z Doc-tests clickhouse_admin_server_client
100342026-07-01T22:54:59.151Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100352026-07-01T22:54:59.521Z
100362026-07-01T22:54:59.521Zrunning 0 tests
100372026-07-01T22:54:59.521Z
100382026-07-01T22:54:59.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100392026-07-01T22:54:59.521Z
100402026-07-01T22:54:59.551Z Doc-tests clickhouse_admin_single_client
100412026-07-01T22:54:59.554Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100422026-07-01T22:54:59.747Z
100432026-07-01T22:54:59.747Zrunning 0 tests
100442026-07-01T22:54:59.747Z
100452026-07-01T22:54:59.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100462026-07-01T22:54:59.748Z
100472026-07-01T22:54:59.768Z Doc-tests clickhouse_admin_test_utils
100482026-07-01T22:54:59.768Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100492026-07-01T22:54:59.921Z
100502026-07-01T22:54:59.921Zrunning 0 tests
100512026-07-01T22:54:59.921Z
100522026-07-01T22:54:59.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100532026-07-01T22:54:59.921Z
100542026-07-01T22:54:59.939Z Doc-tests clickhouse_admin_types
100552026-07-01T22:54:59.942Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a3460f7feff4793f.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-425150963ad4424f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100562026-07-01T22:55:00.088Z
100572026-07-01T22:55:00.088Zrunning 0 tests
100582026-07-01T22:55:00.088Z
100592026-07-01T22:55:00.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100602026-07-01T22:55:00.088Z
100612026-07-01T22:55:00.107Z Doc-tests clickhouse_admin_types_versions
100622026-07-01T22:55:00.107Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-425150963ad4424f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100632026-07-01T22:55:00.898Z
100642026-07-01T22:55:00.898Zrunning 1 test
100652026-07-01T22:55:00.898Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
100662026-07-01T22:55:00.898Z
100672026-07-01T22:55:00.898Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100682026-07-01T22:55:00.898Z
100692026-07-01T22:55:00.904Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
100702026-07-01T22:55:00.930Z Doc-tests cockroach_admin_api
100712026-07-01T22:55:00.930Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-76b2786a1e1b4b92.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100722026-07-01T22:55:01.441Z
100732026-07-01T22:55:01.441Zrunning 2 tests
100742026-07-01T22:55:01.441Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
100752026-07-01T22:55:01.441Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
100762026-07-01T22:55:01.441Z
100772026-07-01T22:55:01.441Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100782026-07-01T22:55:01.441Z
100792026-07-01T22:55:01.444Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
100802026-07-01T22:55:01.464Z Doc-tests cockroach_admin_client
100812026-07-01T22:55:01.464Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100822026-07-01T22:55:01.662Z
100832026-07-01T22:55:01.662Zrunning 0 tests
100842026-07-01T22:55:01.662Z
100852026-07-01T22:55:01.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100862026-07-01T22:55:01.662Z
100872026-07-01T22:55:01.681Z Doc-tests cockroach_admin_types
100882026-07-01T22:55:01.681Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3128d661bc0da246.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100892026-07-01T22:55:01.762Z
100902026-07-01T22:55:01.762Zrunning 0 tests
100912026-07-01T22:55:01.762Z
100922026-07-01T22:55:01.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100932026-07-01T22:55:01.762Z
100942026-07-01T22:55:01.773Z Doc-tests cockroach_admin_types_versions
100952026-07-01T22:55:01.773Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100962026-07-01T22:55:02.288Z
100972026-07-01T22:55:02.288Zrunning 1 test
100982026-07-01T22:55:02.288Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
100992026-07-01T22:55:02.288Z
101002026-07-01T22:55:02.288Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101012026-07-01T22:55:02.288Z
101022026-07-01T22:55:02.291Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
101032026-07-01T22:55:02.311Z Doc-tests db_macros
101042026-07-01T22:55:02.311Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3014d6ecccda9e35.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
101052026-07-01T22:55:02.839Z
101062026-07-01T22:55:02.839Zrunning 3 tests
101072026-07-01T22:55:02.839Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
101082026-07-01T22:55:02.839Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
101092026-07-01T22:55:02.839Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
101102026-07-01T22:55:02.839Z
101112026-07-01T22:55:02.839Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
101122026-07-01T22:55:02.839Z
101132026-07-01T22:55:02.842Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
101142026-07-01T22:55:02.858Z Doc-tests dev_tools_common
101152026-07-01T22:55:02.858Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101162026-07-01T22:55:02.912Z
101172026-07-01T22:55:02.912Zrunning 0 tests
101182026-07-01T22:55:02.912Z
101192026-07-01T22:55:02.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101202026-07-01T22:55:02.912Z
101212026-07-01T22:55:02.920Z Doc-tests dns_server
101222026-07-01T22:55:02.920Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101232026-07-01T22:55:03.123Z
101242026-07-01T22:55:03.123Zrunning 0 tests
101252026-07-01T22:55:03.123Z
101262026-07-01T22:55:03.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101272026-07-01T22:55:03.123Z
101282026-07-01T22:55:03.145Z Doc-tests dns_server_api
101292026-07-01T22:55:03.145Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101302026-07-01T22:55:03.691Z
101312026-07-01T22:55:03.691Zrunning 2 tests
101322026-07-01T22:55:03.691Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
101332026-07-01T22:55:03.691Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
101342026-07-01T22:55:03.691Z
101352026-07-01T22:55:03.691Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101362026-07-01T22:55:03.691Z
101372026-07-01T22:55:03.694Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
101382026-07-01T22:55:03.719Z Doc-tests dns_service_client
101392026-07-01T22:55:03.719Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101402026-07-01T22:55:03.936Z
101412026-07-01T22:55:03.936Zrunning 0 tests
101422026-07-01T22:55:03.936Z
101432026-07-01T22:55:03.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101442026-07-01T22:55:03.936Z
101452026-07-01T22:55:03.961Z Doc-tests end_to_end_tests
101462026-07-01T22:55:03.961Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5d38e3c8f8686892.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-54b0458f4f52139e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-dac95a4ac3e2ddd6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dfe7cc4a7d7ac960.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
101472026-07-01T22:55:04.309Z
101482026-07-01T22:55:04.309Zrunning 0 tests
101492026-07-01T22:55:04.309Z
101502026-07-01T22:55:04.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101512026-07-01T22:55:04.310Z
101522026-07-01T22:55:04.344Z Doc-tests ereport_types
101532026-07-01T22:55:04.344Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101542026-07-01T22:55:04.501Z
101552026-07-01T22:55:04.501Zrunning 0 tests
101562026-07-01T22:55:04.501Z
101572026-07-01T22:55:04.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101582026-07-01T22:55:04.501Z
101592026-07-01T22:55:04.522Z Doc-tests gateway_api
101602026-07-01T22:55:04.522Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101612026-07-01T22:55:05.081Z
101622026-07-01T22:55:05.081Zrunning 2 tests
101632026-07-01T22:55:05.081Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
101642026-07-01T22:55:05.081Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
101652026-07-01T22:55:05.081Z
101662026-07-01T22:55:05.081Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101672026-07-01T22:55:05.081Z
101682026-07-01T22:55:05.085Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
101692026-07-01T22:55:05.107Z Doc-tests gateway_client
101702026-07-01T22:55:05.107Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101712026-07-01T22:55:05.642Z
101722026-07-01T22:55:05.642Zrunning 0 tests
101732026-07-01T22:55:05.642Z
101742026-07-01T22:55:05.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101752026-07-01T22:55:05.642Z
101762026-07-01T22:55:05.678Z Doc-tests gateway_test_utils
101772026-07-01T22:55:05.678Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101782026-07-01T22:55:06.033Z
101792026-07-01T22:55:06.033Zrunning 0 tests
101802026-07-01T22:55:06.034Z
101812026-07-01T22:55:06.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101822026-07-01T22:55:06.034Z
101832026-07-01T22:55:06.071Z Doc-tests gateway_types
101842026-07-01T22:55:06.071Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6b9a1b347592eb4e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.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`
101852026-07-01T22:55:06.205Z
101862026-07-01T22:55:06.205Zrunning 0 tests
101872026-07-01T22:55:06.205Z
101882026-07-01T22:55:06.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101892026-07-01T22:55:06.205Z
101902026-07-01T22:55:06.221Z Doc-tests gateway_types_versions
101912026-07-01T22:55:06.221Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
101922026-07-01T22:55:07.018Z
101932026-07-01T22:55:07.018Zrunning 1 test
101942026-07-01T22:55:07.018Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
101952026-07-01T22:55:07.018Z
101962026-07-01T22:55:07.018Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101972026-07-01T22:55:07.018Z
101982026-07-01T22:55:07.023Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
101992026-07-01T22:55:07.054Z Doc-tests gfss
102002026-07-01T22:55:07.055Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-293d0cce6557088d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.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`
102012026-07-01T22:55:07.159Z
102022026-07-01T22:55:07.159Zrunning 0 tests
102032026-07-01T22:55:07.159Z
102042026-07-01T22:55:07.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102052026-07-01T22:55:07.159Z
102062026-07-01T22:55:07.172Z Doc-tests illumos_utils
102072026-07-01T22:55:07.175Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7787d95894d0029e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cc84cd942bff2bce.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-535039529a34a92e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-953f3903e16643e4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
102082026-07-01T22:55:07.583Z
102092026-07-01T22:55:07.584Zrunning 0 tests
102102026-07-01T22:55:07.584Z
102112026-07-01T22:55:07.584Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102122026-07-01T22:55:07.584Z
102132026-07-01T22:55:07.620Z Doc-tests installinator
102142026-07-01T22:55:07.620Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-744c0f9df6d817d3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-47feb282e194c394.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.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`
102152026-07-01T22:55:07.996Z
102162026-07-01T22:55:07.996Zrunning 0 tests
102172026-07-01T22:55:07.996Z
102182026-07-01T22:55:07.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102192026-07-01T22:55:07.996Z
102202026-07-01T22:55:08.032Z Doc-tests installinator_api
102212026-07-01T22:55:08.032Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-9e31339c5485ce87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102222026-07-01T22:55:08.568Z
102232026-07-01T22:55:08.568Zrunning 2 tests
102242026-07-01T22:55:08.568Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
102252026-07-01T22:55:08.568Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
102262026-07-01T22:55:08.568Z
102272026-07-01T22:55:08.568Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102282026-07-01T22:55:08.568Z
102292026-07-01T22:55:08.571Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
102302026-07-01T22:55:08.594Z Doc-tests installinator_client
102312026-07-01T22:55:08.594Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3a771feeb09c69a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102322026-07-01T22:55:08.857Z
102332026-07-01T22:55:08.857Zrunning 0 tests
102342026-07-01T22:55:08.857Z
102352026-07-01T22:55:08.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102362026-07-01T22:55:08.857Z
102372026-07-01T22:55:08.880Z Doc-tests installinator_common
102382026-07-01T22:55:08.880Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-9e31339c5485ce87.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102392026-07-01T22:55:09.137Z
102402026-07-01T22:55:09.137Zrunning 0 tests
102412026-07-01T22:55:09.137Z
102422026-07-01T22:55:09.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102432026-07-01T22:55:09.137Z
102442026-07-01T22:55:09.163Z Doc-tests installinator_common_versions
102452026-07-01T22:55:09.163Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9e31339c5485ce87.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102462026-07-01T22:55:09.630Z
102472026-07-01T22:55:09.630Zrunning 1 test
102482026-07-01T22:55:09.630Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
102492026-07-01T22:55:09.630Z
102502026-07-01T22:55:09.630Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
102512026-07-01T22:55:09.630Z
102522026-07-01T22:55:09.634Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
102532026-07-01T22:55:09.649Z Doc-tests internal_dns_resolver
102542026-07-01T22:55:09.649Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0729a6341e7c5f28.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102552026-07-01T22:55:09.850Z
102562026-07-01T22:55:09.850Zrunning 0 tests
102572026-07-01T22:55:09.850Z
102582026-07-01T22:55:09.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102592026-07-01T22:55:09.851Z
102602026-07-01T22:55:09.873Z Doc-tests internal_dns_types
102612026-07-01T22:55:09.877Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102622026-07-01T22:55:10.052Z
102632026-07-01T22:55:10.052Zrunning 0 tests
102642026-07-01T22:55:10.052Z
102652026-07-01T22:55:10.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102662026-07-01T22:55:10.052Z
102672026-07-01T22:55:10.075Z Doc-tests internal_dns_types_versions
102682026-07-01T22:55:10.075Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e5ea28af218e8511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102692026-07-01T22:55:10.663Z
102702026-07-01T22:55:10.663Zrunning 1 test
102712026-07-01T22:55:10.663Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
102722026-07-01T22:55:10.663Z
102732026-07-01T22:55:10.663Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
102742026-07-01T22:55:10.663Z
102752026-07-01T22:55:10.667Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
102762026-07-01T22:55:10.691Z Doc-tests ipcc
102772026-07-01T22:55:10.691Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dd5c91b8ff049607.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102782026-07-01T22:55:10.794Z
102792026-07-01T22:55:10.794Zrunning 0 tests
102802026-07-01T22:55:10.794Z
102812026-07-01T22:55:10.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102822026-07-01T22:55:10.794Z
102832026-07-01T22:55:10.806Z Doc-tests key_manager
102842026-07-01T22:55:10.806Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e778a706bc0dc16.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102852026-07-01T22:55:10.968Z
102862026-07-01T22:55:10.968Zrunning 0 tests
102872026-07-01T22:55:10.968Z
102882026-07-01T22:55:10.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102892026-07-01T22:55:10.968Z
102902026-07-01T22:55:10.988Z Doc-tests key_manager_types
102912026-07-01T22:55:10.988Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e6ce5aee7061b54c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102922026-07-01T22:55:11.033Z
102932026-07-01T22:55:11.033Zrunning 0 tests
102942026-07-01T22:55:11.033Z
102952026-07-01T22:55:11.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102962026-07-01T22:55:11.033Z
102972026-07-01T22:55:11.041Z Doc-tests live_tests_macros
102982026-07-01T22:55:11.042Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-18c2f0852cd06ab0.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
102992026-07-01T22:55:11.456Z
103002026-07-01T22:55:11.456Zrunning 1 test
103012026-07-01T22:55:11.456Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
103022026-07-01T22:55:11.456Z
103032026-07-01T22:55:11.456Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103042026-07-01T22:55:11.456Z
103052026-07-01T22:55:11.460Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
103062026-07-01T22:55:11.471Z Doc-tests nexus_auth
103072026-07-01T22:55:11.471Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0a82367126b3a83f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c9a18405ed3459b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
103082026-07-01T22:55:12.074Z
103092026-07-01T22:55:12.074Zrunning 0 tests
103102026-07-01T22:55:12.074Z
103112026-07-01T22:55:12.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103122026-07-01T22:55:12.074Z
103132026-07-01T22:55:12.119Z Doc-tests nexus_background_task_interface
103142026-07-01T22:55:12.119Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-25a7e888e854db95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-364fae7e565f14b9.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`
103152026-07-01T22:55:12.179Z
103162026-07-01T22:55:12.180Zrunning 0 tests
103172026-07-01T22:55:12.180Z
103182026-07-01T22:55:12.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103192026-07-01T22:55:12.180Z
103202026-07-01T22:55:12.189Z Doc-tests nexus_client
103212026-07-01T22:55:12.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103222026-07-01T22:55:12.702Z
103232026-07-01T22:55:12.702Zrunning 0 tests
103242026-07-01T22:55:12.702Z
103252026-07-01T22:55:12.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103262026-07-01T22:55:12.702Z
103272026-07-01T22:55:12.739Z Doc-tests nexus_config
103282026-07-01T22:55:12.739Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103292026-07-01T22:55:13.239Z
103302026-07-01T22:55:13.239Zrunning 0 tests
103312026-07-01T22:55:13.239Z
103322026-07-01T22:55:13.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103332026-07-01T22:55:13.240Z
103342026-07-01T22:55:13.277Z Doc-tests nexus_db_errors
103352026-07-01T22:55:13.277Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e13e477603fbd108.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103362026-07-01T22:55:13.587Z
103372026-07-01T22:55:13.587Zrunning 0 tests
103382026-07-01T22:55:13.587Z
103392026-07-01T22:55:13.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103402026-07-01T22:55:13.587Z
103412026-07-01T22:55:13.619Z Doc-tests nexus_db_fixed_data
103422026-07-01T22:55:13.619Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c9a18405ed3459b6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
103432026-07-01T22:55:13.884Z
103442026-07-01T22:55:13.884Zrunning 0 tests
103452026-07-01T22:55:13.884Z
103462026-07-01T22:55:13.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103472026-07-01T22:55:13.884Z
103482026-07-01T22:55:13.912Z Doc-tests nexus_db_lookup
103492026-07-01T22:55:13.912Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
103502026-07-01T22:55:14.393Z
103512026-07-01T22:55:14.393Zrunning 0 tests
103522026-07-01T22:55:14.393Z
103532026-07-01T22:55:14.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103542026-07-01T22:55:14.393Z
103552026-07-01T22:55:14.435Z Doc-tests nexus_db_model
103562026-07-01T22:55:14.435Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
103572026-07-01T22:55:29.239Z
103582026-07-01T22:55:29.239Zrunning 4 tests
103592026-07-01T22:55:29.257Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
103602026-07-01T22:55:29.261Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
103612026-07-01T22:55:29.261Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
103622026-07-01T22:55:29.261Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
103632026-07-01T22:55:29.261Z
103642026-07-01T22:55:29.261Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
103652026-07-01T22:55:29.261Z
103662026-07-01T22:55:29.290Zall doctests ran in 12.02s; merged doctests compilation took 11.97s
103672026-07-01T22:55:29.414Z Doc-tests nexus_db_queries
103682026-07-01T22:55:29.417Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3014d6ecccda9e35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-c0498c3cb7250bbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-38ad0d013ec7dcc5.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c9a18405ed3459b6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-4447004ed358ed76.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
103692026-07-01T22:55:36.716Z
103702026-07-01T22:55:36.716Zrunning 4 tests
103712026-07-01T22:55:36.720Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 70) ... ignored
103722026-07-01T22:55:36.720Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
103732026-07-01T22:55:36.720Ztest nexus/db-queries/src/db/sitrep_guard.rs - db::sitrep_guard::SitrepGuardedResource (line 54) ... ignored
103742026-07-01T22:55:36.724Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
103752026-07-01T22:55:36.724Z
103762026-07-01T22:55:36.724Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
103772026-07-01T22:55:36.725Z
103782026-07-01T22:55:36.739Zall doctests ran in 5.79s; merged doctests compilation took 5.76s
103792026-07-01T22:55:36.844Z Doc-tests nexus_db_schema
103802026-07-01T22:55:36.844Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-26684465297cb707.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.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`
103812026-07-01T22:55:41.920Z
103822026-07-01T22:55:41.920Zrunning 0 tests
103832026-07-01T22:55:41.920Z
103842026-07-01T22:55:41.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103852026-07-01T22:55:41.920Z
103862026-07-01T22:55:42.138Z Doc-tests nexus_defaults
103872026-07-01T22:55:42.138Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-306eb30ff613870e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103882026-07-01T22:55:42.291Z
103892026-07-01T22:55:42.291Zrunning 0 tests
103902026-07-01T22:55:42.291Z
103912026-07-01T22:55:42.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103922026-07-01T22:55:42.291Z
103932026-07-01T22:55:42.309Z Doc-tests nexus_external_api
103942026-07-01T22:55:42.309Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103952026-07-01T22:55:43.358Z
103962026-07-01T22:55:43.358Zrunning 2 tests
103972026-07-01T22:55:43.358Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 206) ... ignored
103982026-07-01T22:55:43.358Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 212) ... ignored
103992026-07-01T22:55:43.358Z
104002026-07-01T22:55:43.358Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104012026-07-01T22:55:43.358Z
104022026-07-01T22:55:43.362Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
104032026-07-01T22:55:43.411Z Doc-tests nexus_fm
104042026-07-01T22:55:43.415Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
104052026-07-01T22:55:43.750Z
104062026-07-01T22:55:43.750Zrunning 0 tests
104072026-07-01T22:55:43.750Z
104082026-07-01T22:55:43.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104092026-07-01T22:55:43.750Z
104102026-07-01T22:55:43.785Z Doc-tests nexus_internal_api
104112026-07-01T22:55:43.785Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104122026-07-01T22:55:44.467Z
104132026-07-01T22:55:44.467Zrunning 2 tests
104142026-07-01T22:55:44.467Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
104152026-07-01T22:55:44.467Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
104162026-07-01T22:55:44.467Z
104172026-07-01T22:55:44.467Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104182026-07-01T22:55:44.467Z
104192026-07-01T22:55:44.471Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
104202026-07-01T22:55:44.504Z Doc-tests nexus_inventory
104212026-07-01T22:55:44.504Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
104222026-07-01T22:55:44.801Z
104232026-07-01T22:55:44.802Zrunning 0 tests
104242026-07-01T22:55:44.802Z
104252026-07-01T22:55:44.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104262026-07-01T22:55:44.802Z
104272026-07-01T22:55:44.832Z Doc-tests nexus_lockstep_api
104282026-07-01T22:55:44.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104292026-07-01T22:55:45.514Z
104302026-07-01T22:55:45.514Zrunning 2 tests
104312026-07-01T22:55:45.514Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
104322026-07-01T22:55:45.514Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
104332026-07-01T22:55:45.514Z
104342026-07-01T22:55:45.514Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104352026-07-01T22:55:45.514Z
104362026-07-01T22:55:45.518Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
104372026-07-01T22:55:45.551Z Doc-tests nexus_lockstep_client
104382026-07-01T22:55:45.554Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1d0ee87203da53c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104392026-07-01T22:55:47.139Z
104402026-07-01T22:55:47.139Zrunning 0 tests
104412026-07-01T22:55:47.140Z
104422026-07-01T22:55:47.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104432026-07-01T22:55:47.140Z
104442026-07-01T22:55:47.203Z Doc-tests nexus_macros_common
104452026-07-01T22:55:47.203Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-040f6412d5f2c824.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104462026-07-01T22:55:47.250Z
104472026-07-01T22:55:47.250Zrunning 0 tests
104482026-07-01T22:55:47.250Z
104492026-07-01T22:55:47.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104502026-07-01T22:55:47.250Z
104512026-07-01T22:55:47.258Z Doc-tests nexus_metrics_producer_gc
104522026-07-01T22:55:47.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-812996db967b8701.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
104532026-07-01T22:55:47.615Z
104542026-07-01T22:55:47.615Zrunning 0 tests
104552026-07-01T22:55:47.615Z
104562026-07-01T22:55:47.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104572026-07-01T22:55:47.615Z
104582026-07-01T22:55:47.654Z Doc-tests nexus_mgs_updates
104592026-07-01T22:55:47.654Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104602026-07-01T22:55:47.997Z
104612026-07-01T22:55:47.997Zrunning 0 tests
104622026-07-01T22:55:47.997Z
104632026-07-01T22:55:47.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104642026-07-01T22:55:47.997Z
104652026-07-01T22:55:48.028Z Doc-tests nexus_networking
104662026-07-01T22:55:48.028Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
104672026-07-01T22:55:48.402Z
104682026-07-01T22:55:48.402Zrunning 0 tests
104692026-07-01T22:55:48.402Z
104702026-07-01T22:55:48.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104712026-07-01T22:55:48.402Z
104722026-07-01T22:55:48.443Z Doc-tests nexus_reconfigurator_blippy
104732026-07-01T22:55:48.443Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a3c7710536f17a69.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104742026-07-01T22:55:48.712Z
104752026-07-01T22:55:48.713Zrunning 0 tests
104762026-07-01T22:55:48.713Z
104772026-07-01T22:55:48.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104782026-07-01T22:55:48.713Z
104792026-07-01T22:55:48.741Z Doc-tests nexus_reconfigurator_execution
104802026-07-01T22:55:48.744Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
104812026-07-01T22:55:49.121Z
104822026-07-01T22:55:49.121Zrunning 0 tests
104832026-07-01T22:55:49.121Z
104842026-07-01T22:55:49.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104852026-07-01T22:55:49.121Z
104862026-07-01T22:55:49.159Z Doc-tests nexus_reconfigurator_planning
104872026-07-01T22:55:49.160Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104882026-07-01T22:55:49.611Z
104892026-07-01T22:55:49.611Zrunning 0 tests
104902026-07-01T22:55:49.611Z
104912026-07-01T22:55:49.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104922026-07-01T22:55:49.611Z
104932026-07-01T22:55:49.652Z Doc-tests nexus_reconfigurator_preparation
104942026-07-01T22:55:49.652Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.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`
104952026-07-01T22:55:50.012Z
104962026-07-01T22:55:50.012Zrunning 0 tests
104972026-07-01T22:55:50.012Z
104982026-07-01T22:55:50.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104992026-07-01T22:55:50.012Z
105002026-07-01T22:55:50.048Z Doc-tests nexus_reconfigurator_rendezvous
105012026-07-01T22:55:50.052Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
105022026-07-01T22:55:50.403Z
105032026-07-01T22:55:50.403Zrunning 0 tests
105042026-07-01T22:55:50.403Z
105052026-07-01T22:55:50.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105062026-07-01T22:55:50.403Z
105072026-07-01T22:55:50.442Z Doc-tests nexus_reconfigurator_simulation
105082026-07-01T22:55:50.442Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-9a4927e72ec59e4a.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-b953278a93f775f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-27e586ce4320e9c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105092026-07-01T22:55:50.777Z
105102026-07-01T22:55:50.777Zrunning 0 tests
105112026-07-01T22:55:50.777Z
105122026-07-01T22:55:50.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105132026-07-01T22:55:50.777Z
105142026-07-01T22:55:50.809Z Doc-tests nexus_saga_recovery
105152026-07-01T22:55:50.809Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
105162026-07-01T22:55:51.101Z
105172026-07-01T22:55:51.102Zrunning 0 tests
105182026-07-01T22:55:51.102Z
105192026-07-01T22:55:51.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105202026-07-01T22:55:51.102Z
105212026-07-01T22:55:51.130Z Doc-tests nexus_switch_config
105222026-07-01T22:55:51.130Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config --test nexus/switch-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-306eb30ff613870e.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105232026-07-01T22:55:51.382Z
105242026-07-01T22:55:51.382Zrunning 0 tests
105252026-07-01T22:55:51.382Z
105262026-07-01T22:55:51.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105272026-07-01T22:55:51.382Z
105282026-07-01T22:55:51.413Z Doc-tests nexus_switch_config_preparation
105292026-07-01T22:55:51.413Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config_preparation --test nexus/switch-config/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-306eb30ff613870e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
105302026-07-01T22:55:51.762Z
105312026-07-01T22:55:51.762Zrunning 0 tests
105322026-07-01T22:55:51.762Z
105332026-07-01T22:55:51.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105342026-07-01T22:55:51.762Z
105352026-07-01T22:55:51.798Z Doc-tests nexus_test_interface
105362026-07-01T22:55:51.799Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e778a706bc0dc16.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
105372026-07-01T22:55:52.150Z
105382026-07-01T22:55:52.150Zrunning 0 tests
105392026-07-01T22:55:52.150Z
105402026-07-01T22:55:52.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105412026-07-01T22:55:52.151Z
105422026-07-01T22:55:52.187Z Doc-tests nexus_test_utils
105432026-07-01T22:55:52.187Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-17e783e2fd6d3f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
105442026-07-01T22:55:52.703Z
105452026-07-01T22:55:52.703Zrunning 0 tests
105462026-07-01T22:55:52.703Z
105472026-07-01T22:55:52.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105482026-07-01T22:55:52.703Z
105492026-07-01T22:55:52.747Z Doc-tests nexus_test_utils_macros
105502026-07-01T22:55:52.747Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-51426f0638b85a7a.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
105512026-07-01T22:55:52.826Z
105522026-07-01T22:55:52.826Zrunning 1 test
105532026-07-01T22:55:52.826Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 56) ... ignored
105542026-07-01T22:55:52.826Z
105552026-07-01T22:55:52.826Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105562026-07-01T22:55:52.826Z
105572026-07-01T22:55:52.826Z Doc-tests nexus_types
105582026-07-01T22:55:52.826Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105592026-07-01T22:56:03.398Z
105602026-07-01T22:56:03.398Zrunning 4 tests
105612026-07-01T22:56:03.402Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3159) ... ignored
105622026-07-01T22:56:03.402Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3031) ... ignored
105632026-07-01T22:56:03.402Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1900) ... ignored
105642026-07-01T22:56:03.406Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
105652026-07-01T22:56:03.406Z
105662026-07-01T22:56:03.406Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
105672026-07-01T22:56:03.406Z
105682026-07-01T22:56:03.428Zall doctests ran in 8.77s; merged doctests compilation took 8.73s
105692026-07-01T22:56:03.520Z Doc-tests nexus_types_versions
105702026-07-01T22:56:03.520Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-e24464efc67a1bcb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105712026-07-01T22:56:06.500Z
105722026-07-01T22:56:06.500Zrunning 1 test
105732026-07-01T22:56:06.500Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
105742026-07-01T22:56:06.500Z
105752026-07-01T22:56:06.500Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105762026-07-01T22:56:06.500Z
105772026-07-01T22:56:06.503Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
105782026-07-01T22:56:06.607Z Doc-tests ntp_admin_api
105792026-07-01T22:56:06.607Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c13cdfa37f99a7e.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-826d83af506b9144.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105802026-07-01T22:56:07.111Z
105812026-07-01T22:56:07.111Zrunning 2 tests
105822026-07-01T22:56:07.111Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
105832026-07-01T22:56:07.111Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
105842026-07-01T22:56:07.111Z
105852026-07-01T22:56:07.111Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105862026-07-01T22:56:07.111Z
105872026-07-01T22:56:07.115Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
105882026-07-01T22:56:07.134Z Doc-tests ntp_admin_client
105892026-07-01T22:56:07.134Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105902026-07-01T22:56:07.279Z
105912026-07-01T22:56:07.279Zrunning 0 tests
105922026-07-01T22:56:07.279Z
105932026-07-01T22:56:07.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105942026-07-01T22:56:07.279Z
105952026-07-01T22:56:07.296Z Doc-tests ntp_admin_types
105962026-07-01T22:56:07.296Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e6d4679cf185034e.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-826d83af506b9144.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105972026-07-01T22:56:07.349Z
105982026-07-01T22:56:07.349Zrunning 0 tests
105992026-07-01T22:56:07.349Z
106002026-07-01T22:56:07.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106012026-07-01T22:56:07.350Z
106022026-07-01T22:56:07.358Z Doc-tests ntp_admin_types_versions
106032026-07-01T22:56:07.358Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-826d83af506b9144.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106042026-07-01T22:56:07.825Z
106052026-07-01T22:56:07.825Zrunning 1 test
106062026-07-01T22:56:07.825Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
106072026-07-01T22:56:07.825Z
106082026-07-01T22:56:07.825Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106092026-07-01T22:56:07.825Z
106102026-07-01T22:56:07.829Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
106112026-07-01T22:56:07.843Z Doc-tests ntp_admin_v1_client
106122026-07-01T22:56:07.843Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_v1_client --test clients/ntp-admin-v1-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-v1-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-41479a0ba4188ae2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106132026-07-01T22:56:07.989Z
106142026-07-01T22:56:07.989Zrunning 0 tests
106152026-07-01T22:56:07.989Z
106162026-07-01T22:56:07.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106172026-07-01T22:56:07.989Z
106182026-07-01T22:56:08.004Z Doc-tests omicron_certificates
106192026-07-01T22:56:08.004Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-79fda9df1e1d6e54.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106202026-07-01T22:56:08.173Z
106212026-07-01T22:56:08.173Zrunning 0 tests
106222026-07-01T22:56:08.173Z
106232026-07-01T22:56:08.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106242026-07-01T22:56:08.173Z
106252026-07-01T22:56:08.194Z Doc-tests omicron_clickhouse_admin
106262026-07-01T22:56:08.197Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5f7fa65a3efd1415.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-7cd72380b61ceb44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c7b6ae30cd8a0e93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106272026-07-01T22:56:08.509Z
106282026-07-01T22:56:08.509Zrunning 0 tests
106292026-07-01T22:56:08.509Z
106302026-07-01T22:56:08.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106312026-07-01T22:56:08.509Z
106322026-07-01T22:56:08.543Z Doc-tests omicron_cockroach_admin
106332026-07-01T22:56:08.543Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-76b2786a1e1b4b92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-833dbcbf90946e75.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-17e783e2fd6d3f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
106342026-07-01T22:56:08.795Z
106352026-07-01T22:56:08.795Zrunning 0 tests
106362026-07-01T22:56:08.795Z
106372026-07-01T22:56:08.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106382026-07-01T22:56:08.795Z
106392026-07-01T22:56:08.823Z Doc-tests omicron_cockroach_metrics
106402026-07-01T22:56:08.823Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3128d661bc0da246.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106412026-07-01T22:56:11.102Z
106422026-07-01T22:56:11.102Zrunning 1 test
106432026-07-01T22:56:11.107Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
106442026-07-01T22:56:11.107Z
106452026-07-01T22:56:11.107Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106462026-07-01T22:56:11.107Z
106472026-07-01T22:56:11.115Zall doctests ran in 2.13s; merged doctests compilation took 2.12s
106482026-07-01T22:56:11.139Z Doc-tests omicron_common
106492026-07-01T22:56:11.139Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9b25392fa3a13ecb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
106502026-07-01T22:56:15.686Z
106512026-07-01T22:56:15.686Zrunning 3 tests
106522026-07-01T22:56:15.690Ztest common/src/lib.rs - FileKv (line 36) ... ignored
106532026-07-01T22:56:15.693Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
106542026-07-01T22:56:15.693Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
106552026-07-01T22:56:15.693Z
106562026-07-01T22:56:15.694Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
106572026-07-01T22:56:15.694Z
106582026-07-01T22:56:15.704Zall doctests ran in 3.76s; merged doctests compilation took 3.74s
106592026-07-01T22:56:15.759Z Doc-tests omicron_ddm_admin_client
106602026-07-01T22:56:15.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cfea47a017145b77.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106612026-07-01T22:56:15.950Z
106622026-07-01T22:56:15.950Zrunning 0 tests
106632026-07-01T22:56:15.950Z
106642026-07-01T22:56:15.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106652026-07-01T22:56:15.950Z
106662026-07-01T22:56:15.973Z Doc-tests omicron_deployment_graph
106672026-07-01T22:56:15.977Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106682026-07-01T22:56:16.031Z
106692026-07-01T22:56:16.031Zrunning 0 tests
106702026-07-01T22:56:16.031Z
106712026-07-01T22:56:16.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106722026-07-01T22:56:16.031Z
106732026-07-01T22:56:16.041Z Doc-tests omicron_dev_lib
106742026-07-01T22:56:16.044Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-475c5481f11c65dc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-df97fd526d83205f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106752026-07-01T22:56:16.314Z
106762026-07-01T22:56:16.314Zrunning 0 tests
106772026-07-01T22:56:16.314Z
106782026-07-01T22:56:16.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106792026-07-01T22:56:16.314Z
106802026-07-01T22:56:16.344Z Doc-tests omicron_gateway
106812026-07-01T22:56:16.344Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a6edb795d9d01696.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-21d2e6db9e860253.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-0d3bfde9e9f5648a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-742e882caf3896cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96727bff9ffa4120.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c6e472f62a991b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106822026-07-01T22:56:16.838Z
106832026-07-01T22:56:16.838Zrunning 0 tests
106842026-07-01T22:56:16.838Z
106852026-07-01T22:56:16.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106862026-07-01T22:56:16.838Z
106872026-07-01T22:56:16.882Z Doc-tests omicron_git_version
106882026-07-01T22:56:16.882Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cacce1dcff60a11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106892026-07-01T22:56:16.957Z
106902026-07-01T22:56:16.958Zrunning 0 tests
106912026-07-01T22:56:16.958Z
106922026-07-01T22:56:16.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106932026-07-01T22:56:16.958Z
106942026-07-01T22:56:16.969Z Doc-tests omicron_ledger
106952026-07-01T22:56:16.969Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106962026-07-01T22:56:17.045Z
106972026-07-01T22:56:17.045Zrunning 0 tests
106982026-07-01T22:56:17.045Z
106992026-07-01T22:56:17.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107002026-07-01T22:56:17.045Z
107012026-07-01T22:56:17.055Z Doc-tests omicron_ls_apis
107022026-07-01T22:56:17.055Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-416079a37dc651d6.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-da2053d7bd784cc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107032026-07-01T22:56:17.222Z
107042026-07-01T22:56:17.222Zrunning 0 tests
107052026-07-01T22:56:17.222Z
107062026-07-01T22:56:17.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107072026-07-01T22:56:17.222Z
107082026-07-01T22:56:17.240Z Doc-tests omicron_nexus
107092026-07-01T22:56:17.244Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-812996db967b8701.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b915ab46a535e4a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9499f695e777b9fa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-52ef573e4beb1bba.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-746803d5f4618daa.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3dbca2c9f9e6cebe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e13e477603fbd108.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-3f97a9e599d4b5ee.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-3f217316395ccde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-4ca13cead7c0ec2c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-25a7e888e854db95.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-3fa6bf1425d457df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-0c707fb8e7b82dc4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c331a4f0d86869bb.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9d45b439242b3f62.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ff75f7b6099b42f4.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-bde0008ec39883c8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-14a9d36b2f80f25f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cce4def01fcd7ff1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-37b30ed101909d76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-81221d943d86ef39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-33581031259ebb27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-40e9e35d4d880cfc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-ccdb86a831e6ec86.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-86edc62bbb659c09.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-809b6fcf04dfc9c9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-51426f0638b85a7a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a493aa92ae39dd48.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3560ec9b60d839dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-905335bb87e1c2b8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7a95d228a7b305dd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e432afe70a440757.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-f1ca074ab6354e48.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-db40c5c6f9082935.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9773a5be60698b25.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
107102026-07-01T22:56:25.584Z
107112026-07-01T22:56:25.584Zrunning 6 tests
107122026-07-01T22:56:25.587Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
107132026-07-01T22:56:25.587Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
107142026-07-01T22:56:25.593Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1058) ... ok
107152026-07-01T22:56:25.596Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 964) ... ok
107162026-07-01T22:56:25.597Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1028) ... ok
107172026-07-01T22:56:25.597Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 986) ... ok
107182026-07-01T22:56:25.597Z
107192026-07-01T22:56:25.597Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
107202026-07-01T22:56:25.597Z
107212026-07-01T22:56:25.606Zall doctests ran in 6.27s; merged doctests compilation took 6.24s
107222026-07-01T22:56:25.728Z Doc-tests omicron_ntp_admin
107232026-07-01T22:56:25.728Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ec1d91a40ac45bff.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c13cdfa37f99a7e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e6d4679cf185034e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-0f7528073da7a392.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
107242026-07-01T22:56:25.926Z
107252026-07-01T22:56:25.926Zrunning 1 test
107262026-07-01T22:56:25.930Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
107272026-07-01T22:56:25.930Z
107282026-07-01T22:56:25.930Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107292026-07-01T22:56:25.930Z
107302026-07-01T22:56:25.949Z Doc-tests omicron_package
107312026-07-01T22:56:25.949Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-42694cd9e9b2fca3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f84a7a0984df34c2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8e69a0c5f1a83577.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107322026-07-01T22:56:26.100Z
107332026-07-01T22:56:26.100Zrunning 0 tests
107342026-07-01T22:56:26.100Z
107352026-07-01T22:56:26.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107362026-07-01T22:56:26.100Z
107372026-07-01T22:56:26.115Z Doc-tests omicron_passwords
107382026-07-01T22:56:26.115Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-12591d903bb7dfda.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3f26836bb89b7487.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107392026-07-01T22:56:26.206Z
107402026-07-01T22:56:26.206Zrunning 0 tests
107412026-07-01T22:56:26.206Z
107422026-07-01T22:56:26.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107432026-07-01T22:56:26.206Z
107442026-07-01T22:56:26.218Z Doc-tests omicron_pins
107452026-07-01T22:56:26.218Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-28c20239eb72e5dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107462026-07-01T22:56:26.277Z
107472026-07-01T22:56:26.277Zrunning 0 tests
107482026-07-01T22:56:26.277Z
107492026-07-01T22:56:26.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107502026-07-01T22:56:26.277Z
107512026-07-01T22:56:26.285Z Doc-tests omicron_repl_utils
107522026-07-01T22:56:26.285Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107532026-07-01T22:56:26.343Z
107542026-07-01T22:56:26.343Zrunning 0 tests
107552026-07-01T22:56:26.343Z
107562026-07-01T22:56:26.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107572026-07-01T22:56:26.343Z
107582026-07-01T22:56:26.351Z Doc-tests omicron_rpaths
107592026-07-01T22:56:26.351Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a9cac74316f30d3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107602026-07-01T22:56:26.389Z
107612026-07-01T22:56:26.389Zrunning 0 tests
107622026-07-01T22:56:26.389Z
107632026-07-01T22:56:26.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107642026-07-01T22:56:26.389Z
107652026-07-01T22:56:26.398Z Doc-tests omicron_sled_agent
107662026-07-01T22:56:26.401Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ac6968569a1eb424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-bdb1103e819ff8ad.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a7d54310c88af2d.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-9d8ac37b54e10fe1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1fe6bbef47bf3acf.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-20ddd72a6ddb8ad2.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c8fe4a0a2f8c87a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa81f07e0db4ae22.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e09d37d3fd6c8d03.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
107672026-07-01T22:56:27.438Z
107682026-07-01T22:56:27.438Zrunning 0 tests
107692026-07-01T22:56:27.438Z
107702026-07-01T22:56:27.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107712026-07-01T22:56:27.438Z
107722026-07-01T22:56:27.505Z Doc-tests omicron_test_utils
107732026-07-01T22:56:27.505Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9d6e7c90603fd948.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e0545ae74bf14440.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45953d229497bbff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.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`
107742026-07-01T22:56:38.274Z
107752026-07-01T22:56:38.274Zrunning 2 tests
107762026-07-01T22:56:38.290Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
107772026-07-01T22:56:38.294Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
107782026-07-01T22:56:38.294Z
107792026-07-01T22:56:38.294Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
107802026-07-01T22:56:38.294Z
107812026-07-01T22:56:38.319Z
107822026-07-01T22:56:38.319Zrunning 1 test
107832026-07-01T22:56:38.323Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
107842026-07-01T22:56:38.323Z
107852026-07-01T22:56:38.323Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107862026-07-01T22:56:38.323Z
107872026-07-01T22:56:38.323Zall doctests ran in 10.47s; merged doctests compilation took 10.42s
107882026-07-01T22:56:38.368Z Doc-tests omicron_uuid_kinds
107892026-07-01T22:56:38.368Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78351d99bf4e6002.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-1bec0b00f873f3ad.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.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`
107902026-07-01T22:56:38.500Z
107912026-07-01T22:56:38.500Zrunning 0 tests
107922026-07-01T22:56:38.500Z
107932026-07-01T22:56:38.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107942026-07-01T22:56:38.500Z
107952026-07-01T22:56:38.515Z Doc-tests omicron_workspace_hack
107962026-07-01T22:56:38.519Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5ac1b58a6f2e6a0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-780e5baeafc6a453.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a95b6281bf6b3183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-854aa4b18a7d3c6e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f32161e45c858ff9.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a6ea2d9592fa98f7.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-e920ad349d0cd8b8.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-29e652916517c797.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-5d4d9bd09798ac36.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-293d0cce6557088d.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6f0ec927d2148949.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b6a1750dee730381.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1b5286e9b86700e7.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d49deb96e6c0c423.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-40916495b851732d.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-902eb28261dbbcdf.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-780eae7aa88c7229.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3587de4c1eca98eb.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-0b62409d59e48fda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-72c5ee231e3762c6.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-30277077d84e1d74.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9f3f557f013e7995.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7d3efbf966ae43dc.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6625771f020dc083.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a4caada30e9d85f6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ce417437528e7ec9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-aea60623a8a5e1d9.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8a53903e49c47a4c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bb8734963ff6ff06.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c51e2d5c295d0568.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107972026-07-01T22:56:38.551Z
107982026-07-01T22:56:38.551Zrunning 0 tests
107992026-07-01T22:56:38.551Z
108002026-07-01T22:56:38.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108012026-07-01T22:56:38.551Z
108022026-07-01T22:56:38.557Z Doc-tests oxide_client
108032026-07-01T22:56:38.557Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ee7901cb61dab3f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-98052d7a545cf2dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108042026-07-01T22:56:42.875Z
108052026-07-01T22:56:42.875Zrunning 317 tests
108062026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
108072026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
108082026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
108092026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
108102026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
108112026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
108122026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
108132026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
108142026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
108152026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
108162026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
108172026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
108182026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
108192026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
108202026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
108212026-07-01T22:56:42.875Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
108222026-07-01T22:56:42.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
108232026-07-01T22:56:42.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
108242026-07-01T22:56:42.876Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
108252026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
108262026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
108272026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
108282026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
108292026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
108302026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
108312026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
108322026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
108332026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
108342026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
108352026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
108362026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
108372026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
108382026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
108392026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
108402026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
108412026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
108422026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
108432026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
108442026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
108452026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
108462026-07-01T22:56:42.882Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
108472026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
108482026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
108492026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
108502026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
108512026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
108522026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
108532026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
108542026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
108552026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
108562026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
108572026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
108582026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
108592026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
108602026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
108612026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
108622026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
108632026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
108642026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
108652026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
108662026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
108672026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
108682026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
108692026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
108702026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
108712026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
108722026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
108732026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
108742026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
108752026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
108762026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
108772026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
108782026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
108792026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
108802026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
108812026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
108822026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
108832026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
108842026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
108852026-07-01T22:56:42.883Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
108862026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
108872026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
108882026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
108892026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
108902026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
108912026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
108922026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
108932026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
108942026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
108952026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
108962026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
108972026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
108982026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
108992026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
109002026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
109012026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
109022026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
109032026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
109042026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
109052026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
109062026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
109072026-07-01T22:56:42.884Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
109082026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
109092026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
109102026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
109112026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
109122026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
109132026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
109142026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
109152026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
109162026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
109172026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
109182026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
109192026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
109202026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
109212026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
109222026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
109232026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
109242026-07-01T22:56:42.885Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
109252026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
109262026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
109272026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
109282026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
109292026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
109302026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
109312026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
109322026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
109332026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
109342026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
109352026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
109362026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
109372026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
109382026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
109392026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
109402026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
109412026-07-01T22:56:42.890Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
109422026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
109432026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
109442026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
109452026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
109462026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
109472026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
109482026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
109492026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
109502026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
109512026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
109522026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
109532026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
109542026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
109552026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
109562026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
109572026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
109582026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
109592026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
109602026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
109612026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
109622026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
109632026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
109642026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
109652026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
109662026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
109672026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
109682026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
109692026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
109702026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
109712026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
109722026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
109732026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
109742026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
109752026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
109762026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
109772026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
109782026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
109792026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
109802026-07-01T22:56:42.891Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
109812026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
109822026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
109832026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
109842026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
109852026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
109862026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
109872026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
109882026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
109892026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
109902026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
109912026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
109922026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
109932026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
109942026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
109952026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
109962026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
109972026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
109982026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
109992026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
110002026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
110012026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
110022026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
110032026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
110042026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
110052026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
110062026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
110072026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
110082026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
110092026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
110102026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
110112026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
110122026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
110132026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
110142026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
110152026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
110162026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
110172026-07-01T22:56:42.892Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
110182026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
110192026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
110202026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
110212026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
110222026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
110232026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
110242026-07-01T22:56:42.893Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
110252026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
110262026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
110272026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
110282026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
110292026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
110302026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
110312026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
110322026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
110332026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
110342026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
110352026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
110362026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
110372026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
110382026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
110392026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
110402026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
110412026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
110422026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
110432026-07-01T22:56:42.897Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
110442026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
110452026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
110462026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
110472026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
110482026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
110492026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
110502026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
110512026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
110522026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
110532026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
110542026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
110552026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
110562026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
110572026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
110582026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
110592026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
110602026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
110612026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
110622026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
110632026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
110642026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
110652026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
110662026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
110672026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
110682026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
110692026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
110702026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
110712026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
110722026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
110732026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
110742026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
110752026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
110762026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
110772026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
110782026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
110792026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
110802026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
110812026-07-01T22:56:42.898Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
110822026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
110832026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
110842026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
110852026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
110862026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
110872026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
110882026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
110892026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
110902026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
110912026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
110922026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
110932026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
110942026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
110952026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
110962026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
110972026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
110982026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
110992026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
111002026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
111012026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
111022026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
111032026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
111042026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
111052026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
111062026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
111072026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
111082026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
111092026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
111102026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
111112026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
111122026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
111132026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
111142026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
111152026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
111162026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
111172026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
111182026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
111192026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
111202026-07-01T22:56:42.899Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
111212026-07-01T22:56:42.900Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
111222026-07-01T22:56:42.900Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
111232026-07-01T22:56:42.900Z
111242026-07-01T22:56:42.900Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
111252026-07-01T22:56:42.903Z
111262026-07-01T22:56:42.903Zall doctests ran in 0.61s; merged doctests compilation took 0.61s
111272026-07-01T22:56:43.004Z Doc-tests oximeter
111282026-07-01T22:56:43.004Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fa413f1c1e2147d6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbe42f16b7b269fa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111292026-07-01T22:56:47.305Z
111302026-07-01T22:56:47.305Zrunning 2 tests
111312026-07-01T22:56:47.310Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
111322026-07-01T22:56:47.313Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
111332026-07-01T22:56:47.313Z
111342026-07-01T22:56:47.313Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111352026-07-01T22:56:47.313Z
111362026-07-01T22:56:47.321Zall doctests ran in 4.12s; merged doctests compilation took 4.10s
111372026-07-01T22:56:47.355Z Doc-tests oximeter_api
111382026-07-01T22:56:47.355Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib -L dependency=/work/oxidecomputer/omicron/target/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-07-01T22:56:47.894Z
111402026-07-01T22:56:47.894Zrunning 2 tests
111412026-07-01T22:56:47.894Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
111422026-07-01T22:56:47.894Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
111432026-07-01T22:56:47.894Z
111442026-07-01T22:56:47.895Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111452026-07-01T22:56:47.895Z
111462026-07-01T22:56:47.898Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111472026-07-01T22:56:47.920Z Doc-tests oximeter_client
111482026-07-01T22:56:47.920Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111492026-07-01T22:56:48.170Z
111502026-07-01T22:56:48.170Zrunning 0 tests
111512026-07-01T22:56:48.170Z
111522026-07-01T22:56:48.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111532026-07-01T22:56:48.170Z
111542026-07-01T22:56:48.195Z Doc-tests oximeter_collector
111552026-07-01T22:56:48.195Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d90030ba5e692bce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-46bb06f93a32b640.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a651dddc4229b443.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111562026-07-01T22:56:48.626Z
111572026-07-01T22:56:48.626Zrunning 0 tests
111582026-07-01T22:56:48.626Z
111592026-07-01T22:56:48.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111602026-07-01T22:56:48.626Z
111612026-07-01T22:56:48.669Z Doc-tests oximeter_db
111622026-07-01T22:56:48.669Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a3460f7feff4793f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
111632026-07-01T22:56:49.708Z
111642026-07-01T22:56:49.708Zrunning 3 tests
111652026-07-01T22:56:49.708Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
111662026-07-01T22:56:49.708Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
111672026-07-01T22:56:49.708Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
111682026-07-01T22:56:49.708Z
111692026-07-01T22:56:49.708Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
111702026-07-01T22:56:49.708Z
111712026-07-01T22:56:49.712Z
111722026-07-01T22:56:49.712Zrunning 2 tests
111732026-07-01T22:56:49.712Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
111742026-07-01T22:56:49.712Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
111752026-07-01T22:56:49.712Z
111762026-07-01T22:56:49.712Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111772026-07-01T22:56:49.712Z
111782026-07-01T22:56:49.712Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111792026-07-01T22:56:49.760Z Doc-tests oximeter_instruments
111802026-07-01T22:56:49.763Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-42e9089d8aef0867.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fa786bb11a54700d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
111812026-07-01T22:56:50.098Z
111822026-07-01T22:56:50.098Zrunning 0 tests
111832026-07-01T22:56:50.098Z
111842026-07-01T22:56:50.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-07-01T22:56:50.098Z
111862026-07-01T22:56:50.130Z Doc-tests oximeter_macro_impl
111872026-07-01T22:56:50.134Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3fba3190d375e19b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
111882026-07-01T22:56:50.185Z
111892026-07-01T22:56:50.185Zrunning 0 tests
111902026-07-01T22:56:50.185Z
111912026-07-01T22:56:50.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-07-01T22:56:50.185Z
111932026-07-01T22:56:50.193Z Doc-tests oximeter_producer
111942026-07-01T22:56:50.197Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1a4c7087b8cd0deb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-c02af91664403d01.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-deab20ebe51f4983.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f7a2343e684123a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111952026-07-01T22:56:50.509Z
111962026-07-01T22:56:50.509Zrunning 0 tests
111972026-07-01T22:56:50.509Z
111982026-07-01T22:56:50.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111992026-07-01T22:56:50.509Z
112002026-07-01T22:56:50.543Z Doc-tests oximeter_producer_api
112012026-07-01T22:56:50.544Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f7a2343e684123a7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112022026-07-01T22:56:51.075Z
112032026-07-01T22:56:51.075Zrunning 2 tests
112042026-07-01T22:56:51.075Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 25) ... ignored
112052026-07-01T22:56:51.075Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 31) ... ignored
112062026-07-01T22:56:51.075Z
112072026-07-01T22:56:51.075Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112082026-07-01T22:56:51.075Z
112092026-07-01T22:56:51.079Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
112102026-07-01T22:56:51.100Z Doc-tests oximeter_schema
112112026-07-01T22:56:51.104Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fa413f1c1e2147d6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112122026-07-01T22:56:51.298Z
112132026-07-01T22:56:51.299Zrunning 0 tests
112142026-07-01T22:56:51.299Z
112152026-07-01T22:56:51.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112162026-07-01T22:56:51.299Z
112172026-07-01T22:56:51.320Z Doc-tests oximeter_test_utils
112182026-07-01T22:56:51.320Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-453231cc799d693f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f5f2b1a507ece5e2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6f0965b841932feb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112192026-07-01T22:56:51.653Z
112202026-07-01T22:56:51.653Zrunning 0 tests
112212026-07-01T22:56:51.653Z
112222026-07-01T22:56:51.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112232026-07-01T22:56:51.653Z
112242026-07-01T22:56:51.691Z Doc-tests oximeter_timeseries_macro
112252026-07-01T22:56:51.691Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3fba3190d375e19b.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-92db18dc9d03d09f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-dbe42f16b7b269fa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-784a2b99cc985b00.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
112262026-07-01T22:56:51.847Z
112272026-07-01T22:56:51.847Zrunning 0 tests
112282026-07-01T22:56:51.847Z
112292026-07-01T22:56:51.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112302026-07-01T22:56:51.847Z
112312026-07-01T22:56:51.864Z Doc-tests oximeter_types
112322026-07-01T22:56:51.864Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5dad7eb527a326f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f83e0972563c3d10.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b30313ac584db8b1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-44de20133db50ff6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112332026-07-01T22:56:52.462Z
112342026-07-01T22:56:52.462Zrunning 11 tests
112352026-07-01T22:56:52.811Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
112362026-07-01T22:56:52.815Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
112372026-07-01T22:56:56.926Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
112382026-07-01T22:56:56.995Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
112392026-07-01T22:56:56.999Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
112402026-07-01T22:56:57.094Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
112412026-07-01T22:56:57.095Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
112422026-07-01T22:56:57.099Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
112432026-07-01T22:56:57.099Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
112442026-07-01T22:56:57.137Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
112452026-07-01T22:56:57.141Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
112462026-07-01T22:56:57.141Z
112472026-07-01T22:56:57.141Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.68s
112482026-07-01T22:56:57.141Z
112492026-07-01T22:56:57.141Zall doctests ran in 5.12s; merged doctests compilation took 0.44s
112502026-07-01T22:56:57.164Z Doc-tests oximeter_types_versions
112512026-07-01T22:56:57.164Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5dad7eb527a326f8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-aa6e9af0875d443e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-bfd8553a38f17022.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112522026-07-01T22:56:57.930Z
112532026-07-01T22:56:57.930Zrunning 1 test
112542026-07-01T22:56:57.930Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
112552026-07-01T22:56:57.930Z
112562026-07-01T22:56:57.930Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112572026-07-01T22:56:57.930Z
112582026-07-01T22:56:57.934Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
112592026-07-01T22:56:57.966Z Doc-tests oxlog
112602026-07-01T22:56:57.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112612026-07-01T22:56:58.017Z
112622026-07-01T22:56:58.017Zrunning 0 tests
112632026-07-01T22:56:58.017Z
112642026-07-01T22:56:58.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112652026-07-01T22:56:58.017Z
112662026-07-01T22:56:58.025Z Doc-tests oxql_types
112672026-07-01T22:56:58.029Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-407f25d351873aa7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-1f755318bdae6995.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112682026-07-01T22:56:58.255Z
112692026-07-01T22:56:58.256Zrunning 0 tests
112702026-07-01T22:56:58.256Z
112712026-07-01T22:56:58.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112722026-07-01T22:56:58.256Z
112732026-07-01T22:56:58.280Z Doc-tests parallel_task_set
112742026-07-01T22:56:58.280Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3fba3190d375e19b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112752026-07-01T22:56:58.331Z
112762026-07-01T22:56:58.331Zrunning 0 tests
112772026-07-01T22:56:58.331Z
112782026-07-01T22:56:58.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112792026-07-01T22:56:58.331Z
112802026-07-01T22:56:58.340Z Doc-tests range_requests
112812026-07-01T22:56:58.340Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a2a64572023fe240.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7fc169c495e7d38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112822026-07-01T22:56:58.466Z
112832026-07-01T22:56:58.466Zrunning 0 tests
112842026-07-01T22:56:58.466Z
112852026-07-01T22:56:58.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112862026-07-01T22:56:58.466Z
112872026-07-01T22:56:58.483Z Doc-tests reconfigurator_cli
112882026-07-01T22:56:58.483Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-1d01eef2af45d693.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-cf4dfb4ba3cdbfd9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0bb90a34866d10f8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-d2f23790090b1869.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7af7a81df7caee12.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-2a4d501d2d6fca6c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
112892026-07-01T22:56:58.947Z
112902026-07-01T22:56:58.947Zrunning 0 tests
112912026-07-01T22:56:58.947Z
112922026-07-01T22:56:58.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112932026-07-01T22:56:58.947Z
112942026-07-01T22:56:58.987Z Doc-tests repo_depot_api
112952026-07-01T22:56:58.987Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4ec2e4a7ff45c4d7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112962026-07-01T22:56:59.507Z
112972026-07-01T22:56:59.507Zrunning 2 tests
112982026-07-01T22:56:59.507Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
112992026-07-01T22:56:59.507Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
113002026-07-01T22:56:59.507Z
113012026-07-01T22:56:59.507Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113022026-07-01T22:56:59.507Z
113032026-07-01T22:56:59.512Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113042026-07-01T22:56:59.532Z Doc-tests repo_depot_client
113052026-07-01T22:56:59.532Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-6467f503de8a59f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113062026-07-01T22:56:59.668Z
113072026-07-01T22:56:59.668Zrunning 0 tests
113082026-07-01T22:56:59.668Z
113092026-07-01T22:56:59.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113102026-07-01T22:56:59.668Z
113112026-07-01T22:56:59.686Z Doc-tests sled_agent_api
113122026-07-01T22:56:59.686Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d0fc7af60cfb7a42.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113132026-07-01T22:57:00.332Z
113142026-07-01T22:57:00.332Zrunning 2 tests
113152026-07-01T22:57:00.332Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 117) ... ignored
113162026-07-01T22:57:00.332Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 123) ... ignored
113172026-07-01T22:57:00.332Z
113182026-07-01T22:57:00.332Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113192026-07-01T22:57:00.332Z
113202026-07-01T22:57:00.336Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113212026-07-01T22:57:00.363Z Doc-tests sled_agent_client
113222026-07-01T22:57:00.363Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4342037fe18d4b1f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113232026-07-01T22:57:01.794Z
113242026-07-01T22:57:01.794Zrunning 0 tests
113252026-07-01T22:57:01.794Z
113262026-07-01T22:57:01.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113272026-07-01T22:57:01.794Z
113282026-07-01T22:57:01.854Z Doc-tests sled_agent_config_reconciler
113292026-07-01T22:57:01.854Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e6ce5aee7061b54c.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-41479a0ba4188ae2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
113302026-07-01T22:57:02.297Z
113312026-07-01T22:57:02.297Zrunning 0 tests
113322026-07-01T22:57:02.297Z
113332026-07-01T22:57:02.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113342026-07-01T22:57:02.297Z
113352026-07-01T22:57:02.334Z Doc-tests sled_agent_early_networking
113362026-07-01T22:57:02.334Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_early_networking --test sled-agent/early-networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/early-networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b907a3a7fadb7697.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-0c22f0909d79abd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-ef24c0bf2e80f296.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113372026-07-01T22:57:02.605Z
113382026-07-01T22:57:02.605Zrunning 0 tests
113392026-07-01T22:57:02.605Z
113402026-07-01T22:57:02.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113412026-07-01T22:57:02.605Z
113422026-07-01T22:57:02.632Z Doc-tests sled_agent_health_monitor
113432026-07-01T22:57:02.636Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-3f2431aa51f02f92.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-9bc7bd3b5d35de23.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113442026-07-01T22:57:02.824Z
113452026-07-01T22:57:02.824Zrunning 0 tests
113462026-07-01T22:57:02.824Z
113472026-07-01T22:57:02.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113482026-07-01T22:57:02.824Z
113492026-07-01T22:57:02.844Z Doc-tests sled_agent_measurements
113502026-07-01T22:57:02.848Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.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`
113512026-07-01T22:57:03.091Z
113522026-07-01T22:57:03.091Zrunning 0 tests
113532026-07-01T22:57:03.091Z
113542026-07-01T22:57:03.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113552026-07-01T22:57:03.091Z
113562026-07-01T22:57:03.118Z Doc-tests sled_agent_rack_setup
113572026-07-01T22:57:03.122Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-b1d0ee87203da53c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-94ab07dd8f64f83c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d4235ee91a791fcb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9efa3be2d0d53fa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b282370354f27e8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-a088241a4c8b535a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0a30a1623dfe078d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113582026-07-01T22:57:03.489Z
113592026-07-01T22:57:03.489Zrunning 0 tests
113602026-07-01T22:57:03.489Z
113612026-07-01T22:57:03.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113622026-07-01T22:57:03.489Z
113632026-07-01T22:57:03.527Z Doc-tests sled_agent_resolvable_files
113642026-07-01T22:57:03.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113652026-07-01T22:57:03.778Z
113662026-07-01T22:57:03.778Zrunning 0 tests
113672026-07-01T22:57:03.778Z
113682026-07-01T22:57:03.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-07-01T22:57:03.778Z
113702026-07-01T22:57:03.805Z Doc-tests sled_agent_resolvable_files_examples
113712026-07-01T22:57:03.808Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-61a5450f8533a050.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113722026-07-01T22:57:03.980Z
113732026-07-01T22:57:03.980Zrunning 0 tests
113742026-07-01T22:57:03.980Z
113752026-07-01T22:57:03.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113762026-07-01T22:57:03.980Z
113772026-07-01T22:57:04.000Z Doc-tests sled_agent_types
113782026-07-01T22:57:04.000Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-152f49b112174385.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
113792026-07-01T22:57:04.247Z
113802026-07-01T22:57:04.247Zrunning 0 tests
113812026-07-01T22:57:04.247Z
113822026-07-01T22:57:04.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113832026-07-01T22:57:04.247Z
113842026-07-01T22:57:04.272Z Doc-tests sled_agent_types_versions
113852026-07-01T22:57:04.272Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-152f49b112174385.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-306eb30ff613870e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-40711fec57a8cb30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f5eba6971e8395b2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-30a97d6f0cc613ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.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`
113862026-07-01T22:57:06.393Z
113872026-07-01T22:57:06.393Zrunning 1 test
113882026-07-01T22:57:06.393Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
113892026-07-01T22:57:06.393Z
113902026-07-01T22:57:06.393Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113912026-07-01T22:57:06.393Z
113922026-07-01T22:57:06.397Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113932026-07-01T22:57:06.472Z Doc-tests sled_diagnostics
113942026-07-01T22:57:06.476Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-39eef2f0ed47592e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3637dc692bca8989.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113952026-07-01T22:57:06.710Z
113962026-07-01T22:57:06.710Zrunning 0 tests
113972026-07-01T22:57:06.710Z
113982026-07-01T22:57:06.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113992026-07-01T22:57:06.710Z
114002026-07-01T22:57:06.736Z Doc-tests sled_hardware
114012026-07-01T22:57:06.737Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5803ec9eb336de76.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c85dd464b738ddb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
114022026-07-01T22:57:07.013Z
114032026-07-01T22:57:07.013Zrunning 0 tests
114042026-07-01T22:57:07.013Z
114052026-07-01T22:57:07.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114062026-07-01T22:57:07.014Z
114072026-07-01T22:57:07.042Z Doc-tests sled_hardware_types
114082026-07-01T22:57:07.042Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78351d99bf4e6002.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.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`
114092026-07-01T22:57:07.152Z
114102026-07-01T22:57:07.152Zrunning 0 tests
114112026-07-01T22:57:07.153Z
114122026-07-01T22:57:07.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114132026-07-01T22:57:07.153Z
114142026-07-01T22:57:07.166Z Doc-tests sled_storage
114152026-07-01T22:57:07.166Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e89c9cd865951982.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.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`
114162026-07-01T22:57:07.403Z
114172026-07-01T22:57:07.403Zrunning 0 tests
114182026-07-01T22:57:07.403Z
114192026-07-01T22:57:07.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114202026-07-01T22:57:07.403Z
114212026-07-01T22:57:07.427Z Doc-tests sp_sim
114222026-07-01T22:57:07.431Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a4ae07ba99d1dd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114232026-07-01T22:57:07.873Z
114242026-07-01T22:57:07.873Zrunning 0 tests
114252026-07-01T22:57:07.873Z
114262026-07-01T22:57:07.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114272026-07-01T22:57:07.874Z
114282026-07-01T22:57:07.914Z Doc-tests support_bundle_collection
114292026-07-01T22:57:07.914Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-62ab7ea49f926272.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f5312f3ae46e1c77.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d8915e41fa16eb30.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4997a56637ae6b88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f7b36a424853c42b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cae1126f9de3258b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-beb3ac253486d305.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-fd1db1b1d5bcc769.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.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`
114302026-07-01T22:57:08.322Z
114312026-07-01T22:57:08.322Zrunning 0 tests
114322026-07-01T22:57:08.322Z
114332026-07-01T22:57:08.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114342026-07-01T22:57:08.322Z
114352026-07-01T22:57:08.360Z Doc-tests transient_dns_server
114362026-07-01T22:57:08.360Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d71c7d131de159ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-59d108b9ce6503ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-49959ba24529c0db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114372026-07-01T22:57:08.543Z
114382026-07-01T22:57:08.543Zrunning 0 tests
114392026-07-01T22:57:08.543Z
114402026-07-01T22:57:08.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114412026-07-01T22:57:08.543Z
114422026-07-01T22:57:08.567Z Doc-tests trust_quorum
114432026-07-01T22:57:08.567Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7aebe0fecd8aecf6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a838ac29abcb2273.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-7aee0ac8574b394a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dba13e769da05300.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-71f0089ce9eb7e32.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-5b3e463f90f67355.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib -L dependency=/work/oxidecomputer/omicron/target/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-07-01T22:57:08.892Z
114452026-07-01T22:57:08.892Zrunning 0 tests
114462026-07-01T22:57:08.892Z
114472026-07-01T22:57:08.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114482026-07-01T22:57:08.893Z
114492026-07-01T22:57:08.926Z Doc-tests trust_quorum_protocol
114502026-07-01T22:57:08.926Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7aebe0fecd8aecf6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0918be63b314ac07.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-59d1ed67f93cb188.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-be0721ee0556db15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1705773a90ca318e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d94e17159bb33dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.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`
114512026-07-01T22:57:09.152Z
114522026-07-01T22:57:09.152Zrunning 0 tests
114532026-07-01T22:57:09.152Z
114542026-07-01T22:57:09.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114552026-07-01T22:57:09.152Z
114562026-07-01T22:57:09.171Z Doc-tests trust_quorum_test_utils
114572026-07-01T22:57:09.171Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0918be63b314ac07.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5d403236ba19ed86.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c450cc6f48e17a57.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-29876477c59aa86d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114582026-07-01T22:57:09.332Z
114592026-07-01T22:57:09.332Zrunning 0 tests
114602026-07-01T22:57:09.332Z
114612026-07-01T22:57:09.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114622026-07-01T22:57:09.332Z
114632026-07-01T22:57:09.349Z Doc-tests trust_quorum_types
114642026-07-01T22:57:09.349Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3fba3190d375e19b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-667ccc8d4a14e4f7.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114652026-07-01T22:57:09.441Z
114662026-07-01T22:57:09.441Zrunning 0 tests
114672026-07-01T22:57:09.441Z
114682026-07-01T22:57:09.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-07-01T22:57:09.441Z
114702026-07-01T22:57:09.453Z Doc-tests trust_quorum_types_versions
114712026-07-01T22:57:09.457Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-152f49b112174385.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-78351d99bf4e6002.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-fe5bf3f159fa5017.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-7d2bbb1e8d4f77e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-f1168812d1c154fb.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`
114722026-07-01T22:57:10.026Z
114732026-07-01T22:57:10.026Zrunning 1 test
114742026-07-01T22:57:10.026Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
114752026-07-01T22:57:10.026Z
114762026-07-01T22:57:10.026Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114772026-07-01T22:57:10.026Z
114782026-07-01T22:57:10.029Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
114792026-07-01T22:57:10.050Z Doc-tests typed_rng
114802026-07-01T22:57:10.050Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d01eef2af45d693.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-9b068a201371edc9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8fa3b1b2b4ce1f06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114812026-07-01T22:57:10.117Z
114822026-07-01T22:57:10.117Zrunning 0 tests
114832026-07-01T22:57:10.117Z
114842026-07-01T22:57:10.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114852026-07-01T22:57:10.118Z
114862026-07-01T22:57:10.128Z Doc-tests update_common
114872026-07-01T22:57:10.128Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b222b0ed59d77ff4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114882026-07-01T22:57:10.350Z
114892026-07-01T22:57:10.350Zrunning 0 tests
114902026-07-01T22:57:10.350Z
114912026-07-01T22:57:10.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114922026-07-01T22:57:10.350Z
114932026-07-01T22:57:10.374Z Doc-tests update_engine
114942026-07-01T22:57:10.374Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c542c4b920042ea3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-5e781a52876182ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e337bedc45ddca82.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114952026-07-01T22:57:11.684Z
114962026-07-01T22:57:11.684Zrunning 4 tests
114972026-07-01T22:57:11.687Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
114982026-07-01T22:57:11.687Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
114992026-07-01T22:57:11.687Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
115002026-07-01T22:57:11.687Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
115012026-07-01T22:57:11.687Z
115022026-07-01T22:57:11.687Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
115032026-07-01T22:57:11.687Z
115042026-07-01T22:57:11.691Zall doctests ran in 1.05s; merged doctests compilation took 1.04s
115052026-07-01T22:57:11.717Z Doc-tests wicket
115062026-07-01T22:57:11.717Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d0e2b8b97da1a779.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115072026-07-01T22:57:12.218Z
115082026-07-01T22:57:12.219Zrunning 0 tests
115092026-07-01T22:57:12.219Z
115102026-07-01T22:57:12.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115112026-07-01T22:57:12.219Z
115122026-07-01T22:57:12.260Z Doc-tests wicket_common
115132026-07-01T22:57:12.260Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115142026-07-01T22:57:12.685Z
115152026-07-01T22:57:12.685Zrunning 0 tests
115162026-07-01T22:57:12.685Z
115172026-07-01T22:57:12.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115182026-07-01T22:57:12.686Z
115192026-07-01T22:57:12.721Z Doc-tests wicket_dbg
115202026-07-01T22:57:12.721Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4cba57e5a1333fa2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115212026-07-01T22:57:12.988Z
115222026-07-01T22:57:12.988Zrunning 0 tests
115232026-07-01T22:57:12.989Z
115242026-07-01T22:57:12.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115252026-07-01T22:57:12.989Z
115262026-07-01T22:57:13.017Z Doc-tests wicketd
115272026-07-01T22:57:13.021Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7e9c934015dd52d9.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-a904c04d38ef177b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-54989cb47951bc84.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d33e051b8db41297.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d9e1bebe8f6548c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-6b9a1b347592eb4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3e44da1d7c4e1ae6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-744c0f9df6d817d3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-949f01e705ba29cd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3a771feeb09c69a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c410b2f230acce91.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-621f49df9e89d140.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b6884f353f972e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b9453e0c033740cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-24c132f6e73a09bf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-962ca9a94d066b4f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-791eb03cf23fdbe6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f83b531a8bcc4f3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-70dcaf98b4f4c26f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c9fd5639edc76bbb.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b622e4b36e5a2335.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9f933240375db00c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bcef638da987eba7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1225ef0533099b45.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dae88f693d3efa04.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a5f65393a0584d12.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115282026-07-01T22:57:13.462Z
115292026-07-01T22:57:13.462Zrunning 0 tests
115302026-07-01T22:57:13.462Z
115312026-07-01T22:57:13.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115322026-07-01T22:57:13.462Z
115332026-07-01T22:57:13.503Z Doc-tests wicketd_api
115342026-07-01T22:57:13.503Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a904c04d38ef177b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0554675fd42ff9dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-589e920272f1552e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-235a66caa8836cd4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-09cfebd62161ffac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115352026-07-01T22:57:14.180Z
115362026-07-01T22:57:14.180Zrunning 2 tests
115372026-07-01T22:57:14.180Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 56) ... ignored
115382026-07-01T22:57:14.180Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 62) ... ignored
115392026-07-01T22:57:14.180Z
115402026-07-01T22:57:14.184Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115412026-07-01T22:57:14.184Z
115422026-07-01T22:57:14.184Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
115432026-07-01T22:57:14.215Z Doc-tests wicketd_client
115442026-07-01T22:57:14.215Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1d0ee87203da53c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-6092984a2f6f58b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8aa98f41a87a9a88.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ff9f78935a9c167.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dfc643e8b9ff147f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e006cf793f835f67.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ff553c1d5e96e44e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115452026-07-01T22:57:15.343Z
115462026-07-01T22:57:15.343Zrunning 0 tests
115472026-07-01T22:57:15.343Z
115482026-07-01T22:57:15.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115492026-07-01T22:57:15.343Z
115502026-07-01T22:57:15.395Z Doc-tests xtask_downloader
115512026-07-01T22:57:15.395Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-14c112d71bd3585b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-56830b72dc13e326.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-091c3762695f9d8b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115522026-07-01T22:57:15.512Z
115532026-07-01T22:57:15.512Zrunning 1 test
115542026-07-01T22:57:15.515Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
115552026-07-01T22:57:15.515Z
115562026-07-01T22:57:15.515Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115572026-07-01T22:57:15.515Z
115582026-07-01T22:57:15.526Z Doc-tests zfs_test_harness
115592026-07-01T22:57:15.526Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-a7f564b9de60aad8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-09111b9cd9fed0ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-25d314eb51a57f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-034bc3cf1d2ab611.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-da41889a4ef0e711.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115602026-07-01T22:57:15.741Z
115612026-07-01T22:57:15.741Zrunning 0 tests
115622026-07-01T22:57:15.741Z
115632026-07-01T22:57:15.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115642026-07-01T22:57:15.741Z
115652026-07-01T22:57:15.766Z Doc-tests zone_setup
115662026-07-01T22:57:15.769Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-986b6a60550c3a29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-95677dfdbcbfb098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4e870d592a444a4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3fba3190d375e19b.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-7f60138eaa3db0ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5727b825d23bd807.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-bdc3a1a117552168.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-19e4aec87aaca30a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7b1b1e17f6f1dc69.rlib -L dependency=/work/oxidecomputer/omicron/target/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-07-01T22:57:15.959Z
115682026-07-01T22:57:15.959Zrunning 0 tests
115692026-07-01T22:57:15.959Z
115702026-07-01T22:57:15.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115712026-07-01T22:57:15.959Z
115722026-07-01T22:57:16.057Z
115732026-07-01T22:57:16.057Zreal 2:22.442646209
115742026-07-01T22:57:16.058Zuser 1:52.835009606
115752026-07-01T22:57:16.058Zsys 54.607419820
115762026-07-01T22:57:16.058Ztrap 0.014839516
115772026-07-01T22:57:16.058Ztflt 0.969321451
115782026-07-01T22:57:16.061Zdflt 0.593645470
115792026-07-01T22:57:16.061Zkflt 0.000021090
115802026-07-01T22:57:16.061Zlock 6:38.909927506
115812026-07-01T22:57:16.061Zslp 13:26.365143728
115822026-07-01T22:57:16.061Zlat 0.358007297
115832026-07-01T22:57:16.061Zstop 4.292398502
115842026-07-01T22:57:16.061Z+ banner 'check schema migration cleanup'
115852026-07-01T22:57:16.062Z
115862026-07-01T22:57:16.062Z #### # # ###### #### # # #### #### # # ######
115872026-07-01T22:57:16.062Z # # # # # # # # # # # # # # #
115882026-07-01T22:57:16.062Z # ###### ##### # #### #### # ###### #####
115892026-07-01T22:57:16.062Z # # # # # # # # # # # #
115902026-07-01T22:57:16.062Z # # # # # # # # # # # # # # # #
115912026-07-01T22:57:16.062Z #### # # ###### #### # # #### #### # # ######
115922026-07-01T22:57:16.062Z
115932026-07-01T22:57:16.062Z+ ptime -m cargo xtask schema old-migrations
115942026-07-01T22:57:16.541Z Compiling serde_core v1.0.228
115952026-07-01T22:57:16.541Z Compiling libc v0.2.185
115962026-07-01T22:57:16.541Z Compiling serde v1.0.228
115972026-07-01T22:57:16.545Z Compiling rustix v1.1.3
115982026-07-01T22:57:16.545Z Compiling bitflags v2.11.0
115992026-07-01T22:57:16.545Z Compiling serde_json v1.0.150
116002026-07-01T22:57:16.626Z Compiling syn v1.0.109
116012026-07-01T22:57:16.638Z Compiling log v0.4.29
116022026-07-01T22:57:16.642Z Compiling getrandom v0.4.1
116032026-07-01T22:57:16.746Z Compiling usdt-impl v0.5.0
116042026-07-01T22:57:16.761Z Compiling indexmap v2.14.0
116052026-07-01T22:57:16.776Z Compiling anyhow v1.0.102
116062026-07-01T22:57:16.791Z Compiling fs-err v3.3.0
116072026-07-01T22:57:16.805Z Compiling heck v0.4.1
116082026-07-01T22:57:16.805Z Compiling once_cell v1.21.3
116092026-07-01T22:57:16.828Z Compiling syn v2.0.117
116102026-07-01T22:57:17.482Z Compiling errno v0.3.14
116112026-07-01T22:57:17.482Z Compiling thread-id v4.2.2
116122026-07-01T22:57:17.485Z Compiling memmap v0.7.0
116132026-07-01T22:57:18.147Z Compiling proc-macro-error v1.0.4
116142026-07-01T22:57:18.422Z Compiling terminal_size v0.4.3
116152026-07-01T22:57:18.422Z Compiling tempfile v3.25.0
116162026-07-01T22:57:18.457Z Compiling tabled_derive v0.7.0
116172026-07-01T22:57:18.522Z Compiling clap_builder v4.6.0
116182026-07-01T22:57:18.522Z Compiling textwrap v0.16.2
116192026-07-01T22:57:18.777Z Compiling camino v1.2.2
116202026-07-01T22:57:18.777Z Compiling semver v1.0.28
116212026-07-01T22:57:18.781Z Compiling cargo-platform v0.3.2
116222026-07-01T22:57:18.877Z Compiling pest_generator v2.8.6
116232026-07-01T22:57:19.072Z Compiling camino-tempfile v1.4.1
116242026-07-01T22:57:19.264Z Compiling tabled v0.15.0
116252026-07-01T22:57:19.430Z Compiling serde_derive v1.0.228
116262026-07-01T22:57:19.430Z Compiling thiserror-impl v1.0.69
116272026-07-01T22:57:19.430Z Compiling zerocopy-derive v0.7.35
116282026-07-01T22:57:19.433Z Compiling scroll_derive v0.12.1
116292026-07-01T22:57:19.433Z Compiling thiserror-impl v2.0.18
116302026-07-01T22:57:19.433Z Compiling clap_derive v4.6.1
116312026-07-01T22:57:19.466Z Compiling pest_derive v2.8.6
116322026-07-01T22:57:20.211Z Compiling scroll v0.12.0
116332026-07-01T22:57:20.265Z Compiling zerocopy v0.7.35
116342026-07-01T22:57:20.429Z Compiling goblin v0.8.2
116352026-07-01T22:57:20.509Z Compiling thiserror v1.0.69
116362026-07-01T22:57:20.581Z Compiling thiserror v2.0.18
116372026-07-01T22:57:20.597Z Compiling dtrace-parser v0.2.0
116382026-07-01T22:57:20.897Z Compiling clap v4.6.1
116392026-07-01T22:57:21.960Z Compiling toml_datetime v0.6.11
116402026-07-01T22:57:21.960Z Compiling serde_spanned v0.6.9
116412026-07-01T22:57:21.965Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
116422026-07-01T22:57:21.965Z Compiling macaddr v1.0.1
116432026-07-01T22:57:21.965Z Compiling cargo_metadata v0.23.1
116442026-07-01T22:57:21.972Z Compiling dof v0.3.0
116452026-07-01T22:57:21.976Z Compiling serde_tokenstream v0.2.3
116462026-07-01T22:57:22.197Z Compiling toml_edit v0.22.27
116472026-07-01T22:57:22.725Z Compiling usdt-attr-macro v0.5.0
116482026-07-01T22:57:22.725Z Compiling usdt-macro v0.5.0
116492026-07-01T22:57:23.424Z Compiling toml v0.8.23
116502026-07-01T22:57:23.486Z Compiling usdt v0.5.0
116512026-07-01T22:57:23.749Z Compiling cargo_toml v0.21.0
116522026-07-01T22:57:25.067Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
116532026-07-01T22:57:27.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
116542026-07-01T22:57:27.505Z Running `target/debug/xtask schema old-migrations`
116552026-07-01T22:57:28.379Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
116562026-07-01T22:57:28.515Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
116572026-07-01T22:57:28.515Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
116582026-07-01T22:57:28.549Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
116592026-07-01T22:57:29.094Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
116602026-07-01T22:57:29.094Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
116612026-07-01T22:57:36.199Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
116622026-07-01T22:57:36.199Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
116632026-07-01T22:57:37.006Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
116642026-07-01T22:57:37.010Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
116652026-07-01T22:57:37.010Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
116662026-07-01T22:57:37.010Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
116672026-07-01T22:57:45.648Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
116682026-07-01T22:57:53.630Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
116692026-07-01T22:57:55.205Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
116702026-07-01T22:58:29.682Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
116712026-07-01T22:58:40.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
116722026-07-01T22:58:40.645Z Running `target/debug/schema old-migrations`
116732026-07-01T22:58:40.708ZIdentifying old migrations that can be removed
116742026-07-01T22:58:40.817ZBase schema version: 148.0.0
116752026-07-01T22:58:40.821ZOK: No old migrations found
116762026-07-01T22:58:40.821Z
116772026-07-01T22:58:40.821Zreal 1:24.754114090
116782026-07-01T22:58:40.821Zuser 2:35.817565398
116792026-07-01T22:58:40.821Zsys 26.245047423
116802026-07-01T22:58:40.821Ztrap 0.021098277
116812026-07-01T22:58:40.821Ztflt 0.665931036
116822026-07-01T22:58:40.821Zdflt 1.698016523
116832026-07-01T22:58:40.821Zkflt 0.000040117
116842026-07-01T22:58:40.821Zlock 9:18.018336605
116852026-07-01T22:58:40.821Zslp 5:24.984538642
116862026-07-01T22:58:40.821Zlat 0.312670853
116872026-07-01T22:58:40.821Zstop 15.260575922
116882026-07-01T22:58:40.825Z+ [[ illumos == \i\l\l\u\m\o\s ]]
116892026-07-01T22:58:40.825Z+ banner live-test
116902026-07-01T22:58:40.825Z
116912026-07-01T22:58:40.825Z # # # # ###### ##### ###### #### #####
116922026-07-01T22:58:40.825Z # # # # # # # # #
116932026-07-01T22:58:40.825Z # # # # ##### ##### # ##### #### #
116942026-07-01T22:58:40.825Z # # # # # # # # #
116952026-07-01T22:58:40.825Z # # # # # # # # # #
116962026-07-01T22:58:40.825Z ###### # ## ###### # ###### #### #
116972026-07-01T22:58:40.825Z
116982026-07-01T22:58:40.825Z+ ptime -m cargo xtask live-tests
116992026-07-01T22:58:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
117002026-07-01T22:58:41.320Z Running `target/debug/xtask live-tests`
117012026-07-01T22:58:41.360Zusing temporary directory: /var/tmp/omicron_tmp/.tmpJHvcD1
117022026-07-01T22:58:41.360Zwill create archive file: /var/tmp/omicron_tmp/.tmpJHvcD1/live-tests-archive/omicron-live-tests.tar.zst
117032026-07-01T22:58:41.360Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
117042026-07-01T22:58:41.360Z
117052026-07-01T22:58:41.364Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpJHvcD1/live-tests-archive/omicron-live-tests.tar.zst"
117062026-07-01T22:58:43.206Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
117072026-07-01T22:58:43.335Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
117082026-07-01T22:58:43.352Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
117092026-07-01T22:58:43.369Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
117102026-07-01T22:58:43.387Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
117112026-07-01T22:58:43.387Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
117122026-07-01T22:58:43.437Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
117132026-07-01T22:58:43.441Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
117142026-07-01T22:58:43.441Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
117152026-07-01T22:58:43.441Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
117162026-07-01T22:58:43.441Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
117172026-07-01T22:58:43.444Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
117182026-07-01T22:58:44.433Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
117192026-07-01T22:58:45.102Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
117202026-07-01T22:58:48.664Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
117212026-07-01T22:58:48.664Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
117222026-07-01T22:58:49.687Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
117232026-07-01T22:59:20.954Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
117242026-07-01T22:59:21.490Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
117252026-07-01T22:59:23.769Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
117262026-07-01T22:59:24.313Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
117272026-07-01T22:59:51.753Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
117282026-07-01T22:59:59.019Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
117292026-07-01T23:00:22.565Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
117302026-07-01T23:00:22.774Zinfo: experimental features enabled: setup-scripts, benchmarks
117312026-07-01T23:00:22.779Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpJHvcD1/live-tests-archive/omicron-live-tests.tar.zst
117322026-07-01T23:00:23.383Z Archived 402 files to /var/tmp/omicron_tmp/.tmpJHvcD1/live-tests-archive/omicron-live-tests.tar.zst in 0.60s
117332026-07-01T23:00:23.469Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpJHvcD1/live-tests-archive\""
117342026-07-01T23:00:23.480Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpJHvcD1" "live-tests-archive"
117352026-07-01T23:00:23.607Zcreated:
117362026-07-01T23:00:23.607ZTo use this:
117372026-07-01T23:00:23.607Z
117382026-07-01T23:00:23.607Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
117392026-07-01T23:00:23.607Z1. Copy the tarball to the switch zone in a deployed Omicron system.
117402026-07-01T23:00:23.607Z
117412026-07-01T23:00:23.611Z e.g., scp \
117422026-07-01T23:00:23.611Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
117432026-07-01T23:00:23.611Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
117442026-07-01T23:00:23.611Z
117452026-07-01T23:00:23.611Z2. Copy the `cargo-nextest` binary to the same place.
117462026-07-01T23:00:23.611Z
117472026-07-01T23:00:23.611Z e.g., scp \
117482026-07-01T23:00:23.611Z $(which cargo-nextest) \
117492026-07-01T23:00:23.611Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
117502026-07-01T23:00:23.611Z
117512026-07-01T23:00:23.611Z3. From the switch zone on that system, unpack the tarball with:
117522026-07-01T23:00:23.611Z
117532026-07-01T23:00:23.611Z tar xzf live-tests-archive.tgz
117542026-07-01T23:00:23.611Z
117552026-07-01T23:00:23.611Z4. From the switch zone on that system, run tests with:
117562026-07-01T23:00:23.611Z
117572026-07-01T23:00:23.611Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
117582026-07-01T23:00:23.611Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
117592026-07-01T23:00:23.611Z --workspace-remap live-tests-archive
117602026-07-01T23:00:23.611Z
117612026-07-01T23:00:23.611Z
117622026-07-01T23:00:23.611Zreal 1:42.780614009
117632026-07-01T23:00:23.611Zuser 2:45.555028725
117642026-07-01T23:00:23.611Zsys 27.488601107
117652026-07-01T23:00:23.611Ztrap 0.021963539
117662026-07-01T23:00:23.611Ztflt 0.256345651
117672026-07-01T23:00:23.611Zdflt 1.527395478
117682026-07-01T23:00:23.611Zkflt 0.000018747
117692026-07-01T23:00:23.611Zlock 12:50.299925216
117702026-07-01T23:00:23.611Zslp 10:26.918632683
117712026-07-01T23:00:23.612Zlat 0.231096562
117722026-07-01T23:00:23.612Zstop 5.022869562
117732026-07-01T23:00:23.612Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
117742026-07-01T23:00:23.615Z+ unset TMPDIR
117752026-07-01T23:00:23.615Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
117762026-07-01T23:00:23.615Zfiles in /var/tmp/omicron_tmp (none expected on success):
117772026-07-01T23:00:23.616Z+ find /var/tmp/omicron_tmp -ls
117782026-07-01T23:00:23.616Z135830 32 drwxr-xr-x 2 build build 2 Jul 1 23:00 /var/tmp/omicron_tmp
117792026-07-01T23:00:23.616Z+ rmdir /var/tmp/omicron_tmp
117802026-07-01T23:00:23.619Zprocess exited: duration 1880609 ms, exit code 0
 
117812026-07-01T23:00:23.631Zfound 6 output files
117822026-07-01T23:00:23.650Zuploading: /work/cargo-build-analysis.jsonl (1783818 bytes)
117832026-07-01T23:00:24.658Zuploaded: /work/cargo-build-analysis.jsonl
117842026-07-01T23:00:24.659Zuploading: /work/environment.json (108 bytes)
117852026-07-01T23:00:25.672Zuploaded: /work/environment.json
117862026-07-01T23:00:25.672Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (594119 bytes)
117872026-07-01T23:00:26.694Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
117882026-07-01T23:00:26.694Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (285723136 bytes)
117892026-07-01T23:00:29.690Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
117902026-07-01T23:00:29.690Zuploading: /tmp/nextest-run-archive.zip (2953708 bytes)
117912026-07-01T23:00:30.739Zuploaded: /tmp/nextest-run-archive.zip
117922026-07-01T23:00:30.739Zuploading: /tmp/nextest-chrome-trace.json (3786462 bytes)
117932026-07-01T23:00:31.793Zuploaded: /tmp/nextest-chrome-trace.json