01KXPH446T4R9RQ0E6G33V75P5: 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: 01KXPH601RD3MNS3GWKT9A13BV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T22:37:22.880Zjob assigned to worker 01KXPH63MR0XTFMAPJ0YQ0T56S [factory aws, i-01d41aa0c048fcc76] (queued for 53 s)
 
22026-07-16T22:37:29.981Zstarting task 0: "setup"
32026-07-16T22:37:29.986Z++ uname -s
42026-07-16T22:37:29.986Z+ kern=SunOS
52026-07-16T22:37:29.986Z+ build_user=build
62026-07-16T22:37:29.986Z+ build_uid=12345
72026-07-16T22:37:29.986Z+ work_dir=/work
82026-07-16T22:37:29.986Z+ input_dir=/input
92026-07-16T22:37:29.986Z+ [[ 0 == 12345 ]]
102026-07-16T22:37:29.987Z+ case "$kern" in
112026-07-16T22:37:29.987Z+ groupadd -g 12345 build
122026-07-16T22:37:30.000Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T22:37:31.995Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T22:37:32.120Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T22:37:32.125Z+ home_fs=zfs
162026-07-16T22:37:32.125Z+ [[ zfs == autofs ]]
172026-07-16T22:37:32.125Z+ mkdir -p /home/build
182026-07-16T22:37:32.129Z+ chown build:build /home/build /work
192026-07-16T22:37:34.127Z+ chmod 0700 /home/build /work
202026-07-16T22:37:34.130Zprocess exited: duration 4155 ms, exit code 0
 
212026-07-16T22:37:34.137Zstarting task 1: "rust-toolchain"
222026-07-16T22:37:34.144Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T22:37:34.144Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T22:37:34.144Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-16T22:37:34.144Z * rust toolchain channel = "1.96.1"
262026-07-16T22:37:34.144Z * rust toolchain profile = "default"
272026-07-16T22:37:34.148Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T22:37:34.148Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T22:37:34.148Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T22:37:34.264Zinfo: downloading installer
312026-07-16T22:37:35.617Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T22:37:35.617Zwarn: /home/build/.rustup/settings.toml
332026-07-16T22:37:35.617Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T22:37:35.617Zwarn: instead of the one inferred from the default host triple.
352026-07-16T22:37:35.630Zinfo: profile set to default
362026-07-16T22:37:35.630Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T22:37:35.633Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T22:37:35.772Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T22:37:35.775Zinfo: downloading 6 components
402026-07-16T22:37:51.690Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T22:37:51.690Z
422026-07-16T22:37:51.690Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T22:37:51.690Z
442026-07-16T22:37:51.690Z
452026-07-16T22:37:51.690ZRust is installed now. Great!
462026-07-16T22:37:51.690Z
472026-07-16T22:37:51.690ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T22:37:51.690Zenvironment variable. This has not been done automatically.
492026-07-16T22:37:51.690Z
502026-07-16T22:37:51.690ZTo configure your current shell, you need to source
512026-07-16T22:37:51.691Zthe corresponding env file under $HOME/.cargo.
522026-07-16T22:37:51.691Z
532026-07-16T22:37:51.691ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T22:37:51.691Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T22:37:51.691Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T22:37:51.691Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T22:37:51.691Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T22:37:51.691Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T22:37:51.691Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T22:37:51.691Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T22:37:51.691Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T22:37:51.691Z+ rustup --version
632026-07-16T22:37:51.692Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T22:37:51.692Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T22:37:51.692Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T22:37:51.692Z+ cargo --version
672026-07-16T22:37:51.692Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T22:37:51.692Z+ rustc --version
692026-07-16T22:37:51.692Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T22:37:51.692Zprocess exited: duration 16590 ms, exit code 0
 
712026-07-16T22:37:51.819Zstarting task 2: "authentication"
722026-07-16T22:37:51.828Zprocess exited: duration 61 ms, exit code 0
 
732026-07-16T22:37:51.876Zstarting task 3: "clone repository"
742026-07-16T22:37:51.880Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T22:37:51.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T22:37:51.880ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T22:38:09.142Z+ cd /work/oxidecomputer/omicron
782026-07-16T22:38:09.142Z+ git fetch origin cfb5b3af7addba321b7421c4ef3d906a42d1dc07
792026-07-16T22:38:09.429ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T22:38:09.429Z * branch cfb5b3af7addba321b7421c4ef3d906a42d1dc07 -> FETCH_HEAD
812026-07-16T22:38:09.443Z+ [[ -n dependabot/cargo/diesel-2.3.10 ]]
822026-07-16T22:38:09.446Z++ git branch --show-current
832026-07-16T22:38:09.446Z+ current=main
842026-07-16T22:38:09.446Z+ [[ main != dependabot/cargo/diesel-2.3.10 ]]
852026-07-16T22:38:09.446Z+ git branch -f dependabot/cargo/diesel-2.3.10 cfb5b3af7addba321b7421c4ef3d906a42d1dc07
862026-07-16T22:38:09.452Z+ git checkout -f dependabot/cargo/diesel-2.3.10
872026-07-16T22:38:09.713ZSwitched to branch 'dependabot/cargo/diesel-2.3.10'
882026-07-16T22:38:09.718Z+ git reset --hard cfb5b3af7addba321b7421c4ef3d906a42d1dc07
892026-07-16T22:38:09.730ZHEAD is now at cfb5b3af7 bump diesel from 2.3.7 to 2.3.10
902026-07-16T22:38:09.734Zprocess exited: duration 17895 ms, exit code 0
 
912026-07-16T22:38:09.743Zstarting task 4: "build"
922026-07-16T22:38:09.759Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-07-16T22:38:09.759Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-07-16T22:38:09.759Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-07-16T22:38:09.759Z+ mkdir /var/tmp/omicron_tmp
962026-07-16T22:38:09.768Z+ source ./env.sh
972026-07-16T22:38:09.768Z++ OLD_SHELL_OPTS=ehxB
982026-07-16T22:38:09.769Z++ set -o xtrace
992026-07-16T22:38:09.769Z++++ dirname ./env.sh
1002026-07-16T22:38:09.769Z+++ readlink -f .
1012026-07-16T22:38:09.769Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-16T22:38:09.769Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-16T22:38:09.769Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-16T22:38:09.769Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-16T22:38:09.769Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-16T22:38:09.769Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-16T22:38:09.769Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-16T22:38:09.769Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-16T22:38:09.769Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-16T22:38:09.769Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-16T22:38:09.769Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-16T22:38:09.769Z++ case $OLD_SHELL_OPTS in
1132026-07-16T22:38:09.769Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-16T22:38:09.769Z+ source .github/buildomat/ci-env.sh
1152026-07-16T22:38:09.769Z++ export CARGO_TERM_COLOR=always
1162026-07-16T22:38:09.769Z++ CARGO_TERM_COLOR=always
1172026-07-16T22:38:09.778Z+++ uname -s
1182026-07-16T22:38:09.778Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-07-16T22:38:09.778Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-07-16T22:38:09.778Z+ target_os=illumos
1212026-07-16T22:38:09.778Z+ NEXTEST_VERSION=0.9.131
1222026-07-16T22:38:09.778Z+ cargo --version
1232026-07-16T22:38:09.783Zcargo 1.96.1 (356927216 2026-06-26)
1242026-07-16T22:38:09.783Z+ rustc --version
1252026-07-16T22:38:09.806Zrustc 1.96.1 (31fca3adb 2026-06-26)
1262026-07-16T22:38:09.810Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-07-16T22:38:09.811Z+ gunzip
1282026-07-16T22:38:09.811Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-07-16T22:38:10.842Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-07-16T22:38:10.845Z+ OUTPUT_DIR=/work
1312026-07-16T22:38:10.845Z+ echo 'tests will store non-ephemeral output in /work'
1322026-07-16T22:38:10.845Ztests will store non-ephemeral output in /work
1332026-07-16T22:38:10.845Z+ mkdir -p /work
1342026-07-16T22:38:10.845Z+ banner prerequisites
1352026-07-16T22:38:10.848Z
1362026-07-16T22:38:10.848Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-07-16T22:38:10.848Z # # # # # # # # # # # # # # #
1382026-07-16T22:38:10.849Z # # # # ##### # # ##### # # # # # #### #
1392026-07-16T22:38:10.849Z ##### ##### # ##### # # # # # # # # #
1402026-07-16T22:38:10.849Z # # # # # # # # # # # # # # #
1412026-07-16T22:38:10.849Z # # # ###### # # ###### ### # #### # #### #
1422026-07-16T22:38:10.849Z
1432026-07-16T22:38:10.849Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-07-16T22:38:12.525Z Startup: Refreshing catalog 'helios' ... Done
1452026-07-16T22:38:12.649Z Startup: Caching catalogs ... Done
1462026-07-16T22:38:13.212ZPlanning: Solver setup ... Done (0.515s)
1472026-07-16T22:38:13.240ZPlanning: Running solver ... Done (0.029s)
1482026-07-16T22:38:13.254ZPlanning: Finding local manifests ... Done (0.003s)
1492026-07-16T22:38:13.266ZPlanning: Fetching manifests: 0/2 0% complete
1502026-07-16T22:38:13.293ZPlanning: Fetching manifests: 2/2 100% complete
1512026-07-16T22:38:13.307ZPlanning: Package planning ... Done (0.015s)
1522026-07-16T22:38:13.311ZPlanning: Merging actions ... Done (0.001s)
1532026-07-16T22:38:13.483ZPlanning: Checking for conflicting actions ... Done (0.173s)
1542026-07-16T22:38:13.487ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-07-16T22:38:14.369ZPlanning: Evaluating mediators ... Done (0.885s)
1562026-07-16T22:38:14.373ZPlanning: Planning completed in 1.70 seconds
1572026-07-16T22:38:14.378Z Packages to install: 2
1582026-07-16T22:38:14.378Z Estimated space available: 156.04 GB
1592026-07-16T22:38:14.381ZEstimated space to be consumed: 34.06 MB
1602026-07-16T22:38:14.381Z Create boot environment: No
1612026-07-16T22:38:14.382ZCreate backup boot environment: No
1622026-07-16T22:38:14.382Z Rebuild boot archive: No
1632026-07-16T22:38:14.382Z
1642026-07-16T22:38:14.382ZChanged packages:
1652026-07-16T22:38:14.382Zhelios
1662026-07-16T22:38:14.382Z developer/build-essential
1672026-07-16T22:38:14.382Z None -> 11-3.0
1682026-07-16T22:38:14.382Z library/libxmlsec1
1692026-07-16T22:38:14.382Z None -> 1.2.35-3.0
1702026-07-16T22:38:14.430Z
1712026-07-16T22:38:14.430ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-07-16T22:38:14.904ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1732026-07-16T22:38:14.985Z Actions: 1/268 actions (Installing new actions)
1742026-07-16T22:38:15.021Z Actions: Completed 268 actions in 0.04 seconds.
1752026-07-16T22:38:15.035ZFinalize: Updating package state database ... Done (0.015s)
1762026-07-16T22:38:15.035ZFinalize: Updating package cache ... Done (0.000s)
1772026-07-16T22:38:15.068ZFinalize: Updating image state ... Done (0.033s)
1782026-07-16T22:38:17.585ZFinalize: Creating fast lookup database ... Done (2.489s)
1792026-07-16T22:38:17.656ZFinalize: Reading search index ... Done (0.012s)
1802026-07-16T22:38:17.659ZFinalize: Updating search index ... Done (0.000s)
1812026-07-16T22:38:17.772ZFinalize: Updating package cache ... Done (0.000s)
1822026-07-16T22:38:18.089ZPlanning: Evaluating mediator changes ... Done
1832026-07-16T22:38:18.193ZPlanning: Checking for conflicting actions ... Done
1842026-07-16T22:38:18.197ZPlanning: Consolidating action changes ... Done
1852026-07-16T22:38:18.372ZPlanning: Evaluating mediators ... Done
1862026-07-16T22:38:18.401ZPlanning: Planning completed in 0.26 seconds
1872026-07-16T22:38:18.402Z Mediators to change: 2
1882026-07-16T22:38:18.402Z Create boot environment: No
1892026-07-16T22:38:18.402ZCreate backup boot environment: No
1902026-07-16T22:38:18.448ZFinalize: Updating package state database ... Done
1912026-07-16T22:38:18.448ZFinalize: Updating package cache ... Done
1922026-07-16T22:38:18.461ZFinalize: Updating image state ... Done
1932026-07-16T22:38:20.391ZFinalize: Creating fast lookup database ... Done
1942026-07-16T22:38:20.454ZFinalize: Reading search index ... Done
1952026-07-16T22:38:20.476ZFinalize: Updating search index ... Done
1962026-07-16T22:38:20.545ZFinalize: Updating package cache ... Done
1972026-07-16T22:38:20.844ZPlanning: Evaluating mediator changes ... Done
1982026-07-16T22:38:20.944ZPlanning: Checking for conflicting actions ... Done
1992026-07-16T22:38:20.950ZPlanning: Consolidating action changes ... Done
2002026-07-16T22:38:21.100ZPlanning: Evaluating mediators ... Done
2012026-07-16T22:38:21.105ZPlanning: Planning completed in 0.26 seconds
2022026-07-16T22:38:21.118Z Mediators to change: 1
2032026-07-16T22:38:21.118Z Create boot environment: No
2042026-07-16T22:38:21.118ZCreate backup boot environment: No
2052026-07-16T22:38:21.186ZFinalize: Updating package state database ... Done
2062026-07-16T22:38:21.186ZFinalize: Updating package cache ... Done
2072026-07-16T22:38:21.189ZFinalize: Updating image state ... Done
2082026-07-16T22:38:23.118ZFinalize: Creating fast lookup database ... Done
2092026-07-16T22:38:23.172ZFinalize: Reading search index ... Done
2102026-07-16T22:38:23.188ZFinalize: Updating search index ... Done
2112026-07-16T22:38:23.255ZFinalize: Updating package cache ... Done
2122026-07-16T22:38:23.570ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-07-16T22:38:23.570Zapache system 2.4 system
2142026-07-16T22:38:23.570Zclang system 15 system
2152026-07-16T22:38:23.571Zcsh system system illumos
2162026-07-16T22:38:23.571Zctags system system illumos
2172026-07-16T22:38:23.571Zfile vendor vendor darwinsys
2182026-07-16T22:38:23.571Zfile system system illumos
2192026-07-16T22:38:23.571Zgcc vendor 14 vendor
2202026-07-16T22:38:23.571Zgcc system 13 system
2212026-07-16T22:38:23.571Zgcc system 10 system
2222026-07-16T22:38:23.571Zgo system 1.25 system
2232026-07-16T22:38:23.571Zllvm system 15 system
2242026-07-16T22:38:23.571Zmariadb system 11.4 system
2252026-07-16T22:38:23.571Zmta vendor vendor dma
2262026-07-16T22:38:23.571Zopenjdk system 17 system
2272026-07-16T22:38:23.571Zopenjdk system 11 system
2282026-07-16T22:38:23.571Zopenssl vendor 3 vendor
2292026-07-16T22:38:23.571Zperl system 5.40 system
2302026-07-16T22:38:23.571Zpostgresql system 18 system
2312026-07-16T22:38:23.571Zpostgresql system 17 system
2322026-07-16T22:38:23.571Zpython vendor 3 vendor
2332026-07-16T22:38:23.571Zpython system 2 system
2342026-07-16T22:38:23.571Zpython3 vendor 3.13 vendor
2352026-07-16T22:38:23.572Zruby system 3.4 system
2362026-07-16T22:38:23.572Zruby system 3.0 system
2372026-07-16T22:38:23.572Zwords vendor vendor american-english
2382026-07-16T22:38:23.572Zwords system system australian-english
2392026-07-16T22:38:23.572Zwords system system british-english
2402026-07-16T22:38:23.572Zwords system system canadian-english
2412026-07-16T22:38:23.572Zwords system system french
2422026-07-16T22:38:23.572Zwords system system italian
2432026-07-16T22:38:23.572Zwords system system ngerman
2442026-07-16T22:38:23.572Zwords system system ogerman
2452026-07-16T22:38:23.572Zwords system system spanish
2462026-07-16T22:38:23.822ZPUBLISHER TYPE STATUS P LOCATION
2472026-07-16T22:38:23.822Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-07-16T22:38:24.143ZFMRI IFO
2492026-07-16T22:38:24.143Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-07-16T22:38:24.143Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-07-16T22:38:24.143Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-07-16T22:38:24.143Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-07-16T22:38:24.143Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-07-16T22:38:24.143Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-07-16T22:38:24.143Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-07-16T22:38:24.144Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-07-16T22:38:24.144Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-07-16T22:38:24.401Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-07-16T22:38:24.674Z Updating crates.io index
2602026-07-16T22:38:24.678Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-07-16T22:38:24.887Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-07-16T22:38:25.153Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-07-16T22:38:26.111Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-07-16T22:38:26.676Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-07-16T22:38:28.567Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-07-16T22:38:29.322Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-07-16T22:38:29.570Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-07-16T22:38:29.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-07-16T22:38:31.236Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-07-16T22:38:31.485Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-16T22:38:31.803Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-07-16T22:38:32.055Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-07-16T22:38:32.487Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-16T22:38:33.060Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2752026-07-16T22:38:33.291Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-07-16T22:38:33.540Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-07-16T22:38:33.783Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-07-16T22:38:34.037Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-07-16T22:38:34.293Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-07-16T22:38:34.521Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-07-16T22:38:34.757Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-07-16T22:38:35.112Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-07-16T22:38:35.428Z Updating git repository `https://github.com/oxidecomputer/erebor`
2842026-07-16T22:38:35.647Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-07-16T22:38:36.023Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-07-16T22:38:36.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-07-16T22:38:36.644Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-07-16T22:38:37.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-07-16T22:38:37.451Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-07-16T22:38:37.699Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-07-16T22:38:38.069Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-07-16T22:38:38.497Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-07-16T22:38:38.687Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-07-16T22:38:38.937Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-07-16T22:38:39.196Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-07-16T22:38:39.697Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2972026-07-16T22:38:39.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-07-16T22:38:40.154Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-07-16T22:38:40.452Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-07-16T22:38:40.704Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-07-16T22:38:43.597Z Downloading crates ...
3022026-07-16T22:38:43.643Z Downloaded block-buffer v0.10.4
3032026-07-16T22:38:43.647Z Downloaded anstyle v1.0.14
3042026-07-16T22:38:43.651Z Downloaded colorchoice v1.0.4
3052026-07-16T22:38:43.655Z Downloaded fnv v1.0.7
3062026-07-16T22:38:43.658Z Downloaded anstream v1.0.0
3072026-07-16T22:38:43.662Z Downloaded macaddr v1.0.1
3082026-07-16T22:38:43.662Z Downloaded cargo_metadata v0.23.1
3092026-07-16T22:38:43.665Z Downloaded plain v0.2.3
3102026-07-16T22:38:43.678Z Downloaded anstyle-query v1.1.5
3112026-07-16T22:38:43.681Z Downloaded heck v0.5.0
3122026-07-16T22:38:43.681Z Downloaded cpufeatures v0.2.17
3132026-07-16T22:38:43.685Z Downloaded zerocopy v0.7.35
3142026-07-16T22:38:43.691Z Downloaded version_check v0.9.5
3152026-07-16T22:38:43.695Z Downloaded toml_datetime v0.6.11
3162026-07-16T22:38:43.695Z Downloaded cargo-platform v0.3.2
3172026-07-16T22:38:43.695Z Downloaded tabled_derive v0.7.0
3182026-07-16T22:38:43.695Z Downloaded smawk v0.3.2
3192026-07-16T22:38:43.695Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-16T22:38:43.699Z Downloaded cfg-if v1.0.4
3212026-07-16T22:38:43.702Z Downloaded crypto-common v0.1.7
3222026-07-16T22:38:43.705Z Downloaded fastrand v2.3.0
3232026-07-16T22:38:43.705Z Downloaded bytecount v0.6.9
3242026-07-16T22:38:43.714Z Downloaded errno v0.3.14
3252026-07-16T22:38:43.717Z Downloaded anstyle-parse v1.0.0
3262026-07-16T22:38:43.723Z Downloaded clap_lex v1.0.0
3272026-07-16T22:38:43.726Z Downloaded thiserror v2.0.18
3282026-07-16T22:38:43.730Z Downloaded semver v1.0.28
3292026-07-16T22:38:43.733Z Downloaded camino-tempfile v1.4.1
3302026-07-16T22:38:43.739Z Downloaded itoa v1.0.17
3312026-07-16T22:38:43.743Z Downloaded dtrace-parser v0.2.0
3322026-07-16T22:38:43.743Z Downloaded strsim v0.11.1
3332026-07-16T22:38:43.751Z Downloaded equivalent v1.0.2
3342026-07-16T22:38:43.754Z Downloaded terminal_size v0.4.3
3352026-07-16T22:38:43.760Z Downloaded serde_derive v1.0.228
3362026-07-16T22:38:43.763Z Downloaded fs-err v3.3.0
3372026-07-16T22:38:43.763Z Downloaded heck v0.4.1
3382026-07-16T22:38:43.769Z Downloaded pretty-hex v0.4.1
3392026-07-16T22:38:43.772Z Downloaded usdt-macro v0.5.0
3402026-07-16T22:38:43.778Z Downloaded toml_write v0.1.2
3412026-07-16T22:38:43.782Z Downloaded swrite v0.1.0
3422026-07-16T22:38:43.782Z Downloaded dof v0.3.0
3432026-07-16T22:38:43.785Z Downloaded usdt-attr-macro v0.5.0
3442026-07-16T22:38:43.785Z Downloaded unicode-linebreak v0.1.5
3452026-07-16T22:38:43.785Z Downloaded serde_spanned v0.6.9
3462026-07-16T22:38:43.788Z Downloaded is_terminal_polyfill v1.70.2
3472026-07-16T22:38:43.794Z Downloaded scroll_derive v0.12.1
3482026-07-16T22:38:43.797Z Downloaded utf8parse v0.2.2
3492026-07-16T22:38:43.797Z Downloaded generic-array v0.14.7
3502026-07-16T22:38:43.797Z Downloaded usdt v0.5.0
3512026-07-16T22:38:43.826Z Downloaded thread-id v4.2.2
3522026-07-16T22:38:43.829Z Downloaded autocfg v1.5.0
3532026-07-16T22:38:43.832Z Downloaded cargo_toml v0.21.0
3542026-07-16T22:38:43.837Z Downloaded scroll v0.12.0
3552026-07-16T22:38:43.837Z Downloaded pest_meta v2.8.6
3562026-07-16T22:38:43.841Z Downloaded digest v0.10.7
3572026-07-16T22:38:43.844Z Downloaded quote v1.0.45
3582026-07-16T22:38:43.848Z Downloaded memmap v0.7.0
3592026-07-16T22:38:43.851Z Downloaded byteorder v1.5.0
3602026-07-16T22:38:43.854Z Downloaded zmij v1.0.21
3612026-07-16T22:38:43.854Z Downloaded thiserror-impl v2.0.18
3622026-07-16T22:38:43.861Z Downloaded thiserror v1.0.69
3632026-07-16T22:38:43.864Z Downloaded usdt-impl v0.5.0
3642026-07-16T22:38:43.867Z Downloaded serde_tokenstream v0.2.3
3652026-07-16T22:38:43.867Z Downloaded clap v4.6.1
3662026-07-16T22:38:43.870Z Downloaded sha2 v0.10.9
3672026-07-16T22:38:43.874Z Downloaded anyhow v1.0.102
3682026-07-16T22:38:43.874Z Downloaded camino v1.2.2
3692026-07-16T22:38:43.877Z Downloaded bitflags v2.11.0
3702026-07-16T22:38:43.880Z Downloaded once_cell v1.21.3
3712026-07-16T22:38:43.894Z Downloaded thiserror-impl v1.0.69
3722026-07-16T22:38:43.897Z Downloaded pest_generator v2.8.6
3732026-07-16T22:38:43.897Z Downloaded ucd-trie v0.1.7
3742026-07-16T22:38:43.900Z Downloaded toml v0.8.23
3752026-07-16T22:38:43.900Z Downloaded clap_derive v4.6.1
3762026-07-16T22:38:43.905Z Downloaded tempfile v3.25.0
3772026-07-16T22:38:43.912Z Downloaded memchr v2.8.0
3782026-07-16T22:38:43.916Z Downloaded papergrid v0.11.0
3792026-07-16T22:38:43.919Z Downloaded unicode-ident v1.0.24
3802026-07-16T22:38:43.919Z Downloaded getrandom v0.4.1
3812026-07-16T22:38:43.922Z Downloaded serde_core v1.0.228
3822026-07-16T22:38:43.922Z Downloaded proc-macro2 v1.0.106
3832026-07-16T22:38:43.927Z Downloaded log v0.4.29
3842026-07-16T22:38:43.927Z Downloaded pest v2.8.6
3852026-07-16T22:38:43.930Z Downloaded indexmap v2.14.0
3862026-07-16T22:38:43.930Z Downloaded zerocopy-derive v0.7.35
3872026-07-16T22:38:43.933Z Downloaded textwrap v0.16.2
3882026-07-16T22:38:43.933Z Downloaded proc-macro-error v1.0.4
3892026-07-16T22:38:43.936Z Downloaded pest_derive v2.8.6
3902026-07-16T22:38:43.958Z Downloaded toml_edit v0.22.27
3912026-07-16T22:38:43.961Z Downloaded typenum v1.20.1
3922026-07-16T22:38:43.964Z Downloaded serde v1.0.228
3932026-07-16T22:38:43.977Z Downloaded hashbrown v0.17.0
3942026-07-16T22:38:44.046Z Downloaded serde_json v1.0.150
3952026-07-16T22:38:44.058Z Downloaded clap_builder v4.6.0
3962026-07-16T22:38:44.061Z Downloaded winnow v0.7.14
3972026-07-16T22:38:44.070Z Downloaded goblin v0.8.2
3982026-07-16T22:38:44.081Z Downloaded tabled v0.15.0
3992026-07-16T22:38:44.090Z Downloaded syn v1.0.109
4002026-07-16T22:38:44.098Z Downloaded unicode-width v0.1.14
4012026-07-16T22:38:44.101Z Downloaded unicode-width v0.2.0
4022026-07-16T22:38:44.111Z Downloaded syn v2.0.117
4032026-07-16T22:38:44.120Z Downloaded rustix v1.1.3
4042026-07-16T22:38:44.155Z Downloaded libc v0.2.185
4052026-07-16T22:38:44.216Z Compiling proc-macro2 v1.0.106
4062026-07-16T22:38:44.216Z Compiling unicode-ident v1.0.24
4072026-07-16T22:38:44.216Z Compiling quote v1.0.45
4082026-07-16T22:38:44.220Z Compiling serde_core v1.0.228
4092026-07-16T22:38:44.220Z Compiling libc v0.2.185
4102026-07-16T22:38:44.220Z Compiling version_check v0.9.5
4112026-07-16T22:38:44.220Z Compiling memchr v2.8.0
4122026-07-16T22:38:44.220Z Compiling serde v1.0.228
4132026-07-16T22:38:44.220Z Compiling zmij v1.0.21
4142026-07-16T22:38:44.220Z Compiling itoa v1.0.17
4152026-07-16T22:38:44.220Z Compiling thiserror v1.0.69
4162026-07-16T22:38:44.220Z Compiling ucd-trie v0.1.7
4172026-07-16T22:38:44.220Z Compiling rustix v1.1.3
4182026-07-16T22:38:44.220Z Compiling byteorder v1.5.0
4192026-07-16T22:38:44.401Z Compiling bitflags v2.11.0
4202026-07-16T22:38:44.404Z Compiling serde_json v1.0.150
4212026-07-16T22:38:44.404Z Compiling syn v1.0.109
4222026-07-16T22:38:44.404Z Compiling camino v1.2.2
4232026-07-16T22:38:44.404Z Compiling utf8parse v0.2.2
4242026-07-16T22:38:44.404Z Compiling log v0.4.29
4252026-07-16T22:38:44.404Z Compiling equivalent v1.0.2
4262026-07-16T22:38:44.404Z Compiling plain v0.2.3
4272026-07-16T22:38:44.404Z Compiling hashbrown v0.17.0
4282026-07-16T22:38:44.404Z Compiling getrandom v0.4.1
4292026-07-16T22:38:44.404Z Compiling autocfg v1.5.0
4302026-07-16T22:38:44.416Z Compiling anstyle-query v1.1.5
4312026-07-16T22:38:44.419Z Compiling winnow v0.7.14
4322026-07-16T22:38:44.419Z Compiling colorchoice v1.0.4
4332026-07-16T22:38:44.419Z Compiling anstyle v1.0.14
4342026-07-16T22:38:44.838Z Compiling anstyle-parse v1.0.0
4352026-07-16T22:38:45.000Z Compiling toml_write v0.1.2
4362026-07-16T22:38:45.024Z Compiling proc-macro-error-attr v1.0.4
4372026-07-16T22:38:45.124Z Compiling usdt-impl v0.5.0
4382026-07-16T22:38:45.145Z Compiling proc-macro-error v1.0.4
4392026-07-16T22:38:45.188Z Compiling pest v2.8.6
4402026-07-16T22:38:45.214Z Compiling is_terminal_polyfill v1.70.2
4412026-07-16T22:38:45.214Z Compiling pretty-hex v0.4.1
4422026-07-16T22:38:45.250Z Compiling cfg-if v1.0.4
4432026-07-16T22:38:45.297Z Compiling thiserror v2.0.18
4442026-07-16T22:38:45.304Z Compiling unicode-width v0.1.14
4452026-07-16T22:38:45.394Z Compiling anstream v1.0.0
4462026-07-16T22:38:45.398Z Compiling fnv v1.0.7
4472026-07-16T22:38:45.416Z Compiling fastrand v2.3.0
4482026-07-16T22:38:45.420Z Compiling strsim v0.11.1
4492026-07-16T22:38:45.595Z Compiling bytecount v0.6.9
4502026-07-16T22:38:45.595Z Compiling heck v0.5.0
4512026-07-16T22:38:45.637Z Compiling fs-err v3.3.0
4522026-07-16T22:38:45.679Z Compiling heck v0.4.1
4532026-07-16T22:38:45.682Z Compiling once_cell v1.21.3
4542026-07-16T22:38:45.720Z Compiling indexmap v2.14.0
4552026-07-16T22:38:45.720Z Compiling clap_lex v1.0.0
4562026-07-16T22:38:45.723Z Compiling anyhow v1.0.102
4572026-07-16T22:38:45.723Z Compiling smawk v0.3.2
4582026-07-16T22:38:45.741Z Compiling unicode-width v0.2.0
4592026-07-16T22:38:45.760Z Compiling unicode-linebreak v0.1.5
4602026-07-16T22:38:45.780Z Compiling swrite v0.1.0
4612026-07-16T22:38:45.992Z Compiling papergrid v0.11.0
4622026-07-16T22:38:46.070Z Compiling errno v0.3.14
4632026-07-16T22:38:46.073Z Compiling thread-id v4.2.2
4642026-07-16T22:38:46.073Z Compiling memmap v0.7.0
4652026-07-16T22:38:46.440Z Compiling pest_meta v2.8.6
4662026-07-16T22:38:46.775Z Compiling syn v2.0.117
4672026-07-16T22:38:47.166Z Compiling cargo-platform v0.3.2
4682026-07-16T22:38:47.166Z Compiling semver v1.0.28
4692026-07-16T22:38:47.201Z Compiling terminal_size v0.4.3
4702026-07-16T22:38:47.205Z Compiling tempfile v3.25.0
4712026-07-16T22:38:47.314Z Compiling clap_builder v4.6.0
4722026-07-16T22:38:47.314Z Compiling textwrap v0.16.2
4732026-07-16T22:38:47.505Z Compiling camino-tempfile v1.4.1
4742026-07-16T22:38:48.042Z Compiling tabled_derive v0.7.0
4752026-07-16T22:38:48.693Z Compiling tabled v0.15.0
4762026-07-16T22:38:48.783Z Compiling pest_generator v2.8.6
4772026-07-16T22:38:49.266Z Compiling serde_derive v1.0.228
4782026-07-16T22:38:49.266Z Compiling thiserror-impl v1.0.69
4792026-07-16T22:38:49.269Z Compiling zerocopy-derive v0.7.35
4802026-07-16T22:38:49.269Z Compiling scroll_derive v0.12.1
4812026-07-16T22:38:49.270Z Compiling thiserror-impl v2.0.18
4822026-07-16T22:38:49.270Z Compiling clap_derive v4.6.1
4832026-07-16T22:38:49.315Z Compiling pest_derive v2.8.6
4842026-07-16T22:38:49.953Z Compiling scroll v0.12.0
4852026-07-16T22:38:50.003Z Compiling zerocopy v0.7.35
4862026-07-16T22:38:50.167Z Compiling goblin v0.8.2
4872026-07-16T22:38:50.286Z Compiling dtrace-parser v0.2.0
4882026-07-16T22:38:50.573Z Compiling clap v4.6.1
4892026-07-16T22:38:51.563Z Compiling serde_spanned v0.6.9
4902026-07-16T22:38:51.563Z Compiling toml_datetime v0.6.11
4912026-07-16T22:38:51.563Z Compiling cargo_metadata v0.23.1
4922026-07-16T22:38:51.568Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4932026-07-16T22:38:51.568Z Compiling macaddr v1.0.1
4942026-07-16T22:38:51.579Z Compiling dof v0.3.0
4952026-07-16T22:38:51.583Z Compiling serde_tokenstream v0.2.3
4962026-07-16T22:38:51.816Z Compiling toml_edit v0.22.27
4972026-07-16T22:38:52.246Z Compiling usdt-macro v0.5.0
4982026-07-16T22:38:52.250Z Compiling usdt-attr-macro v0.5.0
4992026-07-16T22:38:52.860Z Compiling usdt v0.5.0
5002026-07-16T22:38:52.988Z Compiling toml v0.8.23
5012026-07-16T22:38:53.314Z Compiling cargo_toml v0.21.0
5022026-07-16T22:38:54.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5032026-07-16T22:38:56.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.37s
5042026-07-16T22:38:56.833Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5052026-07-16T22:38:57.333Z Downloading crates ...
5062026-07-16T22:38:57.424Z Downloaded aead v0.5.2
5072026-07-16T22:38:57.430Z Downloaded array-init v0.0.4
5082026-07-16T22:38:57.433Z Downloaded aead v0.6.1
5092026-07-16T22:38:57.436Z Downloaded assert_matches v1.5.0
5102026-07-16T22:38:57.436Z Downloaded arrayvec v0.7.6
5112026-07-16T22:38:57.439Z Downloaded ascii-canvas v3.0.0
5122026-07-16T22:38:57.439Z Downloaded arrayref v0.3.9
5132026-07-16T22:38:57.440Z Downloaded adler2 v2.0.1
5142026-07-16T22:38:57.443Z Downloaded argon2 v0.6.0-rc.8
5152026-07-16T22:38:57.448Z Downloaded ciborium-io v0.2.2
5162026-07-16T22:38:57.451Z Downloaded convert_case v0.4.0
5172026-07-16T22:38:57.451Z Downloaded bit-set v0.8.0
5182026-07-16T22:38:57.451Z Downloaded atomic-waker v1.1.2
5192026-07-16T22:38:57.455Z Downloaded darling_macro v0.23.0
5202026-07-16T22:38:57.459Z Downloaded chacha20 v0.10.0
5212026-07-16T22:38:57.459Z Downloaded darling_macro v0.13.4
5222026-07-16T22:38:57.463Z Downloaded darling v0.13.4
5232026-07-16T22:38:57.463Z Downloaded crc-any v2.5.0
5242026-07-16T22:38:57.463Z Downloaded dof v0.4.0
5252026-07-16T22:38:57.463Z Downloaded csv-core v0.1.13
5262026-07-16T22:38:57.468Z Downloaded base16ct v1.0.0
5272026-07-16T22:38:57.468Z Downloaded crc8 v0.1.1
5282026-07-16T22:38:57.468Z Downloaded daft-derive v0.1.7
5292026-07-16T22:38:57.471Z Downloaded crc v3.4.0
5302026-07-16T22:38:57.471Z Downloaded crc-catalog v2.4.0
5312026-07-16T22:38:57.471Z Downloaded bitfield-macros v0.19.4
5322026-07-16T22:38:57.471Z Downloaded bitfield v0.19.4
5332026-07-16T22:38:57.475Z Downloaded atomicwrites v0.4.4
5342026-07-16T22:38:57.475Z Downloaded async-stream-impl v0.3.6
5352026-07-16T22:38:57.475Z Downloaded async-recursion v1.1.1
5362026-07-16T22:38:57.479Z Downloaded async-trait v0.1.89
5372026-07-16T22:38:57.479Z Downloaded async-stream v0.3.6
5382026-07-16T22:38:57.482Z Downloaded anstream v0.6.21
5392026-07-16T22:38:57.482Z Downloaded anstyle-parse v0.2.7
5402026-07-16T22:38:57.482Z Downloaded base64ct v1.8.3
5412026-07-16T22:38:57.486Z Downloaded argon2 v0.5.3
5422026-07-16T22:38:57.486Z Downloaded bit-set v0.5.3
5432026-07-16T22:38:57.488Z Downloaded derive_builder_macro v0.20.2
5442026-07-16T22:38:57.489Z Downloaded darling_macro v0.21.3
5452026-07-16T22:38:57.491Z Downloaded corncobs v0.1.4
5462026-07-16T22:38:57.495Z Downloaded cobs v0.3.0
5472026-07-16T22:38:57.498Z Downloaded defmt-parser v1.0.0
5482026-07-16T22:38:57.499Z Downloaded defmt v0.3.100
5492026-07-16T22:38:57.499Z Downloaded crucible-workspace-hack v0.1.0
5502026-07-16T22:38:57.499Z Downloaded castaway v0.2.4
5512026-07-16T22:38:57.503Z Downloaded atty v0.2.14
5522026-07-16T22:38:57.503Z Downloaded ctutils v0.4.2
5532026-07-16T22:38:57.507Z Downloaded base16ct v0.2.0
5542026-07-16T22:38:57.507Z Downloaded bcrypt-pbkdf v0.11.0
5552026-07-16T22:38:57.510Z Downloaded cfg_aliases v0.2.1
5562026-07-16T22:38:57.514Z Downloaded cstr-argument v0.1.2
5572026-07-16T22:38:57.514Z Downloaded bb8 v0.8.6
5582026-07-16T22:38:57.522Z Downloaded dirs-sys-next v0.1.2
5592026-07-16T22:38:57.523Z Downloaded block-padding v0.4.2
5602026-07-16T22:38:57.523Z Downloaded data-encoding v2.10.0
5612026-07-16T22:38:57.523Z Downloaded cpubits v0.1.1
5622026-07-16T22:38:57.526Z Downloaded darling_macro v0.20.11
5632026-07-16T22:38:57.526Z Downloaded bit-vec v0.6.3
5642026-07-16T22:38:57.526Z Downloaded crypto-common v0.2.2
5652026-07-16T22:38:57.535Z Downloaded crossbeam-utils v0.8.21
5662026-07-16T22:38:57.538Z Downloaded digest-io v0.1.0
5672026-07-16T22:38:57.538Z Downloaded crc32fast v1.5.0
5682026-07-16T22:38:57.542Z Downloaded dtrace-parser v0.3.0
5692026-07-16T22:38:57.545Z Downloaded downcast-rs v2.0.2
5702026-07-16T22:38:57.545Z Downloaded diesel_table_macro_syntax v0.3.0
5712026-07-16T22:38:57.549Z Downloaded compression-core v0.4.31
5722026-07-16T22:38:57.551Z Downloaded cfg_aliases v0.1.1
5732026-07-16T22:38:57.555Z Downloaded document-features v0.2.12
5742026-07-16T22:38:57.555Z Downloaded cpufeatures v0.3.0
5752026-07-16T22:38:57.558Z Downloaded debug-ignore v1.0.5
5762026-07-16T22:38:57.561Z Downloaded ciborium-ll v0.2.2
5772026-07-16T22:38:57.563Z Downloaded endian-type v0.1.2
5782026-07-16T22:38:57.567Z Downloaded curve25519-dalek-derive v0.1.1
5792026-07-16T22:38:57.570Z Downloaded dunce v1.0.5
5802026-07-16T22:38:57.573Z Downloaded embedded-io v0.6.1
5812026-07-16T22:38:57.573Z Downloaded enum-as-inner v0.6.1
5822026-07-16T22:38:57.573Z Downloaded float-ord v0.3.2
5832026-07-16T22:38:57.576Z Downloaded dirs-next v2.0.0
5842026-07-16T22:38:57.576Z Downloaded fd-lock v4.0.4
5852026-07-16T22:38:57.579Z Downloaded embedded-io v0.4.0
5862026-07-16T22:38:57.579Z Downloaded derive_builder_core v0.20.2
5872026-07-16T22:38:57.579Z Downloaded foreign-types-shared v0.1.1
5882026-07-16T22:38:57.582Z Downloaded foreign-types-macros v0.2.3
5892026-07-16T22:38:57.582Z Downloaded foreign-types v0.5.0
5902026-07-16T22:38:57.582Z Downloaded bit-vec v0.8.0
5912026-07-16T22:38:57.586Z Downloaded cassowary v0.3.0
5922026-07-16T22:38:57.588Z Downloaded bitflags v1.3.2
5932026-07-16T22:38:57.591Z Downloaded display-error-chain v0.2.2
5942026-07-16T22:38:57.591Z Downloaded crunchy v0.2.4
5952026-07-16T22:38:57.595Z Downloaded flagset v0.4.7
5962026-07-16T22:38:57.595Z Downloaded dyn-clone v1.0.20
5972026-07-16T22:38:57.595Z Downloaded cexpr v0.6.0
5982026-07-16T22:38:57.598Z Downloaded bitfield-struct v0.6.2
5992026-07-16T22:38:57.598Z Downloaded blowfish v0.10.0
6002026-07-16T22:38:57.604Z Downloaded darling_core v0.21.3
6012026-07-16T22:38:57.607Z Downloaded arc-swap v1.8.2
6022026-07-16T22:38:57.611Z Downloaded futures-io v0.3.32
6032026-07-16T22:38:57.615Z Downloaded funty v2.0.0
6042026-07-16T22:38:57.615Z Downloaded form_urlencoded v1.2.2
6052026-07-16T22:38:57.615Z Downloaded foreign-types-shared v0.3.1
6062026-07-16T22:38:57.615Z Downloaded float-cmp v0.10.0
6072026-07-16T22:38:57.615Z Downloaded dsl_auto_type v0.2.0
6082026-07-16T22:38:57.615Z Downloaded dropshot-api-manager-types v0.7.2
6092026-07-16T22:38:57.618Z Downloaded fxhash v0.2.1
6102026-07-16T22:38:57.618Z Downloaded gethostname v0.5.0
6112026-07-16T22:38:57.618Z Downloaded fixedbitset v0.4.2
6122026-07-16T22:38:57.618Z Downloaded difflib v0.4.0
6132026-07-16T22:38:57.621Z Downloaded cipher v0.5.2
6142026-07-16T22:38:57.626Z Downloaded bs58 v0.5.1
6152026-07-16T22:38:57.629Z Downloaded cipher v0.4.4
6162026-07-16T22:38:57.629Z Downloaded constant_time_eq v0.4.2
6172026-07-16T22:38:57.629Z Downloaded futures-sink v0.3.32
6182026-07-16T22:38:57.632Z Downloaded futures-core v0.3.32
6192026-07-16T22:38:57.632Z Downloaded cmake v0.1.57
6202026-07-16T22:38:57.632Z Downloaded byte-wrapper v0.1.0
6212026-07-16T22:38:57.635Z Downloaded futures-macro v0.3.32
6222026-07-16T22:38:57.635Z Downloaded defmt v1.0.1
6232026-07-16T22:38:57.640Z Downloaded ctr v0.10.1
6242026-07-16T22:38:57.640Z Downloaded bcs v0.1.6
6252026-07-16T22:38:57.643Z Downloaded enum_dispatch v0.3.13
6262026-07-16T22:38:57.643Z Downloaded compression-codecs v0.4.37
6272026-07-16T22:38:57.646Z Downloaded cbc v0.2.1
6282026-07-16T22:38:57.646Z Downloaded foldhash v0.1.5
6292026-07-16T22:38:57.646Z Downloaded fallible-iterator v0.2.0
6302026-07-16T22:38:57.649Z Downloaded erased-serde v0.3.31
6312026-07-16T22:38:57.649Z Downloaded delegate v0.13.5
6322026-07-16T22:38:57.650Z Downloaded digest v0.11.3
6332026-07-16T22:38:57.653Z Downloaded crossbeam-deque v0.8.6
6342026-07-16T22:38:57.653Z Downloaded daft v0.1.7
6352026-07-16T22:38:57.656Z Downloaded ff v0.14.0
6362026-07-16T22:38:57.656Z Downloaded const-oid v0.9.6
6372026-07-16T22:38:57.656Z Downloaded ghash v0.6.0
6382026-07-16T22:38:57.659Z Downloaded git-stub v1.0.0
6392026-07-16T22:38:57.659Z Downloaded blake2 v0.10.6
6402026-07-16T22:38:57.662Z Downloaded globwalk v0.9.1
6412026-07-16T22:38:57.662Z Downloaded derive-ex v0.1.8
6422026-07-16T22:38:57.662Z Downloaded colored v3.1.1
6432026-07-16T22:38:57.665Z Downloaded async-bb8-diesel v0.2.1
6442026-07-16T22:38:57.665Z Downloaded clang-sys v1.8.1
6452026-07-16T22:38:57.669Z Downloaded backoff v0.4.0
6462026-07-16T22:38:57.669Z Downloaded foreign-types v0.3.2
6472026-07-16T22:38:57.674Z Downloaded hash32 v0.3.1
6482026-07-16T22:38:57.674Z Downloaded either v1.15.0
6492026-07-16T22:38:57.674Z Downloaded ecdsa v0.16.9
6502026-07-16T22:38:57.674Z Downloaded der_derive v0.7.3
6512026-07-16T22:38:57.678Z Downloaded env_filter v1.0.0
6522026-07-16T22:38:57.678Z Downloaded ena v0.14.4
6532026-07-16T22:38:57.678Z Downloaded hash32 v0.2.1
6542026-07-16T22:38:57.678Z Downloaded hex v0.4.3
6552026-07-16T22:38:57.682Z Downloaded hex-literal v1.1.0
6562026-07-16T22:38:57.682Z Downloaded displaydoc v0.2.5
6572026-07-16T22:38:57.682Z Downloaded defmt-macros v1.0.1
6582026-07-16T22:38:57.687Z Downloaded ed25519 v2.2.3
6592026-07-16T22:38:57.687Z Downloaded darling_core v0.13.4
6602026-07-16T22:38:57.690Z Downloaded home v0.5.12
6612026-07-16T22:38:57.690Z Downloaded cookie_store v0.22.1
6622026-07-16T22:38:57.690Z Downloaded crossbeam-epoch v0.9.18
6632026-07-16T22:38:57.693Z Downloaded futures-executor v0.3.32
6642026-07-16T22:38:57.693Z Downloaded const_format_proc_macros v0.2.34
6652026-07-16T22:38:57.693Z Downloaded ciborium v0.2.2
6662026-07-16T22:38:57.696Z Downloaded camino-tempfile-ext v0.3.3
6672026-07-16T22:38:57.696Z Downloaded bzip2 v0.6.1
6682026-07-16T22:38:57.700Z Downloaded fixedbitset v0.5.7
6692026-07-16T22:38:57.700Z Downloaded filetime v0.2.27
6702026-07-16T22:38:57.700Z Downloaded foldhash v0.2.0
6712026-07-16T22:38:57.704Z Downloaded git-stub-vcs v0.1.0
6722026-07-16T22:38:57.704Z Downloaded env_logger v0.11.9
6732026-07-16T22:38:57.707Z Downloaded cancel-safe-futures v0.1.5
6742026-07-16T22:38:57.707Z Downloaded futures-task v0.3.32
6752026-07-16T22:38:57.707Z Downloaded find-msvc-tools v0.1.9
6762026-07-16T22:38:57.710Z Downloaded hubpack_derive v0.1.1
6772026-07-16T22:38:57.710Z Downloaded http-range v0.1.5
6782026-07-16T22:38:57.710Z Downloaded http-body v1.0.1
6792026-07-16T22:38:57.710Z Downloaded des v0.9.0
6802026-07-16T22:38:57.714Z Downloaded hostname v0.4.2
6812026-07-16T22:38:57.715Z Downloaded hostname v0.3.1
6822026-07-16T22:38:57.715Z Downloaded console v0.16.2
6832026-07-16T22:38:57.718Z Downloaded chacha20 v0.9.1
6842026-07-16T22:38:57.718Z Downloaded ff v0.13.1
6852026-07-16T22:38:57.718Z Downloaded allocator-api2 v0.2.21
6862026-07-16T22:38:57.721Z Downloaded derive_builder v0.20.2
6872026-07-16T22:38:57.724Z Downloaded ecdsa v0.17.0-rc.18
6882026-07-16T22:38:57.724Z Downloaded diesel-dtrace v0.5.0
6892026-07-16T22:38:57.727Z Downloaded cookie v0.18.1
6902026-07-16T22:38:57.727Z Downloaded globset v0.4.18
6912026-07-16T22:38:57.727Z Downloaded httpdate v1.0.3
6922026-07-16T22:38:57.730Z Downloaded darling v0.20.11
6932026-07-16T22:38:57.733Z Downloaded idna_adapter v1.2.1
6942026-07-16T22:38:57.733Z Downloaded ident_case v1.0.1
6952026-07-16T22:38:57.733Z Downloaded hyper-tls v0.6.0
6962026-07-16T22:38:57.736Z Downloaded darling v0.23.0
6972026-07-16T22:38:57.736Z Downloaded diff v0.1.13
6982026-07-16T22:38:57.739Z Downloaded headers-core v0.3.0
6992026-07-16T22:38:57.739Z Downloaded fs_extra v1.3.0
7002026-07-16T22:38:57.742Z Downloaded group v0.13.0
7012026-07-16T22:38:57.742Z Downloaded getrandom v0.2.17
7022026-07-16T22:38:57.747Z Downloaded group v0.14.0
7032026-07-16T22:38:57.747Z Downloaded deranged v0.5.8
7042026-07-16T22:38:57.747Z Downloaded highway v1.3.0
7052026-07-16T22:38:57.750Z Downloaded indent_write v2.2.0
7062026-07-16T22:38:57.750Z Downloaded illumos-nvpair-sys v0.2.0
7072026-07-16T22:38:57.750Z Downloaded console v0.15.11
7082026-07-16T22:38:57.753Z Downloaded colored v2.2.0
7092026-07-16T22:38:57.753Z Downloaded bzip2 v0.4.4
7102026-07-16T22:38:57.757Z Downloaded instant v0.1.13
7112026-07-16T22:38:57.757Z Downloaded inout v0.2.2
7122026-07-16T22:38:57.757Z Downloaded inout v0.1.4
7132026-07-16T22:38:57.757Z Downloaded illumos-nvpair v0.3.0
7142026-07-16T22:38:57.760Z Downloaded indoc v1.0.9
7152026-07-16T22:38:57.760Z Downloaded ed25519 v3.0.0
7162026-07-16T22:38:57.760Z Downloaded crossbeam-channel v0.5.15
7172026-07-16T22:38:57.763Z Downloaded const-oid v0.10.2
7182026-07-16T22:38:57.766Z Downloaded blake2 v0.11.0-rc.6
7192026-07-16T22:38:57.766Z Downloaded ahash v0.8.12
7202026-07-16T22:38:57.769Z Downloaded http-body-util v0.1.3
7212026-07-16T22:38:57.769Z Downloaded is_ci v1.2.0
7222026-07-16T22:38:57.773Z Downloaded is-terminal v0.4.17
7232026-07-16T22:38:57.773Z Downloaded instability v0.3.11
7242026-07-16T22:38:57.773Z Downloaded internet-checksum v0.2.1
7252026-07-16T22:38:57.773Z Downloaded futures-channel v0.3.32
7262026-07-16T22:38:57.776Z Downloaded fs-err v2.11.0
7272026-07-16T22:38:57.776Z Downloaded keccak v0.1.6
7282026-07-16T22:38:57.776Z Downloaded darling v0.21.3
7292026-07-16T22:38:57.780Z Downloaded chacha20poly1305 v0.10.1
7302026-07-16T22:38:57.783Z Downloaded kstat-rs v0.2.4
7312026-07-16T22:38:57.783Z Downloaded backon v1.6.0
7322026-07-16T22:38:57.783Z Downloaded curve25519-dalek v4.1.3
7332026-07-16T22:38:57.788Z Downloaded lazy_static v1.5.0
7342026-07-16T22:38:57.791Z Downloaded kem v0.3.0
7352026-07-16T22:38:57.791Z Downloaded hubpack v0.1.2
7362026-07-16T22:38:57.791Z Downloaded bytes v1.11.1
7372026-07-16T22:38:57.795Z Downloaded lalrpop-util v0.19.12
7382026-07-16T22:38:57.795Z Downloaded humantime v2.3.0
7392026-07-16T22:38:57.800Z Downloaded convert_case v0.10.0
7402026-07-16T22:38:57.800Z Downloaded buf-list v1.1.2
7412026-07-16T22:38:57.800Z Downloaded hyper-staticfile v0.10.1
7422026-07-16T22:38:57.803Z Downloaded glob v0.3.3
7432026-07-16T22:38:57.803Z Downloaded drift v0.2.0
7442026-07-16T22:38:57.807Z Downloaded libscf-sys v1.1.0
7452026-07-16T22:38:57.807Z Downloaded block-buffer v0.12.1
7462026-07-16T22:38:57.811Z Downloaded critical-section v1.2.0
7472026-07-16T22:38:57.811Z Downloaded maplit v1.0.2
7482026-07-16T22:38:57.811Z Downloaded dropshot_endpoint v0.17.1
7492026-07-16T22:38:57.814Z Downloaded match_cfg v0.1.0
7502026-07-16T22:38:57.814Z Downloaded lzss v0.8.2
7512026-07-16T22:38:57.817Z Downloaded indoc v2.0.7
7522026-07-16T22:38:57.817Z Downloaded lru-slab v0.1.2
7532026-07-16T22:38:57.817Z Downloaded lru v0.12.5
7542026-07-16T22:38:57.820Z Downloaded linked-hash-map v0.5.6
7552026-07-16T22:38:57.820Z Downloaded getrandom v0.3.4
7562026-07-16T22:38:57.823Z Downloaded md-5 v0.10.6
7572026-07-16T22:38:57.823Z Downloaded hmac v0.12.1
7582026-07-16T22:38:57.823Z Downloaded cmov v0.5.4
7592026-07-16T22:38:57.826Z Downloaded derive-where v1.6.0
7602026-07-16T22:38:57.829Z Downloaded mime v0.3.17
7612026-07-16T22:38:57.829Z Downloaded ingot v0.1.1
7622026-07-16T22:38:57.832Z Downloaded managed v0.8.0
7632026-07-16T22:38:57.832Z Downloaded memoffset v0.9.1
7642026-07-16T22:38:57.832Z Downloaded lru-cache v0.1.2
7652026-07-16T22:38:57.832Z Downloaded impl-trait-for-tuples v0.2.3
7662026-07-16T22:38:57.835Z Downloaded half v1.8.3
7672026-07-16T22:38:57.836Z Downloaded crypto-bigint v0.5.5
7682026-07-16T22:38:57.839Z Downloaded maybe-uninit v2.0.0
7692026-07-16T22:38:57.842Z Downloaded fatfs v0.3.6
7702026-07-16T22:38:57.846Z Downloaded compact_str v0.8.1
7712026-07-16T22:38:57.849Z Downloaded nibble_vec v0.1.0
7722026-07-16T22:38:57.849Z Downloaded newtype-uuid-macros v0.1.0
7732026-07-16T22:38:57.849Z Downloaded ingot-types v0.1.2
7742026-07-16T22:38:57.849Z Downloaded httparse v1.10.1
7752026-07-16T22:38:57.852Z Downloaded new_debug_unreachable v1.0.6
7762026-07-16T22:38:57.853Z Downloaded newline-converter v0.3.0
7772026-07-16T22:38:57.853Z Downloaded multimap v0.10.1
7782026-07-16T22:38:57.856Z Downloaded elliptic-curve v0.14.0-rc.33
7792026-07-16T22:38:57.856Z Downloaded ar_archive_writer v0.5.1
7802026-07-16T22:38:57.859Z Downloaded jobserver v0.1.34
7812026-07-16T22:38:57.862Z Downloaded hyper-rustls v0.27.7
7822026-07-16T22:38:57.862Z Downloaded ipnetwork v0.21.1
7832026-07-16T22:38:57.865Z Downloaded base64 v0.22.1
7842026-07-16T22:38:57.865Z Downloaded keccak v0.2.0
7852026-07-16T22:38:57.869Z Downloaded ipnet v2.11.0
7862026-07-16T22:38:57.869Z Downloaded num-derive v0.3.3
7872026-07-16T22:38:57.869Z Downloaded newtype_derive v0.1.6
7882026-07-16T22:38:57.872Z Downloaded normalize-line-endings v0.3.0
7892026-07-16T22:38:57.872Z Downloaded nodrop v0.1.14
7902026-07-16T22:38:57.872Z Downloaded num-derive v0.4.2
7912026-07-16T22:38:57.875Z Downloaded num-conv v0.2.0
7922026-07-16T22:38:57.876Z Downloaded iana-time-zone v0.1.65
7932026-07-16T22:38:57.876Z Downloaded libloading v0.8.9
7942026-07-16T22:38:57.879Z Downloaded darling_core v0.20.11
7952026-07-16T22:38:57.882Z Downloaded hybrid-array v0.4.13
7962026-07-16T22:38:57.882Z Downloaded elliptic-curve v0.13.8
7972026-07-16T22:38:57.885Z Downloaded derive_more v0.99.20
7982026-07-16T22:38:57.889Z Downloaded linear-map v1.2.0
7992026-07-16T22:38:57.892Z Downloaded libefi-sys v0.1.0
8002026-07-16T22:38:57.892Z Downloaded olpc-cjson v0.1.4
8012026-07-16T22:38:57.892Z Downloaded num_threads v0.1.7
8022026-07-16T22:38:57.895Z Downloaded openssl-macros v0.1.1
8032026-07-16T22:38:57.898Z Downloaded libsw-core v0.3.2
8042026-07-16T22:38:57.901Z Downloaded libsw v3.5.0
8052026-07-16T22:38:57.914Z Downloaded openssl-probe v0.1.6
8062026-07-16T22:38:57.917Z Downloaded crossterm v0.29.0
8072026-07-16T22:38:57.920Z Downloaded oso-derive v0.27.3
8082026-07-16T22:38:57.920Z Downloaded openssl-probe v0.2.1
8092026-07-16T22:38:57.920Z Downloaded newtype-uuid v1.3.2
8102026-07-16T22:38:57.924Z Downloaded base64 v0.21.7
8112026-07-16T22:38:57.924Z Downloaded nanorand v0.7.0
8122026-07-16T22:38:57.927Z Downloaded module-lattice v0.2.3
8132026-07-16T22:38:57.927Z Downloaded aws-lc-rs v1.16.3
8142026-07-16T22:38:57.932Z Downloaded generic-array v1.4.3
8152026-07-16T22:38:57.935Z Downloaded num v0.4.3
8162026-07-16T22:38:57.936Z Downloaded ingot-macros v0.1.1
8172026-07-16T22:38:57.939Z Downloaded flate2 v1.1.9
8182026-07-16T22:38:57.943Z Downloaded const_format v0.2.35
8192026-07-16T22:38:57.943Z Downloaded nonempty v0.12.0
8202026-07-16T22:38:57.946Z Downloaded cc v1.2.56
8212026-07-16T22:38:57.946Z Downloaded bumpalo v3.20.2
8222026-07-16T22:38:57.949Z Downloaded num-iter v0.1.45
8232026-07-16T22:38:57.949Z Downloaded darling_core v0.23.0
8242026-07-16T22:38:57.953Z Downloaded packed_struct_codegen v0.10.1
8252026-07-16T22:38:57.953Z Downloaded num-complex v0.4.6
8262026-07-16T22:38:57.956Z Downloaded async-compression v0.4.41
8272026-07-16T22:38:57.959Z Downloaded path-slash v0.1.5
8282026-07-16T22:38:57.959Z Downloaded password-hash v0.6.1
8292026-07-16T22:38:57.962Z Downloaded parse-size v1.1.0
8302026-07-16T22:38:57.962Z Downloaded parse-display v0.10.0
8312026-07-16T22:38:57.962Z Downloaded futures v0.3.32
8322026-07-16T22:38:57.965Z Downloaded peg-runtime v0.8.5
8332026-07-16T22:38:57.966Z Downloaded icu_properties v2.1.2
8342026-07-16T22:38:57.969Z Downloaded num_enum v0.5.11
8352026-07-16T22:38:57.972Z Downloaded litrs v1.0.0
8362026-07-16T22:38:57.972Z Downloaded num-rational v0.4.2
8372026-07-16T22:38:57.976Z Downloaded num_enum_derive v0.7.6
8382026-07-16T22:38:57.976Z Downloaded lock_api v0.4.14
8392026-07-16T22:38:57.976Z Downloaded num_enum v0.7.6
8402026-07-16T22:38:57.979Z Downloaded ed25519-dalek v2.2.0
8412026-07-16T22:38:57.982Z Downloaded phf_shared v0.12.1
8422026-07-16T22:38:57.982Z Downloaded phf_shared v0.11.3
8432026-07-16T22:38:57.982Z Downloaded num-integer v0.1.46
8442026-07-16T22:38:57.985Z Downloaded derive_more v2.1.1
8452026-07-16T22:38:57.993Z Downloaded native-tls v0.2.18
8462026-07-16T22:38:57.996Z Downloaded memmap2 v0.9.10
8472026-07-16T22:38:57.996Z Downloaded litemap v0.8.1
8482026-07-16T22:38:57.996Z Downloaded oxnet v0.1.6
8492026-07-16T22:38:57.996Z Downloaded indexmap v1.9.3
8502026-07-16T22:38:58.002Z Downloaded ml-kem v0.3.2
8512026-07-16T22:38:58.002Z Downloaded ignore v0.4.25
8522026-07-16T22:38:58.005Z Downloaded heapless v0.7.17
8532026-07-16T22:38:58.005Z Downloaded potential_utf v0.1.4
8542026-07-16T22:38:58.005Z Downloaded parse-display-derive v0.10.0
8552026-07-16T22:38:58.033Z Downloaded owo-colors v4.3.0
8562026-07-16T22:38:58.033Z Downloaded multer v3.1.0
8572026-07-16T22:38:58.033Z Downloaded heapless v0.8.0
8582026-07-16T22:38:58.033Z Downloaded headers v0.4.1
8592026-07-16T22:38:58.033Z Downloaded aes v0.9.1
8602026-07-16T22:38:58.033Z Downloaded flume v0.11.1
8612026-07-16T22:38:58.034Z Downloaded mime_guess v2.0.5
8622026-07-16T22:38:58.034Z Downloaded md5 v0.8.0
8632026-07-16T22:38:58.034Z Downloaded nu-ansi-term v0.50.3
8642026-07-16T22:38:58.034Z Downloaded powerfmt v0.2.0
8652026-07-16T22:38:58.034Z Downloaded opaque-debug v0.3.1
8662026-07-16T22:38:58.034Z Downloaded num_enum_derive v0.5.11
8672026-07-16T22:38:58.034Z Downloaded hmac v0.13.0
8682026-07-16T22:38:58.040Z Downloaded predicates-tree v1.0.13
8692026-07-16T22:38:58.040Z Downloaded peg-macros v0.8.5
8702026-07-16T22:38:58.040Z Downloaded precomputed-hash v0.1.1
8712026-07-16T22:38:58.040Z Downloaded paste v1.0.15
8722026-07-16T22:38:58.043Z Downloaded pbkdf2 v0.13.0
8732026-07-16T22:38:58.043Z Downloaded proc-macro-crate v1.3.1
8742026-07-16T22:38:58.043Z Downloaded icu_normalizer_data v2.1.1
8752026-07-16T22:38:58.043Z Downloaded packed_struct v0.10.1
8762026-07-16T22:38:58.046Z Downloaded proc-macro-crate v3.4.0
8772026-07-16T22:38:58.046Z Downloaded peg v0.8.5
8782026-07-16T22:38:58.049Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-07-16T22:38:58.049Z Downloaded phf v0.12.1
8802026-07-16T22:38:58.053Z Downloaded percent-encoding v2.3.2
8812026-07-16T22:38:58.053Z Downloaded phf v0.13.1
8822026-07-16T22:38:58.053Z Downloaded icu_locale_core v2.1.1
8832026-07-16T22:38:58.057Z Downloaded progenitor-macro v0.13.0
8842026-07-16T22:38:58.057Z Downloaded phf_shared v0.13.1
8852026-07-16T22:38:58.061Z Downloaded phc v0.6.1
8862026-07-16T22:38:58.061Z Downloaded psl-types v2.0.11
8872026-07-16T22:38:58.061Z Downloaded progenitor-client v0.14.0
8882026-07-16T22:38:58.061Z Downloaded der v0.7.10
8892026-07-16T22:38:58.064Z Downloaded indicatif v0.18.4
8902026-07-16T22:38:58.067Z Downloaded quick-error v1.2.3
8912026-07-16T22:38:58.067Z Downloaded progenitor-macro v0.14.0
8922026-07-16T22:38:58.069Z Downloaded pin-project-internal v1.1.11
8932026-07-16T22:38:58.069Z Downloaded half v2.7.1
8942026-07-16T22:38:58.072Z Downloaded pem-rfc7468 v1.0.0
8952026-07-16T22:38:58.072Z Downloaded pem v3.0.6
8962026-07-16T22:38:58.076Z Downloaded expectorate v1.2.0
8972026-07-16T22:38:58.076Z Downloaded ed25519-dalek v3.0.0-rc.0
8982026-07-16T22:38:58.080Z Downloaded pin-project-lite v0.2.17
8992026-07-16T22:38:58.083Z Downloaded pkg-config v0.3.32
9002026-07-16T22:38:58.083Z Downloaded pkcs8 v0.10.2
9012026-07-16T22:38:58.086Z Downloaded rand_chacha v0.3.1
9022026-07-16T22:38:58.086Z Downloaded oxide-tokio-rt v0.1.4
9032026-07-16T22:38:58.086Z Downloaded pem-rfc7468 v0.7.0
9042026-07-16T22:38:58.091Z Downloaded password-hash v0.5.0
9052026-07-16T22:38:58.091Z Downloaded parking_lot v0.12.5
9062026-07-16T22:38:58.096Z Downloaded libbz2-rs-sys v0.2.2
9072026-07-16T22:38:58.096Z Downloaded icu_normalizer v2.1.1
9082026-07-16T22:38:58.096Z Downloaded hickory-resolver v0.25.2
9092026-07-16T22:38:58.099Z Downloaded hickory-resolver v0.24.4
9102026-07-16T22:38:58.102Z Downloaded ppv-lite86 v0.2.21
9112026-07-16T22:38:58.102Z Downloaded postgres-protocol v0.6.10
9122026-07-16T22:38:58.105Z Downloaded port-file v0.1.0
9132026-07-16T22:38:58.105Z Downloaded polyval v0.7.1
9142026-07-16T22:38:58.109Z Downloaded predicates-core v1.0.10
9152026-07-16T22:38:58.109Z Downloaded rand_xorshift v0.4.0
9162026-07-16T22:38:58.113Z Downloaded derive_more-impl v2.1.1
9172026-07-16T22:38:58.116Z Downloaded primeorder v0.13.6
9182026-07-16T22:38:58.116Z Downloaded progenitor v0.14.0
9192026-07-16T22:38:58.121Z Downloaded progenitor v0.13.0
9202026-07-16T22:38:58.121Z Downloaded parking_lot_core v0.8.6
9212026-07-16T22:38:58.121Z Downloaded ref-cast v1.0.25
9222026-07-16T22:38:58.124Z Downloaded predicates v3.1.4
9232026-07-16T22:38:58.124Z Downloaded ref-cast-impl v1.0.25
9242026-07-16T22:38:58.127Z Downloaded num-traits v0.2.19
9252026-07-16T22:38:58.127Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-07-16T22:38:58.127Z Downloaded recursive v0.1.1
9272026-07-16T22:38:58.130Z Downloaded icu_provider v2.1.1
9282026-07-16T22:38:58.130Z Downloaded icu_collections v2.1.1
9292026-07-16T22:38:58.133Z Downloaded hashbrown v0.12.3
9302026-07-16T22:38:58.137Z Downloaded omicron-zone-package v0.12.3
9312026-07-16T22:38:58.140Z Downloaded progenitor-extras v0.2.0
9322026-07-16T22:38:58.140Z Downloaded primeorder v0.14.0-rc.10
9332026-07-16T22:38:58.140Z Downloaded proc-macro-error2 v2.0.1
9342026-07-16T22:38:58.143Z Downloaded oso v0.27.3
9352026-07-16T22:38:58.146Z Downloaded psm v0.1.30
9362026-07-16T22:38:58.147Z Downloaded progenitor-client v0.13.0
9372026-07-16T22:38:58.150Z Downloaded chrono v0.4.45
9382026-07-16T22:38:58.153Z Downloaded rfc6979 v0.4.0
9392026-07-16T22:38:58.153Z Downloaded postcard v1.1.3
9402026-07-16T22:38:58.156Z Downloaded poly1305 v0.9.0
9412026-07-16T22:38:58.156Z Downloaded miniz_oxide v0.8.9
9422026-07-16T22:38:58.160Z Downloaded rustc_version v0.1.7
9432026-07-16T22:38:58.160Z Downloaded rtoolbox v0.0.3
9442026-07-16T22:38:58.160Z Downloaded pkcs1 v0.8.0-rc.4
9452026-07-16T22:38:58.163Z Downloaded rfc6979 v0.5.0
9462026-07-16T22:38:58.163Z Downloaded russh-cryptovec v0.61.0
9472026-07-16T22:38:58.163Z Downloaded poly1305 v0.8.0
9482026-07-16T22:38:58.167Z Downloaded rustc_version v0.4.1
9492026-07-16T22:38:58.167Z Downloaded pkcs1 v0.7.5
9502026-07-16T22:38:58.170Z Downloaded rand_core v0.9.5
9512026-07-16T22:38:58.170Z Downloaded primefield v0.14.0
9522026-07-16T22:38:58.170Z Downloaded parking_lot_core v0.9.12
9532026-07-16T22:38:58.173Z Downloaded der v0.8.0
9542026-07-16T22:38:58.177Z Downloaded rustc-hash v2.1.1
9552026-07-16T22:38:58.177Z Downloaded russh-util v0.52.0
9562026-07-16T22:38:58.177Z Downloaded rand_seeder v0.4.0
9572026-07-16T22:38:58.180Z Downloaded rand_core v0.6.4
9582026-07-16T22:38:58.180Z Downloaded rand_chacha v0.9.0
9592026-07-16T22:38:58.180Z Downloaded postgres-types v0.2.12
9602026-07-16T22:38:58.184Z Downloaded radium v0.7.0
9612026-07-16T22:38:58.185Z Downloaded rand_core v0.10.0
9622026-07-16T22:38:58.189Z Downloaded r2d2 v0.8.10
9632026-07-16T22:38:58.189Z Downloaded pkcs8 v0.11.0
9642026-07-16T22:38:58.189Z Downloaded scopeguard v1.2.0
9652026-07-16T22:38:58.189Z Downloaded same-file v1.0.6
9662026-07-16T22:38:58.199Z Downloaded jiff-static v0.2.21
9672026-07-16T22:38:58.199Z Downloaded hashbrown v0.13.2
9682026-07-16T22:38:58.204Z Downloaded sapling-renderdag v0.1.0
9692026-07-16T22:38:58.215Z Downloaded scroll_derive v0.13.1
9702026-07-16T22:38:58.220Z Downloaded serde-big-array v0.5.1
9712026-07-16T22:38:58.220Z Downloaded seq-macro v0.3.6
9722026-07-16T22:38:58.225Z Downloaded resolv-conf v0.7.6
9732026-07-16T22:38:58.225Z Downloaded aho-corasick v1.1.4
9742026-07-16T22:38:58.232Z Downloaded semver v0.1.20
9752026-07-16T22:38:58.232Z Downloaded secrecy v0.10.3
9762026-07-16T22:38:58.232Z Downloaded openssl-sys v0.9.115
9772026-07-16T22:38:58.235Z Downloaded pin-project v1.1.11
9782026-07-16T22:38:58.239Z Downloaded sha1 v0.10.6
9792026-07-16T22:38:58.239Z Downloaded serde_repr v0.1.20
9802026-07-16T22:38:58.239Z Downloaded serde_bytes v0.11.19
9812026-07-16T22:38:58.244Z Downloaded quinn-udp v0.5.14
9822026-07-16T22:38:58.244Z Downloaded rustls-pemfile v2.2.0
9832026-07-16T22:38:58.248Z Downloaded pkcs5 v0.8.1
9842026-07-16T22:38:58.248Z Downloaded serde_plain v1.0.2
9852026-07-16T22:38:58.248Z Downloaded serde_spanned v1.1.1
9862026-07-16T22:38:58.251Z Downloaded p384 v0.14.0-rc.10
9872026-07-16T22:38:58.251Z Downloaded serde_urlencoded v0.7.1
9882026-07-16T22:38:58.254Z Downloaded p256 v0.14.0-rc.10
9892026-07-16T22:38:58.254Z Downloaded secrecy v0.8.0
9902026-07-16T22:38:58.258Z Downloaded scheduled-thread-pool v0.2.7
9912026-07-16T22:38:58.258Z Downloaded rusty-fork v0.3.1
9922026-07-16T22:38:58.258Z Downloaded shell-words v1.1.1
9932026-07-16T22:38:58.261Z Downloaded sigpipe v0.1.3
9942026-07-16T22:38:58.261Z Downloaded signature v3.0.0
9952026-07-16T22:38:58.261Z Downloaded hickory-server v0.25.2
9962026-07-16T22:38:58.264Z Downloaded signature v2.2.0
9972026-07-16T22:38:58.267Z Downloaded parking_lot v0.11.2
9982026-07-16T22:38:58.267Z Downloaded crossterm v0.28.1
9992026-07-16T22:38:58.270Z Downloaded papergrid v0.17.0
10002026-07-16T22:38:58.274Z Downloaded sha1 v0.11.0
10012026-07-16T22:38:58.277Z Downloaded aes-gcm v0.11.0
10022026-07-16T22:38:58.277Z Downloaded siphasher v1.0.2
10032026-07-16T22:38:58.280Z Downloaded signal-hook-tokio v0.3.1
10042026-07-16T22:38:58.280Z Downloaded http v1.4.2
10052026-07-16T22:38:58.284Z Downloaded slog-envlogger v2.2.0
10062026-07-16T22:38:58.284Z Downloaded signal-hook-mio v0.2.5
10072026-07-16T22:38:58.284Z Downloaded rustversion v1.0.22
10082026-07-16T22:38:58.287Z Downloaded prefix-trie v0.7.0
10092026-07-16T22:38:58.287Z Downloaded schemars_derive v0.8.22
10102026-07-16T22:38:58.291Z Downloaded slog-bunyan v2.5.0
10112026-07-16T22:38:58.295Z Downloaded hyper-util v0.1.20
10122026-07-16T22:38:58.298Z Downloaded scrypt v0.12.0
10132026-07-16T22:38:58.314Z Downloaded sec1 v0.8.1
10142026-07-16T22:38:58.317Z Downloaded sec1 v0.7.3
10152026-07-16T22:38:58.317Z Downloaded scroll v0.13.0
10162026-07-16T22:38:58.320Z Downloaded serde_derive_internals v0.29.1
10172026-07-16T22:38:58.323Z Downloaded shlex v1.3.0
10182026-07-16T22:38:58.323Z Downloaded serde_path_to_error v0.1.20
10192026-07-16T22:38:58.336Z Downloaded rustls-native-certs v0.8.3
10202026-07-16T22:38:58.339Z Downloaded rustls-pki-types v1.14.0
10212026-07-16T22:38:58.343Z Downloaded salsa20 v0.11.0
10222026-07-16T22:38:58.343Z Downloaded serdect v0.4.3
10232026-07-16T22:38:58.343Z Downloaded serde_with_macros v1.5.2
10242026-07-16T22:38:58.346Z Downloaded sqlparser_derive v0.5.0
10252026-07-16T22:38:58.347Z Downloaded diesel_derives v2.3.7
10262026-07-16T22:38:58.354Z Downloaded internal-russh-num-bigint v0.5.0
10272026-07-16T22:38:58.357Z Downloaded rcgen v0.12.1
10282026-07-16T22:38:58.361Z Downloaded stable_deref_trait v1.2.1
10292026-07-16T22:38:58.361Z Downloaded signal-hook-registry v1.4.8
10302026-07-16T22:38:58.364Z Downloaded strum v0.26.3
10312026-07-16T22:38:58.367Z Downloaded slog-scope v4.4.1
10322026-07-16T22:38:58.367Z Downloaded slog-json v2.6.1
10332026-07-16T22:38:58.367Z Downloaded structmeta v0.3.0
10342026-07-16T22:38:58.370Z Downloaded pretty_assertions v1.4.1
10352026-07-16T22:38:58.371Z Downloaded strsim v0.10.0
10362026-07-16T22:38:58.371Z Downloaded strip-ansi-escapes v0.2.1
10372026-07-16T22:38:58.374Z Downloaded simd-adler32 v0.3.8
10382026-07-16T22:38:58.374Z Downloaded structmeta-derive v0.3.0
10392026-07-16T22:38:58.377Z Downloaded slog-dtrace v0.3.0
10402026-07-16T22:38:58.377Z Downloaded dropshot-api-manager v0.7.2
10412026-07-16T22:38:58.380Z Downloaded subtle v2.6.1
10422026-07-16T22:38:58.380Z Downloaded strum v0.27.2
10432026-07-16T22:38:58.383Z Downloaded slog-async v2.8.0
10442026-07-16T22:38:58.383Z Downloaded serde-hex v0.1.0
10452026-07-16T22:38:58.383Z Downloaded slab v0.4.12
10462026-07-16T22:38:58.387Z Downloaded snafu-derive v0.8.9
10472026-07-16T22:38:58.390Z Downloaded sync_wrapper v1.0.2
10482026-07-16T22:38:58.390Z Downloaded smallvec v0.6.14
10492026-07-16T22:38:58.398Z Downloaded progenitor-impl v0.14.0
10502026-07-16T22:38:58.403Z Downloaded progenitor-impl v0.13.0
10512026-07-16T22:38:58.406Z Downloaded slog-stdlog v4.1.1
10522026-07-16T22:38:58.406Z Downloaded sync-ptr v0.1.4
10532026-07-16T22:38:58.410Z Downloaded tagptr v0.2.0
10542026-07-16T22:38:58.410Z Downloaded tabwriter v1.4.1
10552026-07-16T22:38:58.410Z Downloaded tabled_derive v0.11.0
10562026-07-16T22:38:58.413Z Downloaded termtree v0.5.1
10572026-07-16T22:38:58.413Z Downloaded take_mut v0.2.2
10582026-07-16T22:38:58.413Z Downloaded spki v0.7.3
10592026-07-16T22:38:58.416Z Downloaded sha2 v0.11.0
10602026-07-16T22:38:58.416Z Downloaded testing_table v0.3.0
10612026-07-16T22:38:58.419Z Downloaded thiserror-impl-no-std v2.0.2
10622026-07-16T22:38:58.419Z Downloaded minimal-lexical v0.2.1
10632026-07-16T22:38:58.423Z Downloaded hashbrown v0.15.5
10642026-07-16T22:38:58.427Z Downloaded supports-color v3.0.2
10652026-07-16T22:38:58.427Z Downloaded ron v0.8.1
10662026-07-16T22:38:58.431Z Downloaded serde_cbor v0.11.2
10672026-07-16T22:38:58.434Z Downloaded rustls-platform-verifier v0.6.2
10682026-07-16T22:38:58.434Z Downloaded thread-id v5.1.0
10692026-07-16T22:38:58.437Z Downloaded ssh-encoding v0.3.0-rc.9
10702026-07-16T22:38:58.441Z Downloaded string_cache v0.8.9
10712026-07-16T22:38:58.441Z Downloaded ssh-cipher v0.3.0-rc.9
10722026-07-16T22:38:58.444Z Downloaded rayon-core v1.13.0
10732026-07-16T22:38:58.448Z Downloaded schemars v0.8.22
10742026-07-16T22:38:58.453Z Downloaded strum_macros v0.26.4
10752026-07-16T22:38:58.457Z Downloaded support-bundle-viewer v0.1.2
10762026-07-16T22:38:58.457Z Downloaded stringprep v0.1.5
10772026-07-16T22:38:58.460Z Downloaded prettyplease v0.2.37
10782026-07-16T22:38:58.460Z Downloaded static_assertions v1.1.0
10792026-07-16T22:38:58.460Z Downloaded ryu v1.0.23
10802026-07-16T22:38:58.464Z Downloaded strum_macros v0.24.3
10812026-07-16T22:38:58.464Z Downloaded stacker v0.1.23
10822026-07-16T22:38:58.467Z Downloaded slog-term v2.9.2
10832026-07-16T22:38:58.467Z Downloaded smallvec v1.15.1
10842026-07-16T22:38:58.470Z Downloaded time-core v0.1.8
10852026-07-16T22:38:58.470Z Downloaded tokio-macros v2.7.0
10862026-07-16T22:38:58.470Z Downloaded tap v1.0.1
10872026-07-16T22:38:58.474Z Downloaded strum_macros v0.27.2
10882026-07-16T22:38:58.474Z Downloaded qorb v0.4.1
10892026-07-16T22:38:58.477Z Downloaded num-bigint v0.4.6
10902026-07-16T22:38:58.481Z Downloaded libxml v0.3.3
10912026-07-16T22:38:58.484Z Downloaded mio v1.2.0
10922026-07-16T22:38:58.488Z Downloaded synstructure v0.13.2
10932026-07-16T22:38:58.491Z Downloaded sqlformat v0.3.5
10942026-07-16T22:38:58.491Z Downloaded serde_yaml v0.9.34+deprecated
10952026-07-16T22:38:58.495Z Downloaded serde_with_macros v3.21.0
10962026-07-16T22:38:58.495Z Downloaded tokio-test v0.4.5
10972026-07-16T22:38:58.498Z Downloaded spki v0.8.0
10982026-07-16T22:38:58.498Z Downloaded tower-service v0.3.3
10992026-07-16T22:38:58.499Z Downloaded quinn v0.11.9
11002026-07-16T22:38:58.502Z Downloaded hashbrown v0.16.1
11012026-07-16T22:38:58.505Z Downloaded rand v0.8.6
11022026-07-16T22:38:58.505Z Downloaded itertools v0.10.5
11032026-07-16T22:38:58.510Z Downloaded thiserror-no-std v2.0.2
11042026-07-16T22:38:58.514Z Downloaded termios v0.3.3
11052026-07-16T22:38:58.517Z Downloaded topological-sort v0.2.2
11062026-07-16T22:38:58.517Z Downloaded tower-layer v0.3.3
11072026-07-16T22:38:58.517Z Downloaded iri-string v0.7.10
11082026-07-16T22:38:58.520Z Downloaded hyper v1.10.1
11092026-07-16T22:38:58.525Z Downloaded tinystr v0.8.2
11102026-07-16T22:38:58.528Z Downloaded thread_local v1.1.9
11112026-07-16T22:38:58.528Z Downloaded slog v2.8.2
11122026-07-16T22:38:58.532Z Downloaded bitvec v1.0.1
11132026-07-16T22:38:58.539Z Downloaded try-lock v0.2.5
11142026-07-16T22:38:58.542Z Downloaded smf v0.2.3
11152026-07-16T22:38:58.543Z Downloaded time-macros v0.2.27
11162026-07-16T22:38:58.546Z Downloaded tokio-native-tls v0.3.1
11172026-07-16T22:38:58.546Z Downloaded tiny-keccak v2.0.2
11182026-07-16T22:38:58.549Z Downloaded tokio-dtrace v0.1.1
11192026-07-16T22:38:58.549Z Downloaded typify-macro v0.6.2
11202026-07-16T22:38:58.549Z Downloaded tinyvec_macros v0.1.1
11212026-07-16T22:38:58.549Z Downloaded unit-prefix v0.5.2
11222026-07-16T22:38:58.552Z Downloaded similar v2.7.0
11232026-07-16T22:38:58.556Z Downloaded crypto-primes v0.7.2
11242026-07-16T22:38:58.559Z Downloaded unarray v0.1.4
11252026-07-16T22:38:58.559Z Downloaded unicode-xid v0.2.6
11262026-07-16T22:38:58.559Z Downloaded hkdf v0.12.4
11272026-07-16T22:38:58.562Z Downloaded term v0.7.0
11282026-07-16T22:38:58.563Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-07-16T22:38:58.567Z Downloaded idna v1.1.0
11302026-07-16T22:38:58.567Z Downloaded hkdf v0.13.0
11312026-07-16T22:38:58.570Z Downloaded universal-hash v0.6.1
11322026-07-16T22:38:58.570Z Downloaded tls_codec v0.4.2
11332026-07-16T22:38:58.570Z Downloaded untrusted v0.9.0
11342026-07-16T22:38:58.573Z Downloaded utf-8 v0.7.6
11352026-07-16T22:38:58.573Z Downloaded usdt-attr-macro v0.6.0
11362026-07-16T22:38:58.573Z Downloaded untrusted v0.7.1
11372026-07-16T22:38:58.573Z Downloaded universal-hash v0.5.1
11382026-07-16T22:38:58.576Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11392026-07-16T22:38:58.576Z Downloaded socket2 v0.5.10
11402026-07-16T22:38:58.576Z Downloaded spin v0.9.8
11412026-07-16T22:38:58.580Z Downloaded tokio-tungstenite v0.21.0
11422026-07-16T22:38:58.580Z Downloaded rustls-webpki v0.103.13
11432026-07-16T22:38:58.583Z Downloaded term v1.2.1
11442026-07-16T22:38:58.583Z Downloaded utf8_iter v1.0.4
11452026-07-16T22:38:58.586Z Downloaded usdt-macro v0.6.0
11462026-07-16T22:38:58.586Z Downloaded socket2 v0.6.3
11472026-07-16T22:38:58.587Z Downloaded usdt v0.6.0
11482026-07-16T22:38:58.587Z Downloaded trait-variant v0.1.2
11492026-07-16T22:38:58.590Z Downloaded rsa v0.9.10
11502026-07-16T22:38:58.593Z Downloaded tls_codec_derive v0.4.2
11512026-07-16T22:38:58.593Z Downloaded num-bigint-dig v0.8.6
11522026-07-16T22:38:58.596Z Downloaded rand v0.9.2
11532026-07-16T22:38:58.600Z Downloaded schemars v0.9.0
11542026-07-16T22:38:58.603Z Downloaded waitgroup v0.1.2
11552026-07-16T22:38:58.607Z Downloaded wait-timeout v0.2.1
11562026-07-16T22:38:58.607Z Downloaded toml_writer v1.1.1+spec-1.1.0
11572026-07-16T22:38:58.607Z Downloaded libm v0.2.16
11582026-07-16T22:38:58.612Z Downloaded snafu v0.8.9
11592026-07-16T22:38:58.616Z Downloaded unicase v2.9.0
11602026-07-16T22:38:58.619Z Downloaded itertools v0.14.0
11612026-07-16T22:38:58.622Z Downloaded itertools v0.13.0
11622026-07-16T22:38:58.625Z Downloaded icu_properties_data v2.1.2
11632026-07-16T22:38:58.630Z Downloaded want v0.3.1
11642026-07-16T22:38:58.634Z Downloaded tokio-stream v0.1.18
11652026-07-16T22:38:58.637Z Downloaded samael v0.0.19
11662026-07-16T22:38:58.640Z Downloaded tui-tree-widget v0.23.1
11672026-07-16T22:38:58.640Z Downloaded xattr v1.6.1
11682026-07-16T22:38:58.640Z Downloaded tokio-tungstenite v0.23.1
11692026-07-16T22:38:58.643Z Downloaded zerofrom v0.1.6
11702026-07-16T22:38:58.643Z Downloaded yoke-derive v0.8.1
11712026-07-16T22:38:58.643Z Downloaded publicsuffix v2.3.0
11722026-07-16T22:38:58.647Z Downloaded p521 v0.14.0-rc.10
11732026-07-16T22:38:58.647Z Downloaded nom v8.0.0
11742026-07-16T22:38:58.651Z Downloaded xshell-macros v0.2.7
11752026-07-16T22:38:58.651Z Downloaded unicode-truncate v1.1.0
11762026-07-16T22:38:58.651Z Downloaded signal-hook v0.3.18
11772026-07-16T22:38:58.654Z Downloaded blake3 v1.8.5
11782026-07-16T22:38:58.657Z Downloaded void v1.0.2
11792026-07-16T22:38:58.661Z Downloaded nom v7.1.3
11802026-07-16T22:38:58.664Z Downloaded vergen-git2 v9.1.0
11812026-07-16T22:38:58.664Z Downloaded h2 v0.4.15
11822026-07-16T22:38:58.668Z Downloaded tracing-attributes v0.1.31
11832026-07-16T22:38:58.668Z Downloaded walkdir v2.5.0
11842026-07-16T22:38:58.672Z Downloaded tinyvec v1.10.0
11852026-07-16T22:38:58.672Z Downloaded tokio-rustls v0.26.4
11862026-07-16T22:38:58.676Z Downloaded zerofrom-derive v0.1.6
11872026-07-16T22:38:58.676Z Downloaded futures-util v0.3.32
11882026-07-16T22:38:58.679Z Downloaded zeroize_derive v1.4.3
11892026-07-16T22:38:58.679Z Downloaded zone_cfg_derive v0.3.1
11902026-07-16T22:38:58.683Z Downloaded rand v0.10.1
11912026-07-16T22:38:58.683Z Downloaded toml_parser v1.1.2+spec-1.1.0
11922026-07-16T22:38:58.686Z Downloaded test-strategy v0.4.5
11932026-07-16T22:38:58.693Z Downloaded wyz v0.5.1
11942026-07-16T22:38:58.697Z Downloaded writeable v0.6.2
11952026-07-16T22:38:58.697Z Downloaded usdt-impl v0.6.0
11962026-07-16T22:38:58.697Z Downloaded vergen-lib v9.1.0
11972026-07-16T22:38:58.697Z Downloaded vergen-lib v0.1.6
11982026-07-16T22:38:58.700Z Downloaded uzers v0.12.2
11992026-07-16T22:38:58.700Z Downloaded zone v0.3.1
12002026-07-16T22:38:58.700Z Downloaded vergen-gitcl v1.0.8
12012026-07-16T22:38:58.704Z Downloaded toml v0.7.8
12022026-07-16T22:38:58.708Z Downloaded tar v0.4.46
12032026-07-16T22:38:58.708Z Downloaded itertools v0.12.1
12042026-07-16T22:38:58.711Z Downloaded yoke v0.8.1
12052026-07-16T22:38:58.714Z Downloaded vsss-rs v3.3.4
12062026-07-16T22:38:58.718Z Downloaded whoami v2.1.0
12072026-07-16T22:38:58.718Z Downloaded whoami v1.6.1
12082026-07-16T22:38:58.722Z Downloaded schemars v1.2.1
12092026-07-16T22:38:58.726Z Downloaded vergen v9.1.0
12102026-07-16T22:38:58.729Z Downloaded unicode-properties v0.1.4
12112026-07-16T22:38:58.729Z Downloaded twox-hash v2.1.2
12122026-07-16T22:38:58.732Z Downloaded tracing-core v0.1.36
12132026-07-16T22:38:58.732Z Downloaded rustyline v14.0.0
12142026-07-16T22:38:58.735Z Downloaded zstd-safe v7.2.4
12152026-07-16T22:38:58.746Z Downloaded typify v0.6.2
12162026-07-16T22:38:58.749Z Downloaded zeroize v1.8.2
12172026-07-16T22:38:58.749Z Downloaded zerovec-derive v0.11.2
12182026-07-16T22:38:58.752Z Downloaded unicode-bidi v0.3.18
12192026-07-16T22:38:58.752Z Downloaded bindgen v0.71.1
12202026-07-16T22:38:58.755Z Downloaded iddqd v0.4.2
12212026-07-16T22:38:58.760Z Downloaded rsa v0.10.0-rc.18
12222026-07-16T22:38:58.763Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-07-16T22:38:58.767Z Downloaded toml v1.1.2+spec-1.1.0
12242026-07-16T22:38:58.770Z Downloaded unsafe-libyaml v0.2.11
12252026-07-16T22:38:58.773Z Downloaded steno v0.4.1
12262026-07-16T22:38:58.776Z Downloaded subprocess v0.2.15
12272026-07-16T22:38:58.780Z Downloaded tungstenite v0.21.0
12282026-07-16T22:38:58.780Z Downloaded zerocopy v0.6.6
12292026-07-16T22:38:58.783Z Downloaded tungstenite v0.23.0
12302026-07-16T22:38:58.783Z Downloaded uuid v1.23.4
12312026-07-16T22:38:58.787Z Downloaded xshell v0.2.7
12322026-07-16T22:38:58.787Z Downloaded yasna v0.5.2
12332026-07-16T22:38:58.791Z Downloaded zstd v0.13.3
12342026-07-16T22:38:58.812Z Downloaded serde_with v1.14.0
12352026-07-16T22:38:58.839Z Downloaded git2 v0.20.4
12362026-07-16T22:38:58.844Z Downloaded vte v0.14.1
12372026-07-16T22:38:58.848Z Downloaded reedline v0.40.0
12382026-07-16T22:38:58.856Z Downloaded zopfli v0.8.3
12392026-07-16T22:38:58.860Z Downloaded rpassword v7.4.0
12402026-07-16T22:38:58.860Z Downloaded p384 v0.13.1
12412026-07-16T22:38:58.864Z Downloaded unicode_categories v0.1.1
12422026-07-16T22:38:58.886Z Downloaded zip v0.6.6
12432026-07-16T22:38:58.889Z Downloaded zerotrie v0.2.3
12442026-07-16T22:38:58.893Z Downloaded tokio-postgres v0.7.16
12452026-07-16T22:38:58.896Z Downloaded reqwest v0.13.2
12462026-07-16T22:38:58.900Z Downloaded reqwest v0.12.28
12472026-07-16T22:38:58.903Z Downloaded url v2.5.8
12482026-07-16T22:38:58.906Z Downloaded portable-atomic v1.13.1
12492026-07-16T22:38:58.910Z Downloaded tower v0.5.3
12502026-07-16T22:38:58.918Z Downloaded rawzip v0.4.4
12512026-07-16T22:38:58.922Z Downloaded lalrpop v0.19.12
12522026-07-16T22:38:58.925Z Downloaded yansi v1.0.1
12532026-07-16T22:38:58.928Z Downloaded ssh-key v0.7.0-rc.10
12542026-07-16T22:38:58.933Z Downloaded regex v1.12.3
12552026-07-16T22:38:58.937Z Downloaded zerocopy-derive v0.8.40
12562026-07-16T22:38:58.940Z Downloaded quick-xml v0.37.5
12572026-07-16T22:38:58.943Z Downloaded salty v0.3.0
12582026-07-16T22:38:58.946Z Downloaded x509-cert v0.2.5
12592026-07-16T22:38:58.950Z Downloaded moka v0.12.13
12602026-07-16T22:38:58.953Z Downloaded unicode-segmentation v1.12.0
12612026-07-16T22:38:58.957Z Downloaded toml_edit v0.19.15
12622026-07-16T22:38:58.966Z Downloaded typed-path v0.9.3
12632026-07-16T22:38:58.970Z Downloaded goblin v0.10.5
12642026-07-16T22:38:58.975Z Downloaded proptest v1.10.0
12652026-07-16T22:38:58.991Z Downloaded unicode-normalization v0.1.25
12662026-07-16T22:38:59.012Z Downloaded rayon v1.11.0
12672026-07-16T22:38:59.016Z Downloaded zip v4.6.1
12682026-07-16T22:38:59.019Z Downloaded tower-http v0.6.8
12692026-07-16T22:38:59.023Z Downloaded crypto-bigint v0.7.5
12702026-07-16T22:38:59.030Z Downloaded petname v2.0.2
12712026-07-16T22:38:59.033Z Downloaded tokio-util v0.7.18
12722026-07-16T22:38:59.037Z Downloaded tough v0.22.0
12732026-07-16T22:38:59.041Z Downloaded zerovec v0.11.5
12742026-07-16T22:38:59.046Z Downloaded nix v0.27.1
12752026-07-16T22:38:59.051Z Downloaded quinn-proto v0.11.13
12762026-07-16T22:38:59.055Z Downloaded object v0.30.4
12772026-07-16T22:38:59.063Z Downloaded serde_with v3.21.0
12782026-07-16T22:38:59.077Z Downloaded winnow v0.5.40
12792026-07-16T22:38:59.087Z Downloaded radix_trie v0.2.1
12802026-07-16T22:38:59.091Z Downloaded bstr v1.12.1
12812026-07-16T22:38:59.099Z Downloaded curve25519-dalek v5.0.0-rc.0
12822026-07-16T22:38:59.103Z Downloaded winnow v0.6.26
12832026-07-16T22:38:59.110Z Downloaded dropshot v0.17.1
12842026-07-16T22:38:59.122Z Downloaded russh v0.61.2
12852026-07-16T22:38:59.127Z Downloaded polar-core v0.27.3
12862026-07-16T22:38:59.140Z Downloaded nix v0.28.0
12872026-07-16T22:38:59.146Z Downloaded tabled v0.20.0
12882026-07-16T22:38:59.158Z Downloaded zlib-rs v0.6.2
12892026-07-16T22:38:59.162Z Downloaded regex-syntax v0.6.29
12902026-07-16T22:38:59.165Z Downloaded openssl v0.10.79
12912026-07-16T22:38:59.171Z Downloaded hickory-proto v0.24.4
12922026-07-16T22:38:59.180Z Downloaded object v0.37.3
12932026-07-16T22:38:59.186Z Downloaded smoltcp v0.9.1
12942026-07-16T22:38:59.192Z Downloaded winnow v1.0.3
12952026-07-16T22:38:59.198Z Downloaded vcpkg v0.2.15
12962026-07-16T22:38:59.223Z Downloaded time v0.3.47
12972026-07-16T22:38:59.230Z Downloaded nix v0.31.2
12982026-07-16T22:38:59.239Z Downloaded openapiv3 v2.2.0
12992026-07-16T22:38:59.248Z Downloaded smoltcp v0.11.0
13002026-07-16T22:38:59.252Z Downloaded rustls v0.23.41
13012026-07-16T22:38:59.261Z Downloaded zerocopy v0.8.40
13022026-07-16T22:38:59.266Z Downloaded rustix v0.38.44
13032026-07-16T22:38:59.280Z Downloaded diesel v2.3.11
13042026-07-16T22:38:59.294Z Downloaded sqlparser v0.61.0
13052026-07-16T22:38:59.300Z Downloaded regress v0.11.1
13062026-07-16T22:38:59.307Z Downloaded regress v0.10.5
13072026-07-16T22:38:59.310Z Downloaded regex-syntax v0.8.10
13082026-07-16T22:38:59.316Z Downloaded hickory-proto v0.25.2
13092026-07-16T22:38:59.334Z Downloaded sled v0.34.7
13102026-07-16T22:38:59.348Z Downloaded sha3 v0.11.0
13112026-07-16T22:38:59.379Z Downloaded fiat-crypto v0.3.0
13122026-07-16T22:38:59.389Z Downloaded regex-automata v0.4.14
13132026-07-16T22:38:59.398Z Downloaded jiff v0.2.21
13142026-07-16T22:38:59.410Z Downloaded petgraph v0.6.5
13152026-07-16T22:38:59.422Z Downloaded typify-impl v0.6.2
13162026-07-16T22:38:59.431Z Downloaded ratatui v0.29.0
13172026-07-16T22:38:59.443Z Downloaded bzip2-sys v0.1.13+1.0.8
13182026-07-16T22:38:59.453Z Downloaded petgraph v0.8.3
13192026-07-16T22:38:59.466Z Downloaded tracing v0.1.44
13202026-07-16T22:38:59.480Z Downloaded zerocopy-derive v0.6.6
13212026-07-16T22:38:59.487Z Downloaded csv v1.4.0
13222026-07-16T22:38:59.530Z Downloaded chrono-tz v0.10.4
13232026-07-16T22:38:59.570Z Downloaded libz-sys v1.1.24
13242026-07-16T22:38:59.584Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13252026-07-16T22:38:59.601Z Downloaded sha3 v0.10.8
13262026-07-16T22:38:59.604Z Downloaded tokio v1.52.1
13272026-07-16T22:38:59.627Z Downloaded ring v0.17.14
13282026-07-16T22:38:59.653Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-07-16T22:38:59.702Z Downloaded encoding_rs v0.8.35
13302026-07-16T22:39:00.264Z Downloaded aws-lc-sys v0.40.0
13312026-07-16T22:39:00.524Z Compiling libc v0.2.185
13322026-07-16T22:39:00.524Z Compiling serde_core v1.0.228
13332026-07-16T22:39:00.529Z Compiling serde v1.0.228
13342026-07-16T22:39:00.529Z Compiling log v0.4.29
13352026-07-16T22:39:00.529Z Compiling smallvec v1.15.1
13362026-07-16T22:39:00.529Z Compiling shlex v1.3.0
13372026-07-16T22:39:00.529Z Compiling find-msvc-tools v0.1.9
13382026-07-16T22:39:00.529Z Compiling subtle v2.6.1
13392026-07-16T22:39:00.662Z Compiling stable_deref_trait v1.2.1
13402026-07-16T22:39:00.666Z Compiling scopeguard v1.2.0
13412026-07-16T22:39:00.671Z Compiling typenum v1.20.1
13422026-07-16T22:39:00.675Z Compiling serde_json v1.0.150
13432026-07-16T22:39:00.675Z Compiling portable-atomic v1.13.1
13442026-07-16T22:39:00.675Z Compiling zerocopy v0.8.40
13452026-07-16T22:39:00.675Z Compiling parking_lot_core v0.9.12
13462026-07-16T22:39:00.686Z Compiling pin-project-lite v0.2.17
13472026-07-16T22:39:00.691Z Compiling critical-section v1.2.0
13482026-07-16T22:39:00.691Z Compiling libm v0.2.16
13492026-07-16T22:39:00.691Z Compiling pkg-config v0.3.32
13502026-07-16T22:39:00.691Z Compiling getrandom v0.4.1
13512026-07-16T22:39:00.691Z Compiling rand_core v0.10.0
13522026-07-16T22:39:00.691Z Compiling futures-core v0.3.32
13532026-07-16T22:39:00.691Z Compiling percent-encoding v2.3.2
13542026-07-16T22:39:00.765Z Compiling num-traits v0.2.19
13552026-07-16T22:39:00.769Z Compiling generic-array v0.14.7
13562026-07-16T22:39:00.769Z Compiling writeable v0.6.2
13572026-07-16T22:39:00.769Z Compiling const-oid v0.9.6
13582026-07-16T22:39:00.769Z Compiling litemap v0.8.1
13592026-07-16T22:39:00.837Z Compiling icu_properties_data v2.1.2
13602026-07-16T22:39:00.841Z Compiling icu_normalizer_data v2.1.1
13612026-07-16T22:39:00.868Z Compiling syn v2.0.117
13622026-07-16T22:39:00.872Z Compiling futures-sink v0.3.32
13632026-07-16T22:39:00.872Z Compiling lock_api v0.4.14
13642026-07-16T22:39:00.917Z Compiling futures-io v0.3.32
13652026-07-16T22:39:00.935Z Compiling futures-task v0.3.32
13662026-07-16T22:39:00.951Z Compiling slab v0.4.12
13672026-07-16T22:39:00.998Z Compiling utf8_iter v1.0.4
13682026-07-16T22:39:01.036Z Compiling form_urlencoded v1.2.2
13692026-07-16T22:39:01.084Z Compiling futures-channel v0.3.32
13702026-07-16T22:39:01.100Z Compiling getrandom v0.3.4
13712026-07-16T22:39:01.183Z Compiling rustversion v1.0.22
13722026-07-16T22:39:01.200Z Compiling iana-time-zone v0.1.65
13732026-07-16T22:39:01.234Z Compiling ident_case v1.0.1
13742026-07-16T22:39:01.270Z Compiling fs_extra v1.3.0
13752026-07-16T22:39:01.285Z Compiling dunce v1.0.5
13762026-07-16T22:39:01.303Z Compiling rustix v1.1.3
13772026-07-16T22:39:01.354Z Compiling regex-syntax v0.8.10
13782026-07-16T22:39:01.497Z Compiling base64ct v1.8.3
13792026-07-16T22:39:01.513Z Compiling base64 v0.22.1
13802026-07-16T22:39:01.569Z Compiling vcpkg v0.2.15
13812026-07-16T22:39:01.604Z Compiling aws-lc-rs v1.16.3
13822026-07-16T22:39:01.608Z Compiling flagset v0.4.7
13832026-07-16T22:39:01.622Z Compiling httparse v1.10.1
13842026-07-16T22:39:01.625Z Compiling tinyvec_macros v0.1.1
13852026-07-16T22:39:01.642Z Compiling openssl-probe v0.2.1
13862026-07-16T22:39:01.657Z Compiling dyn-clone v1.0.20
13872026-07-16T22:39:01.696Z Compiling schemars v0.8.22
13882026-07-16T22:39:01.701Z Compiling cmov v0.5.4
13892026-07-16T22:39:01.714Z Compiling aho-corasick v1.1.4
13902026-07-16T22:39:01.764Z Compiling tinyvec v1.10.0
13912026-07-16T22:39:01.816Z Compiling tower-layer v0.3.3
13922026-07-16T22:39:01.832Z Compiling atomic-waker v1.1.2
13932026-07-16T22:39:01.849Z Compiling pem-rfc7468 v0.7.0
13942026-07-16T22:39:01.912Z Compiling tower-service v0.3.3
13952026-07-16T22:39:01.996Z Compiling try-lock v0.2.5
13962026-07-16T22:39:02.013Z Compiling untrusted v0.7.1
13972026-07-16T22:39:02.017Z Compiling httpdate v1.0.3
13982026-07-16T22:39:02.017Z Compiling cpufeatures v0.2.17
13992026-07-16T22:39:02.032Z Compiling foreign-types-shared v0.1.1
14002026-07-16T22:39:02.050Z Compiling rustls v0.23.41
14012026-07-16T22:39:02.067Z Compiling openssl v0.10.79
14022026-07-16T22:39:02.085Z Compiling untrusted v0.9.0
14032026-07-16T22:39:02.104Z Compiling spin v0.9.8
14042026-07-16T22:39:02.120Z Compiling powerfmt v0.2.0
14052026-07-16T22:39:02.143Z Compiling jobserver v0.1.34
14062026-07-16T22:39:02.147Z Compiling errno v0.3.14
14072026-07-16T22:39:02.158Z Compiling getrandom v0.2.17
14082026-07-16T22:39:02.174Z Compiling mio v1.2.0
14092026-07-16T22:39:02.189Z Compiling socket2 v0.6.3
14102026-07-16T22:39:02.308Z Compiling ctutils v0.4.2
14112026-07-16T22:39:02.314Z Compiling crc32fast v1.5.0
14122026-07-16T22:39:02.318Z Compiling num-conv v0.2.0
14132026-07-16T22:39:02.332Z Compiling time-core v0.1.8
14142026-07-16T22:39:02.349Z Compiling rand_core v0.6.4
14152026-07-16T22:39:02.430Z Compiling once_cell v1.21.3
14162026-07-16T22:39:02.447Z Compiling want v0.3.1
14172026-07-16T22:39:02.466Z Compiling unicode-normalization v0.1.25
14182026-07-16T22:39:02.489Z Compiling foreign-types v0.3.2
14192026-07-16T22:39:02.493Z Compiling native-tls v0.2.18
14202026-07-16T22:39:02.493Z Compiling deranged v0.5.8
14212026-07-16T22:39:02.502Z Compiling wait-timeout v0.2.1
14222026-07-16T22:39:02.507Z Compiling sync_wrapper v1.0.2
14232026-07-16T22:39:02.553Z Compiling siphasher v1.0.2
14242026-07-16T22:39:02.557Z Compiling simd-adler32 v0.3.8
14252026-07-16T22:39:02.566Z Compiling usdt-impl v0.6.0
14262026-07-16T22:39:02.601Z Compiling unicode-segmentation v1.12.0
14272026-07-16T22:39:02.605Z Compiling syn v1.0.109
14282026-07-16T22:39:02.632Z Compiling quick-error v1.2.3
14292026-07-16T22:39:02.680Z Compiling parking_lot v0.12.5
14302026-07-16T22:39:02.695Z Compiling tracing-core v0.1.36
14312026-07-16T22:39:02.779Z Compiling rand_core v0.9.5
14322026-07-16T22:39:02.814Z Compiling signal-hook-registry v1.4.8
14332026-07-16T22:39:02.851Z Compiling num_threads v0.1.7
14342026-07-16T22:39:02.901Z Compiling cc v1.2.56
14352026-07-16T22:39:02.937Z Compiling time-macros v0.2.27
14362026-07-16T22:39:02.954Z Compiling bit-vec v0.8.0
14372026-07-16T22:39:02.969Z Compiling crossbeam-utils v0.8.21
14382026-07-16T22:39:02.973Z Compiling thread-id v5.1.0
14392026-07-16T22:39:02.986Z Compiling cookie v0.18.1
14402026-07-16T22:39:02.990Z Compiling anyhow v1.0.102
14412026-07-16T22:39:03.009Z Compiling allocator-api2 v0.2.21
14422026-07-16T22:39:03.016Z Compiling slog v2.8.2
14432026-07-16T22:39:03.023Z Compiling unicode-properties v0.1.4
14442026-07-16T22:39:03.027Z Compiling signal-hook v0.3.18
14452026-07-16T22:39:03.027Z Compiling unarray v0.1.4
14462026-07-16T22:39:03.057Z Compiling regex-automata v0.4.14
14472026-07-16T22:39:03.062Z Compiling zstd-safe v7.2.4
14482026-07-16T22:39:03.073Z Compiling unicode-bidi v0.3.18
14492026-07-16T22:39:03.125Z Compiling adler2 v2.0.1
14502026-07-16T22:39:03.142Z Compiling iri-string v0.7.10
14512026-07-16T22:39:03.271Z Compiling bit-set v0.8.0
14522026-07-16T22:39:03.289Z Compiling rand_xorshift v0.4.0
14532026-07-16T22:39:03.295Z Compiling ryu v1.0.23
14542026-07-16T22:39:03.326Z Compiling paste v1.0.15
14552026-07-16T22:39:03.342Z Compiling miniz_oxide v0.8.9
14562026-07-16T22:39:03.348Z Compiling heck v0.4.1
14572026-07-16T22:39:03.360Z Compiling vergen-lib v9.1.0
14582026-07-16T22:39:03.380Z Compiling hash32 v0.2.1
14592026-07-16T22:39:03.396Z Compiling bitflags v2.11.0
14602026-07-16T22:39:03.434Z Compiling semver v1.0.28
14612026-07-16T22:39:03.438Z Compiling indexmap v2.14.0
14622026-07-16T22:39:03.438Z Compiling uuid v1.23.4
14632026-07-16T22:39:03.464Z Compiling camino v1.2.2
14642026-07-16T22:39:03.467Z Compiling memoffset v0.9.1
14652026-07-16T22:39:03.480Z Compiling encoding_rs v0.8.35
14662026-07-16T22:39:03.513Z Compiling num-integer v0.1.46
14672026-07-16T22:39:03.518Z Compiling zlib-rs v0.6.2
14682026-07-16T22:39:03.678Z Compiling stringprep v0.1.5
14692026-07-16T22:39:03.682Z Compiling psl-types v2.0.11
14702026-07-16T22:39:03.682Z Compiling fallible-iterator v0.2.0
14712026-07-16T22:39:03.711Z Compiling cmake v0.1.57
14722026-07-16T22:39:03.728Z Compiling rustc_version v0.4.1
14732026-07-16T22:39:03.760Z Compiling rustix v0.38.44
14742026-07-16T22:39:03.829Z Compiling cfg_aliases v0.2.1
14752026-07-16T22:39:03.849Z Compiling smoltcp v0.9.1
14762026-07-16T22:39:03.865Z Compiling num-bigint-dig v0.8.6
14772026-07-16T22:39:03.884Z Compiling litrs v1.0.0
14782026-07-16T22:39:03.920Z Compiling ref-cast v1.0.25
14792026-07-16T22:39:03.924Z Compiling mime v0.3.17
14802026-07-16T22:39:04.012Z Compiling nix v0.31.2
14812026-07-16T22:39:04.017Z Compiling num-iter v0.1.45
14822026-07-16T22:39:04.044Z Compiling cargo-platform v0.3.2
14832026-07-16T22:39:04.111Z Compiling vergen v9.1.0
14842026-07-16T22:39:04.115Z Compiling phf_shared v0.13.1
14852026-07-16T22:39:04.127Z Compiling ff v0.13.1
14862026-07-16T22:39:04.160Z Compiling lazy_static v1.5.0
14872026-07-16T22:39:04.160Z Compiling heapless v0.7.17
14882026-07-16T22:39:04.194Z Compiling curve25519-dalek v4.1.3
14892026-07-16T22:39:04.244Z Compiling synstructure v0.13.2
14902026-07-16T22:39:04.248Z Compiling serde_derive_internals v0.29.1
14912026-07-16T22:39:04.278Z Compiling pest_generator v2.8.6
14922026-07-16T22:39:04.332Z Compiling darling_core v0.20.11
14932026-07-16T22:39:04.379Z Compiling darling_core v0.23.0
14942026-07-16T22:39:04.400Z Compiling anstyle-parse v0.2.7
14952026-07-16T22:39:04.437Z Compiling ahash v0.8.12
14962026-07-16T22:39:04.492Z Compiling time v0.3.47
14972026-07-16T22:39:04.495Z Compiling fs-err v3.3.0
14982026-07-16T22:39:04.495Z Compiling same-file v1.0.6
14992026-07-16T22:39:04.550Z Compiling base16ct v0.2.0
15002026-07-16T22:39:04.553Z Compiling object v0.37.3
15012026-07-16T22:39:04.553Z Compiling foldhash v0.1.5
15022026-07-16T22:39:04.553Z Compiling bitflags v1.3.2
15032026-07-16T22:39:04.620Z Compiling foldhash v0.2.0
15042026-07-16T22:39:04.641Z Compiling managed v0.8.0
15052026-07-16T22:39:04.641Z Compiling libbz2-rs-sys v0.2.2
15062026-07-16T22:39:04.647Z Compiling bumpalo v3.20.2
15072026-07-16T22:39:04.679Z Compiling winnow v0.5.40
15082026-07-16T22:39:04.713Z Compiling walkdir v2.5.0
15092026-07-16T22:39:04.718Z Compiling anstream v0.6.21
15102026-07-16T22:39:04.718Z Compiling aws-lc-sys v0.40.0
15112026-07-16T22:39:04.796Z Compiling openssl-sys v0.9.115
15122026-07-16T22:39:04.799Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-07-16T22:39:04.799Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-07-16T22:39:04.817Z Compiling document-features v0.2.12
15152026-07-16T22:39:04.852Z Compiling hashbrown v0.16.1
15162026-07-16T22:39:04.919Z Compiling tempfile v3.25.0
15172026-07-16T22:39:04.937Z Compiling terminal_size v0.4.3
15182026-07-16T22:39:04.987Z Compiling zopfli v0.8.3
15192026-07-16T22:39:04.991Z Compiling hashbrown v0.15.5
15202026-07-16T22:39:05.004Z Compiling phf v0.13.1
15212026-07-16T22:39:05.022Z Compiling group v0.13.0
15222026-07-16T22:39:05.041Z Compiling signal-hook-mio v0.2.5
15232026-07-16T22:39:05.102Z Compiling bzip2 v0.6.1
15242026-07-16T22:39:05.138Z Compiling clap_builder v4.6.0
15252026-07-16T22:39:05.148Z Compiling float-cmp v0.10.0
15262026-07-16T22:39:05.190Z Compiling phf_shared v0.11.3
15272026-07-16T22:39:05.193Z Compiling memmap2 v0.9.10
15282026-07-16T22:39:05.227Z Compiling rusty-fork v0.3.1
15292026-07-16T22:39:05.261Z Compiling thread-id v4.2.2
15302026-07-16T22:39:05.264Z Compiling pem v3.0.6
15312026-07-16T22:39:05.264Z Compiling env_filter v1.0.0
15322026-07-16T22:39:05.264Z Compiling data-encoding v2.10.0
15332026-07-16T22:39:05.294Z Compiling whoami v2.1.0
15342026-07-16T22:39:05.344Z Compiling new_debug_unreachable v1.0.6
15352026-07-16T22:39:05.368Z Compiling keccak v0.1.6
15362026-07-16T22:39:05.417Z Compiling either v1.15.0
15372026-07-16T22:39:05.439Z Compiling fixedbitset v0.4.2
15382026-07-16T22:39:05.446Z Compiling static_assertions v1.1.0
15392026-07-16T22:39:05.472Z Compiling precomputed-hash v0.1.1
15402026-07-16T22:39:05.477Z Compiling const-oid v0.10.2
15412026-07-16T22:39:05.489Z Compiling cpufeatures v0.3.0
15422026-07-16T22:39:05.492Z Compiling normalize-line-endings v0.3.0
15432026-07-16T22:39:05.554Z Compiling predicates-core v1.0.10
15442026-07-16T22:39:05.585Z Compiling difflib v0.4.0
15452026-07-16T22:39:05.589Z Compiling jiff v0.2.21
15462026-07-16T22:39:05.658Z Compiling fixedbitset v0.5.7
15472026-07-16T22:39:05.663Z Compiling typed-path v0.9.3
15482026-07-16T22:39:05.663Z Compiling winnow v1.0.3
15492026-07-16T22:39:05.686Z Compiling itertools v0.13.0
15502026-07-16T22:39:05.701Z Compiling env_logger v0.11.9
15512026-07-16T22:39:05.730Z Compiling bstr v1.12.1
15522026-07-16T22:39:05.766Z Compiling regex v1.12.3
15532026-07-16T22:39:05.772Z Compiling crossbeam-epoch v0.9.18
15542026-07-16T22:39:05.800Z Compiling peg-runtime v0.8.5
15552026-07-16T22:39:05.861Z Compiling lalrpop-util v0.19.12
15562026-07-16T22:39:06.054Z Compiling toml_parser v1.1.2+spec-1.1.0
15572026-07-16T22:39:06.135Z Compiling thread_local v1.1.9
15582026-07-16T22:39:06.149Z Compiling slog-async v2.8.0
15592026-07-16T22:39:06.167Z Compiling crossbeam-channel v0.5.15
15602026-07-16T22:39:06.190Z Compiling serde_derive v1.0.228
15612026-07-16T22:39:06.196Z Compiling zeroize_derive v1.4.3
15622026-07-16T22:39:06.205Z Compiling zerofrom-derive v0.1.6
15632026-07-16T22:39:06.240Z Compiling yoke-derive v0.8.1
15642026-07-16T22:39:06.245Z Compiling zerovec-derive v0.11.2
15652026-07-16T22:39:06.279Z Compiling zerocopy-derive v0.8.40
15662026-07-16T22:39:06.283Z Compiling displaydoc v0.2.5
15672026-07-16T22:39:06.355Z Compiling tokio-macros v2.7.0
15682026-07-16T22:39:06.378Z Compiling futures-macro v0.3.32
15692026-07-16T22:39:06.378Z Compiling thiserror-impl v2.0.18
15702026-07-16T22:39:06.378Z Compiling der_derive v0.7.3
15712026-07-16T22:39:06.420Z Compiling tracing-attributes v0.1.31
15722026-07-16T22:39:06.453Z Compiling schemars_derive v0.8.22
15732026-07-16T22:39:06.517Z Compiling pest_derive v2.8.6
15742026-07-16T22:39:06.532Z Compiling scroll_derive v0.13.1
15752026-07-16T22:39:06.578Z Compiling openssl-macros v0.1.1
15762026-07-16T22:39:06.620Z Compiling scroll_derive v0.12.1
15772026-07-16T22:39:06.715Z Compiling thiserror-impl v1.0.69
15782026-07-16T22:39:06.788Z Compiling zerocopy-derive v0.7.35
15792026-07-16T22:39:06.878Z Compiling darling_macro v0.20.11
15802026-07-16T22:39:07.017Z Compiling zeroize v1.8.2
15812026-07-16T22:39:07.154Z Compiling pin-project-internal v1.1.11
15822026-07-16T22:39:07.158Z Compiling async-trait v0.1.89
15832026-07-16T22:39:07.189Z Compiling flate2 v1.1.9
15842026-07-16T22:39:07.229Z Compiling rustls-pki-types v1.14.0
15852026-07-16T22:39:07.296Z Compiling hybrid-array v0.4.13
15862026-07-16T22:39:07.330Z Compiling darling_macro v0.23.0
15872026-07-16T22:39:07.428Z Compiling futures-util v0.3.32
15882026-07-16T22:39:07.489Z Compiling curve25519-dalek-derive v0.1.1
15892026-07-16T22:39:07.504Z Compiling scroll v0.12.0
15902026-07-16T22:39:07.595Z Compiling scroll v0.13.0
15912026-07-16T22:39:07.613Z Compiling der v0.7.10
15922026-07-16T22:39:07.618Z Compiling darling v0.20.11
15932026-07-16T22:39:07.684Z Compiling rustls-native-certs v0.8.3
15942026-07-16T22:39:07.729Z Compiling derive_builder_core v0.20.2
15952026-07-16T22:39:07.748Z Compiling strum_macros v0.27.2
15962026-07-16T22:39:07.767Z Compiling goblin v0.8.2
15972026-07-16T22:39:07.786Z Compiling snafu-derive v0.8.9
15982026-07-16T22:39:07.807Z Compiling ref-cast-impl v1.0.25
15992026-07-16T22:39:07.843Z Compiling crypto-common v0.1.7
16002026-07-16T22:39:07.896Z Compiling zerofrom v0.1.6
16012026-07-16T22:39:07.961Z Compiling block-buffer v0.10.4
16022026-07-16T22:39:07.968Z Compiling goblin v0.10.5
16032026-07-16T22:39:08.020Z Compiling daft-derive v0.1.7
16042026-07-16T22:39:08.042Z Compiling zerocopy v0.7.35
16052026-07-16T22:39:08.059Z Compiling crypto-bigint v0.5.5
16062026-07-16T22:39:08.085Z Compiling yoke v0.8.1
16072026-07-16T22:39:08.105Z Compiling darling v0.23.0
16082026-07-16T22:39:08.126Z Compiling tracing v0.1.44
16092026-07-16T22:39:08.135Z Compiling thiserror v2.0.18
16102026-07-16T22:39:08.135Z Compiling block-buffer v0.12.1
16112026-07-16T22:39:08.161Z Compiling digest v0.10.7
16122026-07-16T22:39:08.195Z Compiling block-padding v0.4.2
16132026-07-16T22:39:08.229Z Compiling crypto-common v0.2.2
16142026-07-16T22:39:08.232Z Compiling hubpack_derive v0.1.1
16152026-07-16T22:39:08.232Z Compiling serde_with_macros v3.21.0
16162026-07-16T22:39:08.289Z Compiling zerovec v0.11.5
16172026-07-16T22:39:08.314Z Compiling zerotrie v0.2.3
16182026-07-16T22:39:08.323Z Compiling dtrace-parser v0.3.0
16192026-07-16T22:39:08.390Z Compiling thiserror v1.0.69
16202026-07-16T22:39:08.406Z Compiling sha2 v0.10.9
16212026-07-16T22:39:08.431Z Compiling hmac v0.12.1
16222026-07-16T22:39:08.457Z Compiling md-5 v0.10.6
16232026-07-16T22:39:08.485Z Compiling signature v2.2.0
16242026-07-16T22:39:08.488Z Compiling inout v0.2.2
16252026-07-16T22:39:08.540Z Compiling pin-project v1.1.11
16262026-07-16T22:39:08.544Z Compiling dtrace-parser v0.2.0
16272026-07-16T22:39:08.586Z Compiling spki v0.7.3
16282026-07-16T22:39:08.630Z Compiling hkdf v0.12.4
16292026-07-16T22:39:08.679Z Compiling bzip2 v0.4.4
16302026-07-16T22:39:08.685Z Compiling globset v0.4.18
16312026-07-16T22:39:08.714Z Compiling clap_derive v4.6.1
16322026-07-16T22:39:08.720Z Compiling async-recursion v1.1.1
16332026-07-16T22:39:08.748Z Compiling strum_macros v0.26.4
16342026-07-16T22:39:08.793Z Compiling pkcs8 v0.10.2
16352026-07-16T22:39:08.827Z Compiling tinystr v0.8.2
16362026-07-16T22:39:08.868Z Compiling potential_utf v0.1.4
16372026-07-16T22:39:08.885Z Compiling derive_builder_macro v0.20.2
16382026-07-16T22:39:08.904Z Compiling enum-as-inner v0.6.1
16392026-07-16T22:39:08.921Z Compiling cipher v0.5.2
16402026-07-16T22:39:08.940Z Compiling serde_repr v0.1.20
16412026-07-16T22:39:08.958Z Compiling digest v0.11.3
16422026-07-16T22:39:08.980Z Compiling zip v0.6.6
16432026-07-16T22:39:08.993Z Compiling ed25519 v2.2.3
16442026-07-16T22:39:09.076Z Compiling icu_locale_core v2.1.1
16452026-07-16T22:39:09.095Z Compiling icu_collections v2.1.1
16462026-07-16T22:39:09.112Z Compiling pkcs1 v0.7.5
16472026-07-16T22:39:09.166Z Compiling sec1 v0.7.3
16482026-07-16T22:39:09.230Z Compiling chacha20 v0.10.0
16492026-07-16T22:39:09.277Z Compiling x509-cert v0.2.5
16502026-07-16T22:39:09.385Z Compiling sha3 v0.10.8
16512026-07-16T22:39:09.499Z Compiling derive_builder v0.20.2
16522026-07-16T22:39:09.499Z Compiling ed25519-dalek v2.2.0
16532026-07-16T22:39:09.535Z Compiling elliptic-curve v0.13.8
16542026-07-16T22:39:09.553Z Compiling similar v2.7.0
16552026-07-16T22:39:09.570Z Compiling predicates v3.1.4
16562026-07-16T22:39:09.574Z Compiling is-terminal v0.4.17
16572026-07-16T22:39:09.620Z Compiling filetime v0.2.27
16582026-07-16T22:39:09.660Z Compiling take_mut v0.2.2
16592026-07-16T22:39:09.705Z Compiling futures-executor v0.3.32
16602026-07-16T22:39:09.724Z Compiling icu_provider v2.1.1
16612026-07-16T22:39:09.743Z Compiling xattr v1.6.1
16622026-07-16T22:39:09.817Z Compiling term v1.2.1
16632026-07-16T22:39:09.866Z Compiling camino-tempfile v1.4.1
16642026-07-16T22:39:09.883Z Compiling futures v0.3.32
16652026-07-16T22:39:09.902Z Compiling tar v0.4.46
16662026-07-16T22:39:09.980Z Compiling snafu v0.8.9
16672026-07-16T22:39:09.997Z Compiling icu_normalizer v2.1.1
16682026-07-16T22:39:10.001Z Compiling icu_properties v2.1.2
16692026-07-16T22:39:10.032Z Compiling strum v0.27.2
16702026-07-16T22:39:10.071Z Compiling bytes v1.11.1
16712026-07-16T22:39:10.103Z Compiling chrono v0.4.45
16722026-07-16T22:39:10.146Z Compiling ipnet v2.11.0
16732026-07-16T22:39:10.168Z Compiling erased-serde v0.3.31
16742026-07-16T22:39:10.187Z Compiling serde_urlencoded v0.7.1
16752026-07-16T22:39:10.203Z Compiling serde_tokenstream v0.2.3
16762026-07-16T22:39:10.221Z Compiling hex v0.4.3
16772026-07-16T22:39:10.278Z Compiling serde_spanned v0.6.9
16782026-07-16T22:39:10.292Z Compiling toml_datetime v0.6.11
16792026-07-16T22:39:10.395Z Compiling dof v0.3.0
16802026-07-16T22:39:10.473Z Compiling serde-big-array v0.5.1
16812026-07-16T22:39:10.499Z Compiling toml_edit v0.19.15
16822026-07-16T22:39:10.517Z Compiling hubpack v0.1.2
16832026-07-16T22:39:10.520Z Compiling cargo_metadata v0.23.1
16842026-07-16T22:39:10.520Z Compiling serde_plain v1.0.2
16852026-07-16T22:39:10.570Z Compiling olpc-cjson v0.1.4
16862026-07-16T22:39:10.606Z Compiling tokio v1.52.1
16872026-07-16T22:39:10.623Z Compiling http v1.4.2
16882026-07-16T22:39:10.658Z Compiling toml_edit v0.22.27
16892026-07-16T22:39:10.728Z Compiling string_cache v0.8.9
16902026-07-16T22:39:10.731Z Compiling strum v0.26.3
16912026-07-16T22:39:10.756Z Compiling petgraph v0.8.3
16922026-07-16T22:39:10.760Z Compiling clap v4.6.1
16932026-07-16T22:39:10.791Z Compiling usdt-impl v0.5.0
16942026-07-16T22:39:10.795Z Compiling openapiv3 v2.2.0
16952026-07-16T22:39:10.795Z Compiling petgraph v0.6.5
16962026-07-16T22:39:10.812Z Compiling crossterm v0.28.1
16972026-07-16T22:39:10.933Z Compiling idna_adapter v1.2.1
16982026-07-16T22:39:11.068Z Compiling idna v1.1.0
16992026-07-16T22:39:11.092Z Compiling slog-term v2.9.2
17002026-07-16T22:39:11.154Z Compiling ppv-lite86 v0.2.21
17012026-07-16T22:39:11.175Z Compiling dof v0.4.0
17022026-07-16T22:39:11.190Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-16T22:39:11.235Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-07-16T22:39:11.298Z Compiling http-body v1.0.1
17052026-07-16T22:39:11.313Z Compiling zstd v0.13.3
17062026-07-16T22:39:11.379Z Compiling url v2.5.8
17072026-07-16T22:39:11.379Z Compiling publicsuffix v2.3.0
17082026-07-16T22:39:11.442Z Compiling http-body-util v0.1.3
17092026-07-16T22:39:11.475Z Compiling rand_chacha v0.9.0
17102026-07-16T22:39:11.487Z Compiling rand_chacha v0.3.1
17112026-07-16T22:39:11.529Z Compiling zip v4.6.1
17122026-07-16T22:39:11.678Z Compiling rand v0.9.2
17132026-07-16T22:39:11.718Z Compiling rand v0.8.6
17142026-07-16T22:39:11.851Z Compiling toml v0.7.8
17152026-07-16T22:39:11.880Z Compiling cookie_store v0.22.1
17162026-07-16T22:39:12.230Z Compiling proptest v1.10.0
17172026-07-16T22:39:12.230Z Compiling postgres-protocol v0.6.10
17182026-07-16T22:39:12.396Z Compiling usdt-macro v0.6.0
17192026-07-16T22:39:12.396Z Compiling usdt-attr-macro v0.6.0
17202026-07-16T22:39:12.653Z Compiling ipnetwork v0.21.1
17212026-07-16T22:39:12.658Z Compiling postgres-types v0.2.12
17222026-07-16T22:39:12.658Z Compiling serde_with v3.21.0
17232026-07-16T22:39:12.658Z Compiling byte-wrapper v0.1.0
17242026-07-16T22:39:12.914Z Compiling oxnet v0.1.6
17252026-07-16T22:39:13.331Z Compiling usdt v0.6.0
17262026-07-16T22:39:13.352Z Compiling rsa v0.9.10
17272026-07-16T22:39:14.383Z Compiling tokio-util v0.7.18
17282026-07-16T22:39:14.386Z Compiling tower v0.5.3
17292026-07-16T22:39:14.386Z Compiling tokio-native-tls v0.3.1
17302026-07-16T22:39:14.386Z Compiling buf-list v1.1.2
17312026-07-16T22:39:14.386Z Compiling hickory-proto v0.25.2
17322026-07-16T22:39:14.638Z Compiling newtype-uuid v1.3.2
17332026-07-16T22:39:14.828Z Compiling tower-http v0.6.8
17342026-07-16T22:39:14.883Z Compiling daft v0.1.7
17352026-07-16T22:39:15.075Z Compiling h2 v0.4.15
17362026-07-16T22:39:15.138Z Compiling iddqd v0.4.2
17372026-07-16T22:39:15.138Z Compiling tokio-stream v0.1.18
17382026-07-16T22:39:15.141Z Compiling tokio-postgres v0.7.16
17392026-07-16T22:39:17.726Z Compiling hyper v1.10.1
17402026-07-16T22:39:18.613Z Compiling hyper-util v0.1.20
17412026-07-16T22:39:19.686Z Compiling hyper-tls v0.6.0
17422026-07-16T22:39:19.823Z Compiling reqwest v0.12.28
17432026-07-16T22:39:29.481Z Compiling rustls-webpki v0.103.13
17442026-07-16T22:39:32.148Z Compiling tokio-rustls v0.26.4
17452026-07-16T22:39:32.148Z Compiling rustls-platform-verifier v0.6.2
17462026-07-16T22:39:32.148Z Compiling tough v0.22.0
17472026-07-16T22:39:32.358Z Compiling hyper-rustls v0.27.7
17482026-07-16T22:39:32.544Z Compiling reqwest v0.13.2
17492026-07-16T22:39:34.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-07-16T22:39:34.929Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-07-16T22:39:37.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.83s
17522026-07-16T22:39:37.877Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17532026-07-16T22:39:37.931ZJul 16 22:39:37.255 INFO Starting download, target: Console
17542026-07-16T22:39:37.931ZJul 16 22:39:37.256 INFO Starting download, target: Cockroach
17552026-07-16T22:39:37.935ZJul 16 22:39:37.256 INFO Starting download, target: Clickhouse
17562026-07-16T22:39:37.935ZJul 16 22:39:37.256 INFO Starting download, target: DendriteStub
17572026-07-16T22:39:37.935ZJul 16 22:39:37.256 INFO Starting download, target: MaghemiteMgd
17582026-07-16T22:39:37.935ZJul 16 22:39:37.256 INFO Starting download, target: TransceiverControl
17592026-07-16T22:39:37.935ZJul 16 22:39:37.256 INFO Starting download, target: MaghemiteDdmd
17602026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17642026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-07-16T22:39:37.935ZJul 16 22:39:37.257 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-07-16T22:39:38.921ZJul 16 22:39:38.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-07-16T22:39:39.129ZJul 16 22:39:38.455 INFO Download complete, target: TransceiverControl
17692026-07-16T22:39:40.059ZJul 16 22:39:39.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-07-16T22:39:40.329ZJul 16 22:39:39.654 INFO Download complete, target: Console
17712026-07-16T22:39:40.611ZJul 16 22:39:39.935 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-07-16T22:39:40.837ZJul 16 22:39:40.161 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-07-16T22:39:41.003ZJul 16 22:39:40.323 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17742026-07-16T22:39:41.149ZJul 16 22:39:40.473 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-07-16T22:39:41.499ZJul 16 22:39:40.825 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-07-16T22:39:41.499ZJul 16 22:39:40.825 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-07-16T22:39:43.441ZJul 16 22:39:42.764 INFO Download complete, target: MaghemiteDdmd
17782026-07-16T22:39:43.751ZJul 16 22:39:43.076 INFO Download complete, target: DendriteStub
17792026-07-16T22:39:44.104ZJul 16 22:39:43.425 INFO Download complete, target: MaghemiteMgd
17802026-07-16T22:39:46.393ZJul 16 22:39:45.718 INFO Checking that binary works, target: Cockroach
17812026-07-16T22:39:46.524ZJul 16 22:39:45.850 INFO Download complete, target: Cockroach
17822026-07-16T22:39:47.622ZJul 16 22:39:46.945 INFO Checking that binary works, target: Clickhouse
17832026-07-16T22:39:47.707ZJul 16 22:39:47.028 INFO Download complete, target: Clickhouse
17842026-07-16T22:39:47.729ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-07-16T22:39:47.732Z
17862026-07-16T22:39:47.732Zreal 1:36.876424947
17872026-07-16T22:39:47.732Zuser 6:35.478180818
17882026-07-16T22:39:47.732Zsys 2:21.120611498
17892026-07-16T22:39:47.732Ztrap 0.210748185
17902026-07-16T22:39:47.732Ztflt 1.364089223
17912026-07-16T22:39:47.732Zdflt 3.697649874
17922026-07-16T22:39:47.732Zkflt 0.026362514
17932026-07-16T22:39:47.732Zlock 25:22.955130520
17942026-07-16T22:39:47.732Zslp 16:12.913791114
17952026-07-16T22:39:47.732Zlat 14.502313580
17962026-07-16T22:39:47.732Zstop 4:59.862863012
17972026-07-16T22:39:47.732Z++ bmat factory name
17982026-07-16T22:39:47.742Z++ bmat factory private
17992026-07-16T22:39:47.749Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-01d41aa0c048fcc76 '{
18002026-07-16T22:39:47.750Z buildomat: {
18012026-07-16T22:39:47.750Z factory: {
18022026-07-16T22:39:47.750Z name: $bmat_factory_name,
18032026-07-16T22:39:47.750Z private: $bmat_factory_private,
18042026-07-16T22:39:47.750Z },
18052026-07-16T22:39:47.750Z },
18062026-07-16T22:39:47.750Z }'
18072026-07-16T22:39:47.771Z+ banner ls-apis
18082026-07-16T22:39:47.774Z
18092026-07-16T22:39:47.774Z # #### ## ##### # ####
18102026-07-16T22:39:47.774Z # # # # # # # #
18112026-07-16T22:39:47.775Z # #### ##### # # # # # ####
18122026-07-16T22:39:47.775Z # # ###### ##### # #
18132026-07-16T22:39:47.775Z # # # # # # # # #
18142026-07-16T22:39:47.775Z ###### #### # # # # ####
18152026-07-16T22:39:47.775Z
18162026-07-16T22:39:47.778Z+ source ./tools/include/force-git-over-https.sh
18172026-07-16T22:39:47.778Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18182026-07-16T22:39:47.778Z++ (( i = 0 ))
18192026-07-16T22:39:47.778Z++ (( i < 5 ))
18202026-07-16T22:39:47.778Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18212026-07-16T22:39:47.782Z++ (( i++ ))
18222026-07-16T22:39:47.782Z++ (( i < 5 ))
18232026-07-16T22:39:47.782Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18242026-07-16T22:39:47.787Z++ (( i++ ))
18252026-07-16T22:39:47.787Z++ (( i < 5 ))
18262026-07-16T22:39:47.787Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18272026-07-16T22:39:47.787Z++ (( i++ ))
18282026-07-16T22:39:47.787Z++ (( i < 5 ))
18292026-07-16T22:39:47.787Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18302026-07-16T22:39:47.790Z++ (( i++ ))
18312026-07-16T22:39:47.790Z++ (( i < 5 ))
18322026-07-16T22:39:47.790Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18332026-07-16T22:39:47.795Z++ (( i++ ))
18342026-07-16T22:39:47.795Z++ (( i < 5 ))
18352026-07-16T22:39:47.795Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18362026-07-16T22:39:47.795Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-07-16T22:39:47.795Z+ ptime -m cargo xtask ls-apis apis
18382026-07-16T22:39:48.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18392026-07-16T22:39:48.233Z Running `target/debug/xtask ls-apis apis`
18402026-07-16T22:39:48.934Z Compiling rayon-core v1.13.0
18412026-07-16T22:39:48.938Z Compiling semver v0.1.20
18422026-07-16T22:39:49.074Z Compiling crossbeam-deque v0.8.6
18432026-07-16T22:39:49.074Z Compiling blake3 v1.8.5
18442026-07-16T22:39:49.077Z Compiling structmeta-derive v0.3.0
18452026-07-16T22:39:49.097Z Compiling arrayref v0.3.9
18462026-07-16T22:39:49.103Z Compiling constant_time_eq v0.4.2
18472026-07-16T22:39:49.107Z Compiling arrayvec v0.7.6
18482026-07-16T22:39:49.107Z Compiling topological-sort v0.2.2
18492026-07-16T22:39:49.107Z Compiling toml v0.8.23
18502026-07-16T22:39:49.107Z Compiling itertools v0.14.0
18512026-07-16T22:39:49.117Z Compiling indent_write v2.2.0
18522026-07-16T22:39:49.217Z Compiling rustc_version v0.1.7
18532026-07-16T22:39:49.413Z Compiling newtype_derive v0.1.6
18542026-07-16T22:39:49.741Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18552026-07-16T22:39:49.870Z Compiling structmeta v0.3.0
18562026-07-16T22:39:50.052Z Compiling parse-display-derive v0.10.0
18572026-07-16T22:39:50.071Z Compiling omicron-zone-package v0.12.3
18582026-07-16T22:39:51.150Z Compiling parse-display v0.10.0
18592026-07-16T22:39:51.281Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18602026-07-16T22:39:55.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.38s
18612026-07-16T22:39:55.774Z Running `target/debug/ls-apis apis`
18622026-07-16T22:39:55.816Zloading metadata for workspace omicron from current workspace
18632026-07-16T22:40:01.244Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
18642026-07-16T22:40:01.248Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
18652026-07-16T22:40:01.248Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
18662026-07-16T22:40:01.248Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
18672026-07-16T22:40:01.248Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
18682026-07-16T22:40:01.248Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
18692026-07-16T22:40:31.851Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18702026-07-16T22:40:31.930Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18712026-07-16T22:40:32.238ZBootstrap Agent (client: bootstrap-agent-client)
18722026-07-16T22:40:32.238Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18732026-07-16T22:40:32.238Z consumed by: wicketd (omicron/wicketd) via 1 path
18742026-07-16T22:40:32.238Z
18752026-07-16T22:40:32.238ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18762026-07-16T22:40:32.238Z consumed by: wicketd (omicron/wicketd) via 2 paths
18772026-07-16T22:40:32.238Z
18782026-07-16T22:40:32.238ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18792026-07-16T22:40:32.238Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18802026-07-16T22:40:32.238Z
18812026-07-16T22:40:32.238ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18822026-07-16T22:40:32.238Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18832026-07-16T22:40:32.238Z
18842026-07-16T22:40:32.238ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18852026-07-16T22:40:32.238Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18862026-07-16T22:40:32.238Z
18872026-07-16T22:40:32.238ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18882026-07-16T22:40:32.238Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18892026-07-16T22:40:32.252Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18902026-07-16T22:40:32.252Z
18912026-07-16T22:40:32.252ZCrucible Agent (client: crucible-agent-client)
18922026-07-16T22:40:32.252Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18932026-07-16T22:40:32.253Z
18942026-07-16T22:40:32.253ZCrucible Control (for testing only) (client: crucible-control-client)
18952026-07-16T22:40:32.253Z
18962026-07-16T22:40:32.253ZCrucible Pantry (client: crucible-pantry-client)
18972026-07-16T22:40:32.253Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18982026-07-16T22:40:32.253Z
18992026-07-16T22:40:32.253ZMaghemite DDM Admin (client: ddm-admin-client)
19002026-07-16T22:40:32.253Z consumed by: installinator (omicron/installinator) via 1 path
19012026-07-16T22:40:32.253Z consumed by: mgd (maghemite/mgd) via 1 path
19022026-07-16T22:40:32.253Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19032026-07-16T22:40:32.253Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19042026-07-16T22:40:32.253Z consumed by: wicketd (omicron/wicketd) via 1 path
19052026-07-16T22:40:32.253Z
19062026-07-16T22:40:32.253ZDNS Server (client: dns-service-client)
19072026-07-16T22:40:32.254Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19082026-07-16T22:40:32.254Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19092026-07-16T22:40:32.254Z
19102026-07-16T22:40:32.254ZDendrite DPD (client: dpd-client)
19112026-07-16T22:40:32.254Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19122026-07-16T22:40:32.254Z consumed by: lldpd (lldp/lldpd) via 2 paths
19132026-07-16T22:40:32.254Z consumed by: mgd (maghemite/mgd) via 1 path
19142026-07-16T22:40:32.254Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19152026-07-16T22:40:32.254Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19162026-07-16T22:40:32.254Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19172026-07-16T22:40:32.254Z consumed by: wicketd (omicron/wicketd) via 2 paths
19182026-07-16T22:40:32.254Z
19192026-07-16T22:40:32.254ZDownstairs Controller (debugging only) (client: dsc-client)
19202026-07-16T22:40:32.254Z
19212026-07-16T22:40:32.254ZManagement Gateway Service (client: gateway-client)
19222026-07-16T22:40:32.259Z consumed by: dpd (dendrite/dpd) via 1 path
19232026-07-16T22:40:32.259Z consumed by: lldpd (lldp/lldpd) via 1 path
19242026-07-16T22:40:32.259Z consumed by: mgd (maghemite/mgd) via 1 path
19252026-07-16T22:40:32.259Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19262026-07-16T22:40:32.259Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19272026-07-16T22:40:32.259Z consumed by: wicketd (omicron/wicketd) via 3 paths
19282026-07-16T22:40:32.259Z
19292026-07-16T22:40:32.260ZWicketd Installinator (client: installinator-client)
19302026-07-16T22:40:32.260Z consumed by: installinator (omicron/installinator) via 1 path
19312026-07-16T22:40:32.260Z
19322026-07-16T22:40:32.260ZLLDP daemon (client: lldpd-client)
19332026-07-16T22:40:32.260Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19342026-07-16T22:40:32.260Z consumed by: tfportd (dendrite/tfportd) via 1 path
19352026-07-16T22:40:32.260Z
19362026-07-16T22:40:32.260ZMaghemite MG Admin (client: mg-admin-client)
19372026-07-16T22:40:32.260Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19382026-07-16T22:40:32.260Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19392026-07-16T22:40:32.260Z
19402026-07-16T22:40:32.260ZNexus Internal API (client: nexus-client)
19412026-07-16T22:40:32.260Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19422026-07-16T22:40:32.260Z consumed by: dpd (dendrite/dpd) via 1 path
19432026-07-16T22:40:32.260Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19442026-07-16T22:40:32.260Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19452026-07-16T22:40:32.260Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19462026-07-16T22:40:32.260Z
19472026-07-16T22:40:32.260ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19482026-07-16T22:40:32.260Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19492026-07-16T22:40:32.260Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
19502026-07-16T22:40:32.261Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19512026-07-16T22:40:32.261Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
19522026-07-16T22:40:32.261Z
19532026-07-16T22:40:32.261ZNTP Admin (client: ntp-admin-client)
19542026-07-16T22:40:32.261Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19552026-07-16T22:40:32.261Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19562026-07-16T22:40:32.261Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
19572026-07-16T22:40:32.261Z
19582026-07-16T22:40:32.261ZExternal API (client: oxide-client)
19592026-07-16T22:40:32.261Z
19602026-07-16T22:40:32.261ZOximeter (client: oximeter-client)
19612026-07-16T22:40:32.261Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19622026-07-16T22:40:32.261Z
19632026-07-16T22:40:32.261ZPropolis (client: propolis-client)
19642026-07-16T22:40:32.261Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19652026-07-16T22:40:32.261Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19662026-07-16T22:40:32.261Z
19672026-07-16T22:40:32.261ZCrucible Repair (client: repair-client)
19682026-07-16T22:40:32.261Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19692026-07-16T22:40:32.261Z
19702026-07-16T22:40:32.261ZRepo Depot API (client: repo-depot-client)
19712026-07-16T22:40:32.261Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19722026-07-16T22:40:32.261Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19732026-07-16T22:40:32.261Z
19742026-07-16T22:40:32.261ZSled Agent (client: sled-agent-client)
19752026-07-16T22:40:32.272Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19762026-07-16T22:40:32.272Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
19772026-07-16T22:40:32.272Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19782026-07-16T22:40:32.273Z
19792026-07-16T22:40:32.273ZWicketd (client: wicketd-client)
19802026-07-16T22:40:32.273Z
19812026-07-16T22:40:32.353Z
19822026-07-16T22:40:32.357Zreal 44.536438027
19832026-07-16T22:40:32.357Zuser 32.810588770
19842026-07-16T22:40:32.357Zsys 11.464521591
19852026-07-16T22:40:32.357Ztrap 0.004197670
19862026-07-16T22:40:32.357Ztflt 0.101195224
19872026-07-16T22:40:32.357Zdflt 0.207685384
19882026-07-16T22:40:32.357Zkflt 0.000072130
19892026-07-16T22:40:32.357Zlock 3:21.932755883
19902026-07-16T22:40:32.357Zslp 6:53.675377638
19912026-07-16T22:40:32.358Zlat 0.826276078
19922026-07-16T22:40:32.358Zstop 3.328991663
19932026-07-16T22:40:32.358Z+ ptime -m cargo xtask ls-apis deployment-units
19942026-07-16T22:40:32.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19952026-07-16T22:40:32.860Z Running `target/debug/xtask ls-apis deployment-units`
19962026-07-16T22:40:33.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19972026-07-16T22:40:33.659Z Running `target/debug/ls-apis deployment-units`
19982026-07-16T22:40:33.707Zloading metadata for workspace omicron from current workspace
19992026-07-16T22:40:34.714Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20002026-07-16T22:40:34.719Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20012026-07-16T22:40:34.719Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
20022026-07-16T22:40:34.719Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
20032026-07-16T22:40:34.720Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
20042026-07-16T22:40:34.720Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
20052026-07-16T22:40:37.306Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20062026-07-16T22:40:37.331Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20072026-07-16T22:40:37.609ZClickHouse
20082026-07-16T22:40:37.609Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20092026-07-16T22:40:37.609Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20102026-07-16T22:40:37.609Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20112026-07-16T22:40:37.610Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20122026-07-16T22:40:37.610Z
20132026-07-16T22:40:37.610Z
20142026-07-16T22:40:37.610ZCockroach
20152026-07-16T22:40:37.610Z omicron-cockroach-admin (omicron/cockroach-admin)
20162026-07-16T22:40:37.610Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20172026-07-16T22:40:37.610Z
20182026-07-16T22:40:37.610Z
20192026-07-16T22:40:37.610ZCrucible
20202026-07-16T22:40:37.610Z crucible-agent (crucible/agent)
20212026-07-16T22:40:37.610Z exposes: Crucible Agent (client = crucible-agent-client)
20222026-07-16T22:40:37.610Z
20232026-07-16T22:40:37.610Z crucible-downstairs (crucible/downstairs)
20242026-07-16T22:40:37.610Z exposes: Crucible Repair (client = repair-client)
20252026-07-16T22:40:37.622Z consumes: repair-client
20262026-07-16T22:40:37.623Z
20272026-07-16T22:40:37.623Z
20282026-07-16T22:40:37.623ZCrucible Pantry
20292026-07-16T22:40:37.623Z crucible-pantry (crucible/pantry)
20302026-07-16T22:40:37.623Z exposes: Crucible Pantry (client = crucible-pantry-client)
20312026-07-16T22:40:37.623Z consumes: nexus-client
20322026-07-16T22:40:37.623Z
20332026-07-16T22:40:37.623Z
20342026-07-16T22:40:37.623ZDNS Server
20352026-07-16T22:40:37.623Z dns-server (omicron/dns-server)
20362026-07-16T22:40:37.623Z exposes: DNS Server (client = dns-service-client)
20372026-07-16T22:40:37.623Z
20382026-07-16T22:40:37.623Z
20392026-07-16T22:40:37.623ZHost OS
20402026-07-16T22:40:37.623Z ddmd (maghemite/ddmd)
20412026-07-16T22:40:37.623Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20422026-07-16T22:40:37.623Z consumes: dpd-client (intra-deployment-unit-only)
20432026-07-16T22:40:37.623Z
20442026-07-16T22:40:37.623Z dpd (dendrite/dpd)
20452026-07-16T22:40:37.623Z exposes: Dendrite DPD (client = dpd-client)
20462026-07-16T22:40:37.623Z consumes: gateway-client (intra-deployment-unit-only)
20472026-07-16T22:40:37.623Z consumes: nexus-client
20482026-07-16T22:40:37.623Z
20492026-07-16T22:40:37.623Z lldpd (lldp/lldpd)
20502026-07-16T22:40:37.623Z exposes: LLDP daemon (client = lldpd-client)
20512026-07-16T22:40:37.623Z consumes: dpd-client (intra-deployment-unit-only)
20522026-07-16T22:40:37.624Z consumes: gateway-client (intra-deployment-unit-only)
20532026-07-16T22:40:37.624Z
20542026-07-16T22:40:37.624Z mgd (maghemite/mgd)
20552026-07-16T22:40:37.624Z exposes: Maghemite MG Admin (client = mg-admin-client)
20562026-07-16T22:40:37.624Z consumes: ddm-admin-client (intra-deployment-unit-only)
20572026-07-16T22:40:37.624Z consumes: dpd-client (intra-deployment-unit-only)
20582026-07-16T22:40:37.624Z consumes: gateway-client (intra-deployment-unit-only)
20592026-07-16T22:40:37.624Z
20602026-07-16T22:40:37.624Z omicron-gateway (omicron/gateway)
20612026-07-16T22:40:37.624Z exposes: Management Gateway Service (client = gateway-client)
20622026-07-16T22:40:37.624Z
20632026-07-16T22:40:37.624Z omicron-sled-agent (omicron/sled-agent)
20642026-07-16T22:40:37.624Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20652026-07-16T22:40:37.624Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20662026-07-16T22:40:37.624Z exposes: Repo Depot API (client = repo-depot-client)
20672026-07-16T22:40:37.624Z exposes: Sled Agent (client = sled-agent-client)
20682026-07-16T22:40:37.624Z consumes: bootstrap-agent-client
20692026-07-16T22:40:37.624Z consumes: ddm-admin-client (intra-deployment-unit-only)
20702026-07-16T22:40:37.624Z consumes: dpd-client (intra-deployment-unit-only)
20712026-07-16T22:40:37.624Z consumes: gateway-client (intra-deployment-unit-only)
20722026-07-16T22:40:37.624Z consumes: mg-admin-client (intra-deployment-unit-only)
20732026-07-16T22:40:37.624Z consumes: nexus-client
20742026-07-16T22:40:37.624Z consumes: nexus-lockstep-client
20752026-07-16T22:40:37.624Z consumes: ntp-admin-client
20762026-07-16T22:40:37.624Z consumes: propolis-client (intra-deployment-unit-only)
20772026-07-16T22:40:37.624Z consumes: repo-depot-client
20782026-07-16T22:40:37.624Z
20792026-07-16T22:40:37.625Z propolis-server (propolis/bin/propolis-server)
20802026-07-16T22:40:37.625Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20812026-07-16T22:40:37.625Z exposes: Propolis (client = propolis-client)
20822026-07-16T22:40:37.625Z consumes: nexus-client
20832026-07-16T22:40:37.625Z consumes: sled-agent-client (intra-deployment-unit-only)
20842026-07-16T22:40:37.625Z
20852026-07-16T22:40:37.625Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
20862026-07-16T22:40:37.629Z consumes: cockroach-admin-client
20872026-07-16T22:40:37.629Z consumes: ddm-admin-client
20882026-07-16T22:40:37.629Z consumes: dns-service-client
20892026-07-16T22:40:37.629Z consumes: nexus-lockstep-client
20902026-07-16T22:40:37.629Z consumes: ntp-admin-client
20912026-07-16T22:40:37.629Z consumes: sled-agent-client
20922026-07-16T22:40:37.629Z
20932026-07-16T22:40:37.629Z tfportd (dendrite/tfportd)
20942026-07-16T22:40:37.629Z consumes: dpd-client (intra-deployment-unit-only)
20952026-07-16T22:40:37.629Z consumes: lldpd-client (intra-deployment-unit-only)
20962026-07-16T22:40:37.629Z
20972026-07-16T22:40:37.630Z wicketd (omicron/wicketd)
20982026-07-16T22:40:37.630Z exposes: Wicketd Installinator (client = installinator-client)
20992026-07-16T22:40:37.630Z exposes: Wicketd (client = wicketd-client)
21002026-07-16T22:40:37.630Z consumes: bootstrap-agent-client
21012026-07-16T22:40:37.630Z consumes: bootstrap-agent-lockstep-client
21022026-07-16T22:40:37.630Z consumes: ddm-admin-client (intra-deployment-unit-only)
21032026-07-16T22:40:37.630Z consumes: dpd-client (intra-deployment-unit-only)
21042026-07-16T22:40:37.630Z consumes: gateway-client (intra-deployment-unit-only)
21052026-07-16T22:40:37.630Z
21062026-07-16T22:40:37.630Z
21072026-07-16T22:40:37.630ZInstallinator
21082026-07-16T22:40:37.630Z installinator (omicron/installinator)
21092026-07-16T22:40:37.630Z consumes: ddm-admin-client
21102026-07-16T22:40:37.630Z consumes: installinator-client
21112026-07-16T22:40:37.630Z
21122026-07-16T22:40:37.630Z
21132026-07-16T22:40:37.630ZNTP
21142026-07-16T22:40:37.630Z omicron-ntp-admin (omicron/ntp-admin)
21152026-07-16T22:40:37.630Z exposes: NTP Admin (client = ntp-admin-client)
21162026-07-16T22:40:37.630Z
21172026-07-16T22:40:37.630Z
21182026-07-16T22:40:37.630ZNexus
21192026-07-16T22:40:37.630Z omicron-nexus (omicron/nexus)
21202026-07-16T22:40:37.630Z exposes: Nexus Internal API (client = nexus-client)
21212026-07-16T22:40:37.630Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21222026-07-16T22:40:37.631Z exposes: External API (client = oxide-client)
21232026-07-16T22:40:37.631Z consumes: clickhouse-admin-keeper-client
21242026-07-16T22:40:37.631Z consumes: clickhouse-admin-server-client
21252026-07-16T22:40:37.631Z consumes: clickhouse-admin-single-client
21262026-07-16T22:40:37.631Z consumes: cockroach-admin-client
21272026-07-16T22:40:37.631Z consumes: crucible-agent-client
21282026-07-16T22:40:37.631Z consumes: crucible-pantry-client
21292026-07-16T22:40:37.631Z consumes: dns-service-client
21302026-07-16T22:40:37.631Z consumes: dpd-client
21312026-07-16T22:40:37.631Z consumes: gateway-client
21322026-07-16T22:40:37.631Z consumes: lldpd-client
21332026-07-16T22:40:37.631Z consumes: mg-admin-client
21342026-07-16T22:40:37.631Z consumes: ntp-admin-client
21352026-07-16T22:40:37.631Z consumes: oximeter-client
21362026-07-16T22:40:37.631Z consumes: propolis-client
21372026-07-16T22:40:37.631Z consumes: repo-depot-client
21382026-07-16T22:40:37.631Z consumes: sled-agent-client
21392026-07-16T22:40:37.631Z
21402026-07-16T22:40:37.631Z
21412026-07-16T22:40:37.631ZOximeter
21422026-07-16T22:40:37.631Z oximeter-collector (omicron/oximeter/collector)
21432026-07-16T22:40:37.631Z exposes: Oximeter (client = oximeter-client)
21442026-07-16T22:40:37.631Z consumes: nexus-client
21452026-07-16T22:40:37.631Z
21462026-07-16T22:40:37.631Z
21472026-07-16T22:40:37.718Z
21482026-07-16T22:40:37.726Zreal 5.338147199
21492026-07-16T22:40:37.726Zuser 4.573636601
21502026-07-16T22:40:37.726Zsys 1.951795500
21512026-07-16T22:40:37.726Ztrap 0.000669280
21522026-07-16T22:40:37.726Ztflt 0.000040740
21532026-07-16T22:40:37.726Zdflt 0.000187330
21542026-07-16T22:40:37.726Zkflt 0.000002880
21552026-07-16T22:40:37.726Zlock 1.399937511
21562026-07-16T22:40:37.727Zslp 24.206438111
21572026-07-16T22:40:37.727Zlat 0.011613162
21582026-07-16T22:40:37.727Zstop 0.009021551
21592026-07-16T22:40:37.727Z+ ptime -m cargo xtask ls-apis servers
21602026-07-16T22:40:38.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21612026-07-16T22:40:38.182Z Running `target/debug/xtask ls-apis servers`
21622026-07-16T22:40:38.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21632026-07-16T22:40:38.948Z Running `target/debug/ls-apis servers`
21642026-07-16T22:40:39.004Zloading metadata for workspace omicron from current workspace
21652026-07-16T22:40:40.013Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21662026-07-16T22:40:40.017Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
21672026-07-16T22:40:40.017Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
21682026-07-16T22:40:40.017Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
21692026-07-16T22:40:40.017Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
21702026-07-16T22:40:40.021Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
21712026-07-16T22:40:42.382Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21722026-07-16T22:40:42.460Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21732026-07-16T22:40:42.770Zcrucible-agent (crucible/agent)
21742026-07-16T22:40:42.770Z exposes: Crucible Agent (client = crucible-agent-client)
21752026-07-16T22:40:42.770Z
21762026-07-16T22:40:42.770Zcrucible-downstairs (crucible/downstairs)
21772026-07-16T22:40:42.770Z exposes: Crucible Repair (client = repair-client)
21782026-07-16T22:40:42.782Z consumes: repair-client
21792026-07-16T22:40:42.782Z
21802026-07-16T22:40:42.782Zcrucible-pantry (crucible/pantry)
21812026-07-16T22:40:42.782Z exposes: Crucible Pantry (client = crucible-pantry-client)
21822026-07-16T22:40:42.782Z consumes: nexus-client
21832026-07-16T22:40:42.782Z
21842026-07-16T22:40:42.782Zddmd (maghemite/ddmd)
21852026-07-16T22:40:42.782Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21862026-07-16T22:40:42.782Z consumes: dpd-client (intra-deployment-unit-only)
21872026-07-16T22:40:42.782Z
21882026-07-16T22:40:42.783Zdns-server (omicron/dns-server)
21892026-07-16T22:40:42.783Z exposes: DNS Server (client = dns-service-client)
21902026-07-16T22:40:42.783Z
21912026-07-16T22:40:42.783Zdpd (dendrite/dpd)
21922026-07-16T22:40:42.783Z exposes: Dendrite DPD (client = dpd-client)
21932026-07-16T22:40:42.783Z consumes: gateway-client (intra-deployment-unit-only)
21942026-07-16T22:40:42.783Z consumes: nexus-client
21952026-07-16T22:40:42.783Z
21962026-07-16T22:40:42.783Zinstallinator (omicron/installinator)
21972026-07-16T22:40:42.783Z consumes: ddm-admin-client
21982026-07-16T22:40:42.783Z consumes: installinator-client
21992026-07-16T22:40:42.783Z
22002026-07-16T22:40:42.783Zlldpd (lldp/lldpd)
22012026-07-16T22:40:42.783Z exposes: LLDP daemon (client = lldpd-client)
22022026-07-16T22:40:42.783Z consumes: dpd-client (intra-deployment-unit-only)
22032026-07-16T22:40:42.783Z consumes: gateway-client (intra-deployment-unit-only)
22042026-07-16T22:40:42.783Z
22052026-07-16T22:40:42.783Zmgd (maghemite/mgd)
22062026-07-16T22:40:42.783Z exposes: Maghemite MG Admin (client = mg-admin-client)
22072026-07-16T22:40:42.783Z consumes: ddm-admin-client (intra-deployment-unit-only)
22082026-07-16T22:40:42.783Z consumes: dpd-client (intra-deployment-unit-only)
22092026-07-16T22:40:42.783Z consumes: gateway-client (intra-deployment-unit-only)
22102026-07-16T22:40:42.783Z
22112026-07-16T22:40:42.783Zomicron-clickhouse-admin (omicron/clickhouse-admin)
22122026-07-16T22:40:42.784Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
22132026-07-16T22:40:42.784Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
22142026-07-16T22:40:42.784Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
22152026-07-16T22:40:42.784Z
22162026-07-16T22:40:42.784Zomicron-cockroach-admin (omicron/cockroach-admin)
22172026-07-16T22:40:42.784Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
22182026-07-16T22:40:42.784Z
22192026-07-16T22:40:42.784Zomicron-gateway (omicron/gateway)
22202026-07-16T22:40:42.784Z exposes: Management Gateway Service (client = gateway-client)
22212026-07-16T22:40:42.784Z
22222026-07-16T22:40:42.784Zomicron-nexus (omicron/nexus)
22232026-07-16T22:40:42.784Z exposes: Nexus Internal API (client = nexus-client)
22242026-07-16T22:40:42.784Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22252026-07-16T22:40:42.784Z exposes: External API (client = oxide-client)
22262026-07-16T22:40:42.784Z consumes: clickhouse-admin-keeper-client
22272026-07-16T22:40:42.784Z consumes: clickhouse-admin-server-client
22282026-07-16T22:40:42.784Z consumes: clickhouse-admin-single-client
22292026-07-16T22:40:42.785Z consumes: cockroach-admin-client
22302026-07-16T22:40:42.785Z consumes: crucible-agent-client
22312026-07-16T22:40:42.785Z consumes: crucible-pantry-client
22322026-07-16T22:40:42.790Z consumes: dns-service-client
22332026-07-16T22:40:42.790Z consumes: dpd-client
22342026-07-16T22:40:42.790Z consumes: gateway-client
22352026-07-16T22:40:42.790Z consumes: lldpd-client
22362026-07-16T22:40:42.790Z consumes: mg-admin-client
22372026-07-16T22:40:42.790Z consumes: ntp-admin-client
22382026-07-16T22:40:42.790Z consumes: oximeter-client
22392026-07-16T22:40:42.790Z consumes: propolis-client
22402026-07-16T22:40:42.790Z consumes: repo-depot-client
22412026-07-16T22:40:42.790Z consumes: sled-agent-client
22422026-07-16T22:40:42.790Z
22432026-07-16T22:40:42.790Zomicron-ntp-admin (omicron/ntp-admin)
22442026-07-16T22:40:42.791Z exposes: NTP Admin (client = ntp-admin-client)
22452026-07-16T22:40:42.791Z
22462026-07-16T22:40:42.791Zomicron-sled-agent (omicron/sled-agent)
22472026-07-16T22:40:42.791Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22482026-07-16T22:40:42.791Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22492026-07-16T22:40:42.791Z exposes: Repo Depot API (client = repo-depot-client)
22502026-07-16T22:40:42.791Z exposes: Sled Agent (client = sled-agent-client)
22512026-07-16T22:40:42.791Z consumes: bootstrap-agent-client
22522026-07-16T22:40:42.791Z consumes: ddm-admin-client (intra-deployment-unit-only)
22532026-07-16T22:40:42.791Z consumes: dpd-client (intra-deployment-unit-only)
22542026-07-16T22:40:42.791Z consumes: gateway-client (intra-deployment-unit-only)
22552026-07-16T22:40:42.791Z consumes: mg-admin-client (intra-deployment-unit-only)
22562026-07-16T22:40:42.791Z consumes: nexus-client
22572026-07-16T22:40:42.791Z consumes: nexus-lockstep-client
22582026-07-16T22:40:42.791Z consumes: ntp-admin-client
22592026-07-16T22:40:42.791Z consumes: propolis-client (intra-deployment-unit-only)
22602026-07-16T22:40:42.791Z consumes: repo-depot-client
22612026-07-16T22:40:42.791Z
22622026-07-16T22:40:42.791Zoximeter-collector (omicron/oximeter/collector)
22632026-07-16T22:40:42.791Z exposes: Oximeter (client = oximeter-client)
22642026-07-16T22:40:42.791Z consumes: nexus-client
22652026-07-16T22:40:42.791Z
22662026-07-16T22:40:42.791Zpropolis-server (propolis/bin/propolis-server)
22672026-07-16T22:40:42.791Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22682026-07-16T22:40:42.791Z exposes: Propolis (client = propolis-client)
22692026-07-16T22:40:42.815Z consumes: nexus-client
22702026-07-16T22:40:42.815Z consumes: sled-agent-client (intra-deployment-unit-only)
22712026-07-16T22:40:42.815Z
22722026-07-16T22:40:42.815Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22732026-07-16T22:40:42.815Z consumes: cockroach-admin-client
22742026-07-16T22:40:42.815Z consumes: ddm-admin-client
22752026-07-16T22:40:42.815Z consumes: dns-service-client
22762026-07-16T22:40:42.815Z consumes: nexus-lockstep-client
22772026-07-16T22:40:42.821Z consumes: ntp-admin-client
22782026-07-16T22:40:42.821Z consumes: sled-agent-client
22792026-07-16T22:40:42.821Z
22802026-07-16T22:40:42.821Ztfportd (dendrite/tfportd)
22812026-07-16T22:40:42.821Z consumes: dpd-client (intra-deployment-unit-only)
22822026-07-16T22:40:42.821Z consumes: lldpd-client (intra-deployment-unit-only)
22832026-07-16T22:40:42.822Z
22842026-07-16T22:40:42.822Zwicketd (omicron/wicketd)
22852026-07-16T22:40:42.822Z exposes: Wicketd Installinator (client = installinator-client)
22862026-07-16T22:40:42.822Z exposes: Wicketd (client = wicketd-client)
22872026-07-16T22:40:42.822Z consumes: bootstrap-agent-client
22882026-07-16T22:40:42.822Z consumes: bootstrap-agent-lockstep-client
22892026-07-16T22:40:42.822Z consumes: ddm-admin-client (intra-deployment-unit-only)
22902026-07-16T22:40:42.822Z consumes: dpd-client (intra-deployment-unit-only)
22912026-07-16T22:40:42.822Z consumes: gateway-client (intra-deployment-unit-only)
22922026-07-16T22:40:42.822Z
22932026-07-16T22:40:42.877Z
22942026-07-16T22:40:42.884Zreal 5.131911934
22952026-07-16T22:40:42.884Zuser 4.546672430
22962026-07-16T22:40:42.884Zsys 1.827332915
22972026-07-16T22:40:42.884Ztrap 0.000657830
22982026-07-16T22:40:42.884Ztflt 0.000153880
22992026-07-16T22:40:42.884Zdflt 0.000614350
23002026-07-16T22:40:42.884Zkflt 0.000001960
23012026-07-16T22:40:42.884Zlock 1.378449424
23022026-07-16T22:40:42.884Zslp 22.803569442
23032026-07-16T22:40:42.884Zlat 0.008535930
23042026-07-16T22:40:42.884Zstop 0.009360943
23052026-07-16T22:40:42.884Z+ ptime -m cargo xtask ls-apis check
23062026-07-16T22:40:43.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
23072026-07-16T22:40:43.319Z Running `target/debug/xtask ls-apis check`
23082026-07-16T22:40:44.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23092026-07-16T22:40:44.098Z Running `target/debug/ls-apis check`
23102026-07-16T22:40:44.155Zloading metadata for workspace omicron from current workspace
23112026-07-16T22:40:45.165Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
23122026-07-16T22:40:45.186Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23132026-07-16T22:40:45.186Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23142026-07-16T22:40:45.186Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
23152026-07-16T22:40:45.186Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23162026-07-16T22:40:45.186Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
23172026-07-16T22:40:47.519Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23182026-07-16T22:40:47.612Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23192026-07-16T22:40:48.038Z
23202026-07-16T22:40:48.038Z
23212026-07-16T22:40:48.038ZServer-managed APIs:
23222026-07-16T22:40:48.038Z
23232026-07-16T22:40:48.038Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23242026-07-16T22:40:48.038Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23252026-07-16T22:40:48.038Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23262026-07-16T22:40:48.038Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23272026-07-16T22:40:48.038Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23282026-07-16T22:40:48.038Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23292026-07-16T22:40:48.038Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23302026-07-16T22:40:48.038Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23312026-07-16T22:40:48.038Z DNS Server (dns-service-client, exposed by dns-server)
23322026-07-16T22:40:48.038Z Dendrite DPD (dpd-client, exposed by dpd)
23332026-07-16T22:40:48.039Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23342026-07-16T22:40:48.039Z LLDP daemon (lldpd-client, exposed by lldpd)
23352026-07-16T22:40:48.039Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23362026-07-16T22:40:48.039Z External API (oxide-client, exposed by omicron-nexus)
23372026-07-16T22:40:48.039Z Oximeter (oximeter-client, exposed by oximeter-collector)
23382026-07-16T22:40:48.039Z Propolis (propolis-client, exposed by propolis-server)
23392026-07-16T22:40:48.039Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23402026-07-16T22:40:48.039Z Wicketd (wicketd-client, exposed by wicketd)
23412026-07-16T22:40:48.039Z
23422026-07-16T22:40:48.039Z
23432026-07-16T22:40:48.039ZClient-managed API:
23442026-07-16T22:40:48.039Z
23452026-07-16T22:40:48.039Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23462026-07-16T22:40:48.039Z reason: depends on itself (i.e., instances call each other)
23472026-07-16T22:40:48.039Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23482026-07-16T22:40:48.039Z reason: wicketd can wind up calling into sled agent on different sleds
23492026-07-16T22:40:48.039Z Wicketd Installinator (installinator-client, exposed by wicketd)
23502026-07-16T22:40:48.039Z reason: client is provided implicitly by the operator
23512026-07-16T22:40:48.039Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23522026-07-16T22:40:48.039Z reason: Circular dependencies between Nexus and other services
23532026-07-16T22:40:48.039Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23542026-07-16T22:40:48.039Z reason: Circular dependencies between Nexus and other services
23552026-07-16T22:40:48.039Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23562026-07-16T22:40:48.039Z 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.
23572026-07-16T22:40:48.039Z
23582026-07-16T22:40:48.039Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23592026-07-16T22:40:48.039Z reason: depends on itself (i.e., instances call each other)
23602026-07-16T22:40:48.039Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23612026-07-16T22:40:48.039Z reason: depends on itself (i.e., instances call each other)
23622026-07-16T22:40:48.039Z
23632026-07-16T22:40:48.039Z
23642026-07-16T22:40:48.039ZAPIs with unknown version management: none
23652026-07-16T22:40:48.039Z
23662026-07-16T22:40:48.039Z
23672026-07-16T22:40:48.039ZAPIs that failed consumer checks: none
23682026-07-16T22:40:48.114Z
23692026-07-16T22:40:48.121Zreal 5.208937013
23702026-07-16T22:40:48.121Zuser 4.635352522
23712026-07-16T22:40:48.122Zsys 1.814451597
23722026-07-16T22:40:48.122Ztrap 0.000414800
23732026-07-16T22:40:48.122Ztflt 0.000099510
23742026-07-16T22:40:48.122Zdflt 0.001146940
23752026-07-16T22:40:48.122Zkflt 0.000008180
23762026-07-16T22:40:48.122Zlock 1.493710505
23772026-07-16T22:40:48.122Zslp 22.550717934
23782026-07-16T22:40:48.122Zlat 0.009103170
23792026-07-16T22:40:48.122Zstop 0.009017411
23802026-07-16T22:40:48.122Z+ ptime -m cargo xtask ls-apis adoc
23812026-07-16T22:40:48.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
23822026-07-16T22:40:48.554Z Running `target/debug/xtask ls-apis adoc`
23832026-07-16T22:40:49.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23842026-07-16T22:40:49.409Z Running `target/debug/ls-apis adoc`
23852026-07-16T22:40:49.444Zloading metadata for workspace omicron from current workspace
23862026-07-16T22:40:50.457Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23872026-07-16T22:40:50.457Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
23882026-07-16T22:40:50.521Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23892026-07-16T22:40:50.521Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/65cc70a/Cargo.toml
23902026-07-16T22:40:50.521Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23912026-07-16T22:40:50.521Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
23922026-07-16T22:40:55.528Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23932026-07-16T22:40:55.631Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23942026-07-16T22:40:55.631Z
23952026-07-16T22:40:55.631Zreal 5.122759667
23962026-07-16T22:40:55.631Zuser 4.544389026
23972026-07-16T22:40:55.631Zsys 1.762886527
23982026-07-16T22:40:55.631Ztrap 0.000753430
23992026-07-16T22:40:55.631Ztflt 0.000116180
24002026-07-16T22:40:55.631Zdflt 0.000183650
24012026-07-16T22:40:55.631Zkflt 0.000003720
24022026-07-16T22:40:55.631Zlock 1.395008590
24032026-07-16T22:40:55.631Zslp 22.579222833
24042026-07-16T22:40:55.631Zlat 0.009950810
24052026-07-16T22:40:55.631Zstop 0.009933345
24062026-07-16T22:40:55.631Z+ banner build
24072026-07-16T22:40:55.632Z
24082026-07-16T22:40:55.632Z ##### # # # # #####
24092026-07-16T22:40:55.632Z # # # # # # # #
24102026-07-16T22:40:55.632Z ##### # # # # # #
24112026-07-16T22:40:55.632Z # # # # # # # #
24122026-07-16T22:40:55.632Z # # # # # # # #
24132026-07-16T22:40:55.632Z ##### #### # ###### #####
24142026-07-16T22:40:55.632Z
24152026-07-16T22:40:55.632Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24162026-07-16T22:40:55.632Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24172026-07-16T22:40:55.632Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24182026-07-16T22:40:55.635Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24192026-07-16T22:40:55.635Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24202026-07-16T22:40:55.635Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24212026-07-16T22:40:55.635Z+ export TMPDIR=/var/tmp/omicron_tmp
24222026-07-16T22:40:55.635Z+ TMPDIR=/var/tmp/omicron_tmp
24232026-07-16T22:40:55.635Z+ export RUST_BACKTRACE=1
24242026-07-16T22:40:55.635Z+ RUST_BACKTRACE=1
24252026-07-16T22:40:55.635Z+ export CARGO_INCREMENTAL=0
24262026-07-16T22:40:55.635Z+ CARGO_INCREMENTAL=0
24272026-07-16T22:40:55.635Z+ export RUSTC_BOOTSTRAP=1
24282026-07-16T22:40:55.635Z+ RUSTC_BOOTSTRAP=1
24292026-07-16T22:40:55.635Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
24302026-07-16T22:40:55.683Z Compiling proc-macro2 v1.0.106
24312026-07-16T22:40:55.683Z Compiling unicode-ident v1.0.24
24322026-07-16T22:40:55.683Z Compiling quote v1.0.45
24332026-07-16T22:40:55.683Z Compiling libc v0.2.185
24342026-07-16T22:40:55.683Z Compiling serde_core v1.0.228
24352026-07-16T22:40:55.683Z Compiling cfg-if v1.0.4
24362026-07-16T22:40:55.683Z Compiling serde v1.0.228
24372026-07-16T22:40:55.683Z Compiling memchr v2.8.0
24382026-07-16T22:40:55.683Z Compiling smallvec v1.15.1
24392026-07-16T22:40:55.683Z Compiling autocfg v1.5.0
24402026-07-16T22:40:55.683Z Compiling log v0.4.29
24412026-07-16T22:40:55.721Z Compiling itoa v1.0.17
24422026-07-16T22:40:55.750Z Compiling rand_core v0.10.0
24432026-07-16T22:40:55.753Z Compiling getrandom v0.4.1
24442026-07-16T22:40:55.753Z Compiling subtle v2.6.1
24452026-07-16T22:40:55.754Z Compiling libm v0.2.16
24462026-07-16T22:40:55.754Z Compiling version_check v0.9.5
24472026-07-16T22:40:55.754Z Compiling zmij v1.0.21
24482026-07-16T22:40:55.754Z Compiling serde_json v1.0.150
24492026-07-16T22:40:55.754Z Compiling typenum v1.20.1
24502026-07-16T22:40:55.754Z Compiling scopeguard v1.2.0
24512026-07-16T22:40:55.754Z Compiling stable_deref_trait v1.2.1
24522026-07-16T22:40:55.754Z Compiling percent-encoding v2.3.2
24532026-07-16T22:40:55.754Z Compiling litemap v0.8.1
24542026-07-16T22:40:55.754Z Compiling writeable v0.6.2
24552026-07-16T22:40:55.754Z Compiling icu_properties_data v2.1.2
24562026-07-16T22:40:55.784Z Compiling icu_normalizer_data v2.1.1
24572026-07-16T22:40:55.787Z Compiling utf8_iter v1.0.4
24582026-07-16T22:40:55.787Z Compiling portable-atomic v1.13.1
24592026-07-16T22:40:55.787Z Compiling parking_lot_core v0.9.12
24602026-07-16T22:40:55.788Z Compiling critical-section v1.2.0
24612026-07-16T22:40:55.815Z Compiling zerocopy v0.8.40
24622026-07-16T22:40:55.820Z 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`
24632026-07-16T22:40:55.820Z 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`
24642026-07-16T22:40:55.820Z 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`
24652026-07-16T22:40:55.820Z 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`
24662026-07-16T22:40:55.820Z 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`
24672026-07-16T22:40:55.820Z 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`
24682026-07-16T22:40:55.820Z 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`
24692026-07-16T22:40:55.820Z 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`
24702026-07-16T22:40:55.820Z 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`
24712026-07-16T22:40:55.821Z 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`
24722026-07-16T22:40:55.821Z 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`
24732026-07-16T22:40:55.821Z 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`
24742026-07-16T22:40:55.821Z 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`
24752026-07-16T22:40:55.822Z 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`
24762026-07-16T22:40:55.822Z 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`
24772026-07-16T22:40:55.847Z 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`
24782026-07-16T22:40:55.852Z 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`
24792026-07-16T22:40:55.852Z 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`
24802026-07-16T22:40:55.852Z 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`
24812026-07-16T22:40:55.852Z 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`
24822026-07-16T22:40:55.852Z 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`
24832026-07-16T22:40:55.852Z 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`
24842026-07-16T22:40:55.852Z 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`
24852026-07-16T22:40:55.852Z 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`
24862026-07-16T22:40:55.852Z 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`
24872026-07-16T22:40:55.852Z 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`
24882026-07-16T22:40:55.853Z 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`
24892026-07-16T22:40:55.853Z 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`
24902026-07-16T22:40:55.910Z 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`
24912026-07-16T22:40:55.946Z 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`
24922026-07-16T22:40:55.949Z Compiling pin-project-lite v0.2.17
24932026-07-16T22:40:55.949Z 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`
24942026-07-16T22:40:55.980Z 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`
24952026-07-16T22:40:56.048Z Compiling shlex v1.3.0
24962026-07-16T22:40:56.077Z Compiling thiserror v2.0.18
24972026-07-16T22:40:56.080Z 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`
24982026-07-16T22:40:56.146Z 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`
24992026-07-16T22:40:56.150Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-087bff7154b1daaf/build-script-build`
25002026-07-16T22:40:56.178Z Compiling find-msvc-tools v0.1.9
25012026-07-16T22:40:56.216Z Compiling equivalent v1.0.2
25022026-07-16T22:40:56.705Z 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`
25032026-07-16T22:40:56.769Z Compiling fnv v1.0.7
25042026-07-16T22:40:56.772Z 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`
25052026-07-16T22:40:56.806Z 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`
25062026-07-16T22:40:57.016Z Compiling lock_api v0.4.14
25072026-07-16T22:40:57.016Z Compiling form_urlencoded v1.2.2
25082026-07-16T22:40:57.020Z Compiling heck v0.5.0
25092026-07-16T22:40:57.020Z Compiling iana-time-zone v0.1.65
25102026-07-16T22:40:57.020Z Compiling rustversion v1.0.22
25112026-07-16T22:40:57.050Z Compiling regex-syntax v0.8.10
25122026-07-16T22:40:57.053Z Compiling hashbrown v0.17.0
25132026-07-16T22:40:57.053Z Compiling strsim v0.11.1
25142026-07-16T22:40:57.053Z Compiling dyn-clone v1.0.20
25152026-07-16T22:40:57.053Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-1b801243c4ee483c/build-script-build`
25162026-07-16T22:40:57.083Z 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`
25172026-07-16T22:40:57.289Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-0479007ad9b4bd9b/build-script-build`
25182026-07-16T22:40:57.289Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-c45d2b8f51fad3ac/build-script-build`
25192026-07-16T22:40:57.289Z 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`
25202026-07-16T22:40:57.292Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-fc47b799cf8db48b/build-script-build`
25212026-07-16T22:40:57.292Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b201a642b1c0a45d/build-script-build`
25222026-07-16T22:40:57.293Z 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`
25232026-07-16T22:40:57.293Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5daefdd4e4bfadce/build-script-build`
25242026-07-16T22:40:57.293Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-8a5f79f444089dc9/build-script-build`
25252026-07-16T22:40:57.293Z 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`
25262026-07-16T22:40:57.320Z 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`
25272026-07-16T22:40:57.323Z 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`
25282026-07-16T22:40:57.323Z 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`
25292026-07-16T22:40:57.323Z 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`
25302026-07-16T22:40:57.351Z Compiling schemars v0.8.22
25312026-07-16T22:40:57.354Z Compiling futures-core v0.3.32
25322026-07-16T22:40:57.354Z Compiling syn v1.0.109
25332026-07-16T22:40:57.354Z Compiling rustix v1.1.3
25342026-07-16T22:40:57.486Z 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`
25352026-07-16T22:40:57.582Z 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`
25362026-07-16T22:40:57.732Z Compiling num-traits v0.2.19
25372026-07-16T22:40:57.736Z Compiling aho-corasick v1.1.4
25382026-07-16T22:40:57.736Z Compiling byteorder v1.5.0
25392026-07-16T22:40:57.736Z Compiling cmov v0.5.4
25402026-07-16T22:40:57.736Z Compiling generic-array v0.14.7
25412026-07-16T22:40:57.736Z Compiling futures-sink v0.3.32
25422026-07-16T22:40:57.863Z 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`
25432026-07-16T22:40:57.866Z 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`
25442026-07-16T22:40:57.867Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-fa90cb92e5a1c9d8/build-script-build`
25452026-07-16T22:40:57.897Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5f08ce4ddbe03377/build-script-build`
25462026-07-16T22:40:58.115Z 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`
25472026-07-16T22:40:58.115Z 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`
25482026-07-16T22:40:58.118Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-ec1a4aa6125eea86/build-script-build`
25492026-07-16T22:40:58.118Z 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)'`
25502026-07-16T22:40:58.118Z 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-16T22:40:58.118Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-def1b171fe4257b9/build-script-build`
25522026-07-16T22:40:58.118Z Compiling thiserror v1.0.69
25532026-07-16T22:40:58.118Z Compiling futures-task v0.3.32
25542026-07-16T22:40:58.118Z Compiling futures-io v0.3.32
25552026-07-16T22:40:58.118Z Compiling slab v0.4.12
25562026-07-16T22:40:58.118Z Compiling getrandom v0.3.4
25572026-07-16T22:40:58.118Z Compiling ident_case v1.0.1
25582026-07-16T22:40:58.118Z Compiling base64ct v1.8.3
25592026-07-16T22:40:58.149Z Compiling const-oid v0.9.6
25602026-07-16T22:40:58.153Z Compiling anyhow v1.0.102
25612026-07-16T22:40:58.153Z 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`
25622026-07-16T22:40:58.153Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b3c45f670aa04f4/build-script-build`
25632026-07-16T22:40:58.153Z 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`
25642026-07-16T22:40:58.153Z 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`
25652026-07-16T22:40:58.154Z 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`
25662026-07-16T22:40:58.154Z 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`
25672026-07-16T22:40:58.154Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-cbff277a70f25ca8/build-script-build`
25682026-07-16T22:40:58.594Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-615e06a3eb778834/build-script-build`
25692026-07-16T22:40:58.594Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-d74fceb7f2ffb6e2/build-script-build`
25702026-07-16T22:40:58.600Z 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"))'`
25712026-07-16T22:40:58.601Z 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`
25722026-07-16T22:40:58.601Z 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`
25732026-07-16T22:40:58.602Z 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`
25742026-07-16T22:40:58.602Z 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`
25752026-07-16T22:40:58.602Z 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`
25762026-07-16T22:40:58.602Z Compiling ctutils v0.4.2
25772026-07-16T22:40:58.602Z Compiling futures-channel v0.3.32
25782026-07-16T22:40:58.602Z Compiling pkg-config v0.3.32
25792026-07-16T22:40:58.602Z Compiling base64 v0.22.1
25802026-07-16T22:40:58.602Z Compiling utf8parse v0.2.2
25812026-07-16T22:40:58.602Z 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)'`
25822026-07-16T22:40:58.602Z 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)'`
25832026-07-16T22:40:58.602Z 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`
25842026-07-16T22:40:58.602Z 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`
25852026-07-16T22:40:58.602Z 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`
25862026-07-16T22:40:58.628Z 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`
25872026-07-16T22:40:58.983Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-68cab2fd40a9d29c/build-script-build`
25882026-07-16T22:40:58.985Z Compiling anstyle v1.0.14
25892026-07-16T22:40:58.985Z Compiling either v1.15.0
25902026-07-16T22:40:58.985Z Compiling powerfmt v0.2.0
25912026-07-16T22:40:58.985Z Compiling is_terminal_polyfill v1.70.2
25922026-07-16T22:40:58.986Z Compiling time-core v0.1.8
25932026-07-16T22:40:58.986Z Compiling anstyle-query v1.1.5
25942026-07-16T22:40:58.986Z Compiling num-conv v0.2.0
25952026-07-16T22:40:58.986Z Compiling colorchoice v1.0.4
25962026-07-16T22:40:59.018Z 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)'`
25972026-07-16T22:40:59.021Z 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`
25982026-07-16T22:40:59.021Z 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`
25992026-07-16T22:40:59.022Z 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`
26002026-07-16T22:40:59.022Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4c53dd6cc6eeae1/build-script-build`
26012026-07-16T22:40:59.022Z 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`
26022026-07-16T22:40:59.022Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-a51fd58e4030cd49/build-script-build`
26032026-07-16T22:40:59.022Z 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`
26042026-07-16T22:40:59.023Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-260b1c36d1afce2b/build-script-build`
26052026-07-16T22:40:59.292Z 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)'`
26062026-07-16T22:40:59.295Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-05540d085a498351/build-script-build`
26072026-07-16T22:40:59.295Z 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`
26082026-07-16T22:40:59.296Z 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`
26092026-07-16T22:40:59.297Z 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`
26102026-07-16T22:40:59.298Z 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`
26112026-07-16T22:40:59.298Z 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`
26122026-07-16T22:40:59.298Z 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"))'`
26132026-07-16T22:40:59.299Z Compiling once_cell v1.21.3
26142026-07-16T22:40:59.326Z Compiling regex-automata v0.4.14
26152026-07-16T22:40:59.330Z Compiling num_threads v0.1.7
26162026-07-16T22:40:59.330Z Compiling const-oid v0.10.2
26172026-07-16T22:40:59.361Z Compiling anstyle-parse v1.0.0
26182026-07-16T22:40:59.397Z Compiling crossbeam-utils v0.8.21
26192026-07-16T22:40:59.400Z 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`
26202026-07-16T22:40:59.400Z 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)'`
26212026-07-16T22:40:59.400Z 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`
26222026-07-16T22:40:59.400Z 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"))'`
26232026-07-16T22:40:59.400Z 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`
26242026-07-16T22:40:59.681Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9675ab8a959e1686/build-script-build`
26252026-07-16T22:40:59.684Z 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`
26262026-07-16T22:40:59.684Z 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`
26272026-07-16T22:40:59.707Z 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`
26282026-07-16T22:40:59.710Z 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`
26292026-07-16T22:40:59.710Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-b0b1b805e7f4c99b/build-script-build`
26302026-07-16T22:40:59.714Z Compiling httparse v1.10.1
26312026-07-16T22:40:59.714Z Compiling clap_lex v1.0.0
26322026-07-16T22:40:59.714Z Compiling fs_extra v1.3.0
26332026-07-16T22:40:59.714Z Compiling dunce v1.0.5
26342026-07-16T22:40:59.714Z Compiling cpufeatures v0.3.0
26352026-07-16T22:40:59.714Z Compiling camino v1.2.2
26362026-07-16T22:40:59.714Z Compiling allocator-api2 v0.2.21
26372026-07-16T22:40:59.714Z 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`
26382026-07-16T22:40:59.718Z 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`
26392026-07-16T22:41:00.036Z 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)'`
26402026-07-16T22:41:00.036Z 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`
26412026-07-16T22:41:00.036Z 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`
26422026-07-16T22:41:00.036Z 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`
26432026-07-16T22:41:00.040Z Compiling errno v0.3.14
26442026-07-16T22:41:00.040Z Compiling bitflags v2.11.0
26452026-07-16T22:41:00.040Z Compiling semver v1.0.28
26462026-07-16T22:41:00.040Z Compiling jobserver v0.1.34
26472026-07-16T22:41:00.040Z Compiling mio v1.2.0
26482026-07-16T22:41:00.040Z Compiling socket2 v0.6.3
26492026-07-16T22:41:00.040Z Compiling indexmap v2.14.0
26502026-07-16T22:41:00.041Z Compiling getrandom v0.2.17
26512026-07-16T22:41:00.041Z Compiling deranged v0.5.8
26522026-07-16T22:41:00.041Z Compiling time-macros v0.2.27
26532026-07-16T22:41:00.073Z 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`
26542026-07-16T22:41:00.077Z 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`
26552026-07-16T22:41:00.077Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-618aa504141926aa/build-script-build`
26562026-07-16T22:41:00.077Z 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`
26572026-07-16T22:41:00.077Z 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`
26582026-07-16T22:41:00.490Z 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`
26592026-07-16T22:41:00.490Z 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"))'`
26602026-07-16T22:41:00.490Z 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)'`
26612026-07-16T22:41:00.494Z 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`
26622026-07-16T22:41:00.494Z 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`
26632026-07-16T22:41:00.495Z 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`
26642026-07-16T22:41:00.495Z 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`
26652026-07-16T22:41:00.495Z 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`
26662026-07-16T22:41:00.495Z Compiling syn v2.0.117
26672026-07-16T22:41:00.495Z Compiling tracing-core v0.1.36
26682026-07-16T22:41:00.495Z Compiling anstream v1.0.0
26692026-07-16T22:41:00.495Z Compiling slog v2.8.2
26702026-07-16T22:41:00.495Z Compiling cpufeatures v0.2.17
26712026-07-16T22:41:00.495Z Compiling aws-lc-rs v1.16.3
26722026-07-16T22:41:00.496Z Compiling ryu v1.0.23
26732026-07-16T22:41:00.523Z 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`
26742026-07-16T22:41:00.526Z 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`
26752026-07-16T22:41:00.527Z 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`
26762026-07-16T22:41:00.528Z 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`
26772026-07-16T22:41:00.528Z 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`
26782026-07-16T22:41:00.883Z 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`
26792026-07-16T22:41:00.888Z 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)'`
26802026-07-16T22:41:00.888Z 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`
26812026-07-16T22:41:00.888Z 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`
26822026-07-16T22:41:00.888Z 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`
26832026-07-16T22:41:00.888Z 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`
26842026-07-16T22:41:00.889Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0f3a62f4707f631b/build-script-build`
26852026-07-16T22:41:00.889Z Compiling signal-hook-registry v1.4.8
26862026-07-16T22:41:00.889Z Compiling uuid v1.23.4
26872026-07-16T22:41:00.913Z Compiling unicode-segmentation v1.12.0
26882026-07-16T22:41:00.916Z Compiling atomic-waker v1.1.2
26892026-07-16T22:41:00.916Z Compiling fastrand v2.3.0
26902026-07-16T22:41:00.916Z Compiling try-lock v0.2.5
26912026-07-16T22:41:00.916Z 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`
26922026-07-16T22:41:00.916Z 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)'`
26932026-07-16T22:41:00.917Z 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`
26942026-07-16T22:41:00.917Z 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`
26952026-07-16T22:41:00.917Z 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`
26962026-07-16T22:41:01.231Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-9aefef24eeecbb7e/build-script-build`
26972026-07-16T22:41:01.232Z 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`
26982026-07-16T22:41:01.232Z 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`
26992026-07-16T22:41:01.232Z 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`
27002026-07-16T22:41:01.236Z Compiling parking_lot v0.12.5
27012026-07-16T22:41:01.236Z Compiling cc v1.2.56
27022026-07-16T22:41:01.236Z Compiling rand_core v0.6.4
27032026-07-16T22:41:01.236Z Compiling rand_core v0.9.5
27042026-07-16T22:41:01.236Z Compiling httpdate v1.0.3
27052026-07-16T22:41:01.236Z Compiling untrusted v0.7.1
27062026-07-16T22:41:01.236Z Compiling rustc_version v0.4.1
27072026-07-16T22:41:01.236Z Compiling tower-service v0.3.3
27082026-07-16T22:41:01.236Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2756caaa37d30dcc/build-script-build`
27092026-07-16T22:41:01.267Z 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`
27102026-07-16T22:41:01.270Z 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`
27112026-07-16T22:41:01.270Z 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`
27122026-07-16T22:41:01.270Z 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`
27132026-07-16T22:41:01.541Z 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`
27142026-07-16T22:41:01.545Z Compiling want v0.3.1
27152026-07-16T22:41:01.545Z Compiling tower-layer v0.3.3
27162026-07-16T22:41:01.545Z Compiling pem-rfc7468 v0.7.0
27172026-07-16T22:41:01.545Z Compiling spin v0.9.8
27182026-07-16T22:41:01.545Z Compiling ucd-trie v0.1.7
27192026-07-16T22:41:01.545Z Compiling flagset v0.4.7
27202026-07-16T22:41:01.545Z Compiling mime v0.3.17
27212026-07-16T22:41:01.545Z Compiling rustls v0.23.41
27222026-07-16T22:41:01.545Z 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`
27232026-07-16T22:41:01.545Z 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`
27242026-07-16T22:41:01.573Z 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`
27252026-07-16T22:41:01.577Z 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`
27262026-07-16T22:41:01.577Z 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`
27272026-07-16T22:41:01.577Z 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`
27282026-07-16T22:41:01.577Z 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`
27292026-07-16T22:41:01.577Z 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)'`
27302026-07-16T22:41:01.877Z 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`
27312026-07-16T22:41:01.881Z 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`
27322026-07-16T22:41:01.881Z 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`
27332026-07-16T22:41:01.881Z 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`
27342026-07-16T22:41:01.881Z 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`
27352026-07-16T22:41:01.881Z 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`
27362026-07-16T22:41:01.881Z Compiling time v0.3.47
27372026-07-16T22:41:01.909Z Compiling untrusted v0.9.0
27382026-07-16T22:41:01.912Z Compiling pretty-hex v0.4.1
27392026-07-16T22:41:01.912Z Compiling simd-adler32 v0.3.8
27402026-07-16T22:41:01.912Z Compiling plain v0.2.3
27412026-07-16T22:41:01.912Z Compiling adler2 v2.0.1
27422026-07-16T22:41:01.912Z Compiling openssl-probe v0.2.1
27432026-07-16T22:41:01.912Z Compiling encoding_rs v0.8.35
27442026-07-16T22:41:01.942Z 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`
27452026-07-16T22:41:01.946Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-093db0f2b3b1531a/build-script-build`
27462026-07-16T22:41:01.946Z 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`
27472026-07-16T22:41:01.946Z 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`
27482026-07-16T22:41:01.946Z 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)'`
27492026-07-16T22:41:02.197Z 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`
27502026-07-16T22:41:02.197Z 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`
27512026-07-16T22:41:02.201Z 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`
27522026-07-16T22:41:02.201Z 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`
27532026-07-16T22:41:02.201Z Compiling regex v1.12.3
27542026-07-16T22:41:02.201Z Compiling crc32fast v1.5.0
27552026-07-16T22:41:02.201Z Compiling vcpkg v0.2.15
27562026-07-16T22:41:02.201Z Compiling sync_wrapper v1.0.2
27572026-07-16T22:41:02.201Z Compiling foldhash v0.2.0
27582026-07-16T22:41:02.201Z Compiling paste v1.0.15
27592026-07-16T22:41:02.201Z Compiling iri-string v0.7.10
27602026-07-16T22:41:02.201Z Compiling zlib-rs v0.6.2
27612026-07-16T22:41:02.201Z Compiling static_assertions v1.1.0
27622026-07-16T22:41:02.201Z Compiling lazy_static v1.5.0
27632026-07-16T22:41:02.201Z 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`
27642026-07-16T22:41:02.202Z 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`
27652026-07-16T22:41:02.202Z 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`
27662026-07-16T22:41:02.202Z 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`
27672026-07-16T22:41:02.494Z 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`
27682026-07-16T22:41:02.497Z 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`
27692026-07-16T22:41:02.497Z 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`
27702026-07-16T22:41:02.497Z Compiling terminal_size v0.4.3
27712026-07-16T22:41:02.497Z Compiling cmake v0.1.57
27722026-07-16T22:41:02.499Z Compiling tempfile v3.25.0
27732026-07-16T22:41:02.499Z Compiling pest v2.8.6
27742026-07-16T22:41:02.499Z Compiling winnow v1.0.3
27752026-07-16T22:41:02.521Z Compiling cookie v0.18.1
27762026-07-16T22:41:02.524Z Compiling litrs v1.0.0
27772026-07-16T22:41:02.524Z Compiling heck v0.4.1
27782026-07-16T22:41:02.524Z Compiling num-integer v0.1.46
27792026-07-16T22:41:02.556Z Compiling ahash v0.8.12
27802026-07-16T22:41:02.559Z Compiling tinyvec_macros v0.1.1
27812026-07-16T22:41:02.559Z 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`
27822026-07-16T22:41:02.559Z 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`
27832026-07-16T22:41:02.559Z 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`
27842026-07-16T22:41:02.559Z 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`
27852026-07-16T22:41:02.592Z 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`
27862026-07-16T22:41:02.595Z 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`
27872026-07-16T22:41:02.595Z 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`
27882026-07-16T22:41:02.895Z 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`
27892026-07-16T22:41:02.898Z 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`
27902026-07-16T22:41:02.899Z 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`
27912026-07-16T22:41:02.900Z 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`
27922026-07-16T22:41:02.900Z 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`
27932026-07-16T22:41:02.901Z 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`
27942026-07-16T22:41:02.901Z 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`
27952026-07-16T22:41:02.931Z 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`
27962026-07-16T22:41:02.935Z Compiling miniz_oxide v0.8.9
27972026-07-16T22:41:02.935Z Compiling hashbrown v0.16.1
27982026-07-16T22:41:02.935Z Compiling winnow v0.7.14
27992026-07-16T22:41:02.935Z Compiling psl-types v2.0.11
28002026-07-16T22:41:02.935Z Compiling bit-vec v0.8.0
28012026-07-16T22:41:02.963Z Compiling wait-timeout v0.2.1
28022026-07-16T22:41:02.967Z Compiling usdt-impl v0.6.0
28032026-07-16T22:41:02.994Z 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`
28042026-07-16T22:41:02.999Z 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`
28052026-07-16T22:41:03.000Z 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`
28062026-07-16T22:41:03.214Z 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`
28072026-07-16T22:41:03.226Z 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`
28082026-07-16T22:41:03.226Z 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`
28092026-07-16T22:41:03.227Z 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`
28102026-07-16T22:41:03.227Z 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`
28112026-07-16T22:41:03.227Z Compiling tinyvec v1.10.0
28122026-07-16T22:41:03.227Z Compiling thread-id v5.1.0
28132026-07-16T22:41:03.227Z Compiling anstyle-parse v0.2.7
28142026-07-16T22:41:03.227Z Compiling quick-error v1.2.3
28152026-07-16T22:41:03.227Z 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`
28162026-07-16T22:41:03.244Z 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`
28172026-07-16T22:41:03.419Z Compiling synstructure v0.13.2
28182026-07-16T22:41:03.422Z Compiling serde_derive_internals v0.29.1
28192026-07-16T22:41:03.422Z Compiling clap_builder v4.6.0
28202026-07-16T22:41:03.422Z Compiling darling_core v0.23.0
28212026-07-16T22:41:03.422Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-533c824c10e8633d/build-script-build`
28222026-07-16T22:41:03.459Z 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`
28232026-07-16T22:41:03.491Z 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`
28242026-07-16T22:41:03.491Z 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`
28252026-07-16T22:41:03.497Z 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`
28262026-07-16T22:41:03.642Z Compiling toml_parser v1.1.2+spec-1.1.0
28272026-07-16T22:41:03.642Z Compiling document-features v0.2.12
28282026-07-16T22:41:03.645Z Compiling bit-set v0.8.0
28292026-07-16T22:41:03.645Z Compiling openssl-sys v0.9.115
28302026-07-16T22:41:03.645Z Compiling rusty-fork v0.3.1
28312026-07-16T22:41:03.645Z Compiling darling_core v0.20.11
28322026-07-16T22:41:03.645Z Compiling rand_xorshift v0.4.0
28332026-07-16T22:41:03.645Z 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`
28342026-07-16T22:41:03.645Z 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`
28352026-07-16T22:41:03.645Z 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`
28362026-07-16T22:41:03.646Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-b6a1f3764dd48795/build-script-build`
28372026-07-16T22:41:03.646Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-c7afbda83ac8ae72/build-script-build`
28382026-07-16T22:41:03.646Z 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`
28392026-07-16T22:41:03.964Z 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)'`
28402026-07-16T22:41:03.968Z Compiling aws-lc-sys v0.40.0
28412026-07-16T22:41:03.968Z Compiling anstream v0.6.21
28422026-07-16T22:41:03.968Z Compiling memmap2 v0.9.10
28432026-07-16T22:41:03.968Z Compiling object v0.37.3
28442026-07-16T22:41:03.968Z Compiling rustix v0.38.44
28452026-07-16T22:41:03.968Z Compiling winnow v0.5.40
28462026-07-16T22:41:03.968Z Compiling unarray v0.1.4
28472026-07-16T22:41:03.968Z 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`
28482026-07-16T22:41:03.968Z 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`
28492026-07-16T22:41:03.968Z 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`
28502026-07-16T22:41:03.968Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-903f6a50a3d448c2/build-script-build`
28512026-07-16T22:41:03.968Z 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`
28522026-07-16T22:41:03.968Z 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`
28532026-07-16T22:41:03.968Z 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`
28542026-07-16T22:41:03.968Z 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`
28552026-07-16T22:41:04.260Z 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`
28562026-07-16T22:41:04.263Z Compiling pest_meta v2.8.6
28572026-07-16T22:41:04.263Z Compiling data-encoding v2.10.0
28582026-07-16T22:41:04.263Z Compiling bstr v1.12.1
28592026-07-16T22:41:04.292Z Compiling memoffset v0.9.1
28602026-07-16T22:41:04.295Z Compiling num-iter v0.1.45
28612026-07-16T22:41:04.295Z Compiling crossbeam-epoch v0.9.18
28622026-07-16T22:41:04.295Z Compiling siphasher v1.0.2
28632026-07-16T22:41:04.295Z 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`
28642026-07-16T22:41:04.328Z 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`
28652026-07-16T22:41:04.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/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`
28662026-07-16T22:41:04.332Z 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`
28672026-07-16T22:41:04.332Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c738c1d1cf6b2102/build-script-build`
28682026-07-16T22:41:04.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/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`
28692026-07-16T22:41:04.332Z 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`
28702026-07-16T22:41:04.332Z 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`
28712026-07-16T22:41:04.370Z 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`
28722026-07-16T22:41:04.373Z 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"))'`
28732026-07-16T22:41:04.407Z 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`
28742026-07-16T22:41:04.411Z 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`
28752026-07-16T22:41:04.411Z 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`
28762026-07-16T22:41:04.411Z 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`
28772026-07-16T22:41:04.411Z 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`
28782026-07-16T22:41:04.411Z Compiling num-bigint-dig v0.8.6
28792026-07-16T22:41:04.435Z Compiling itertools v0.13.0
28802026-07-16T22:41:04.439Z Compiling usdt-impl v0.5.0
28812026-07-16T22:41:04.439Z Compiling env_filter v1.0.0
28822026-07-16T22:41:04.439Z Compiling cfg_aliases v0.2.1
28832026-07-16T22:41:04.440Z Compiling bzip2-sys v0.1.13+1.0.8
28842026-07-16T22:41:04.440Z 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`
28852026-07-16T22:41:04.471Z 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`
28862026-07-16T22:41:04.474Z 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`
28872026-07-16T22:41:04.474Z 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`
28882026-07-16T22:41:04.474Z 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`
28892026-07-16T22:41:04.474Z 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`
28902026-07-16T22:41:04.474Z 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`
28912026-07-16T22:41:04.579Z Compiling thread-id v4.2.2
28922026-07-16T22:41:04.620Z Compiling foreign-types-shared v0.1.1
28932026-07-16T22:41:04.660Z Compiling openssl v0.10.79
28942026-07-16T22:41:04.663Z 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`
28952026-07-16T22:41:04.740Z Compiling ff v0.13.1
28962026-07-16T22:41:04.743Z 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`
28972026-07-16T22:41:04.898Z 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`
28982026-07-16T22:41:04.972Z Compiling cargo-platform v0.3.2
28992026-07-16T22:41:04.975Z Compiling base16ct v0.2.0
29002026-07-16T22:41:04.975Z Compiling same-file v1.0.6
29012026-07-16T22:41:04.975Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-eee02ccbc685358d/build-script-main`
29022026-07-16T22:41:05.004Z 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`
29032026-07-16T22:41:05.193Z Compiling hubpack_derive v0.1.1
29042026-07-16T22:41:05.193Z Compiling env_logger v0.11.9
29052026-07-16T22:41:05.198Z Compiling nix v0.31.2
29062026-07-16T22:41:05.198Z Compiling group v0.13.0
29072026-07-16T22:41:05.198Z Compiling vergen-lib v9.1.0
29082026-07-16T22:41:05.198Z Compiling keccak v0.1.6
29092026-07-16T22:41:05.198Z Running `/work/oxidecomputer/omicron/target/debug/build/object-fcde364264fe8366/build-script-build`
29102026-07-16T22:41:05.198Z 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`
29112026-07-16T22:41:05.198Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-db3b35cdfba82a9a/build-script-build`
29122026-07-16T22:41:05.198Z 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`
29132026-07-16T22:41:05.198Z 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`
29142026-07-16T22:41:05.449Z 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`
29152026-07-16T22:41:05.453Z Compiling serde_derive v1.0.228
29162026-07-16T22:41:05.453Z Compiling zeroize_derive v1.4.3
29172026-07-16T22:41:05.453Z Compiling zerofrom-derive v0.1.6
29182026-07-16T22:41:05.484Z Compiling yoke-derive v0.8.1
29192026-07-16T22:41:05.487Z Compiling zerovec-derive v0.11.2
29202026-07-16T22:41:05.487Z Compiling displaydoc v0.2.5
29212026-07-16T22:41:05.487Z Compiling zerocopy-derive v0.8.40
29222026-07-16T22:41:05.548Z Compiling thiserror-impl v2.0.18
29232026-07-16T22:41:05.552Z Compiling tokio-macros v2.7.0
29242026-07-16T22:41:05.552Z Compiling schemars_derive v0.8.22
29252026-07-16T22:41:05.552Z Compiling futures-macro v0.3.32
29262026-07-16T22:41:05.552Z 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`
29272026-07-16T22:41:05.552Z 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`
29282026-07-16T22:41:05.578Z 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`
29292026-07-16T22:41:05.582Z 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`
29302026-07-16T22:41:05.582Z 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`
29312026-07-16T22:41:05.582Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-27f7417d3c3a51bd/build-script-build`
29322026-07-16T22:41:05.819Z 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`
29332026-07-16T22:41:05.819Z 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`
29342026-07-16T22:41:05.819Z 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`
29352026-07-16T22:41:05.824Z 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`
29362026-07-16T22:41:05.824Z 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`
29372026-07-16T22:41:05.824Z 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`
29382026-07-16T22:41:05.824Z 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`
29392026-07-16T22:41:05.824Z 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`
29402026-07-16T22:41:05.825Z 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`
29412026-07-16T22:41:05.825Z Compiling thiserror-impl v1.0.69
29422026-07-16T22:41:05.825Z Compiling tracing-attributes v0.1.31
29432026-07-16T22:41:05.825Z Compiling clap_derive v4.6.1
29442026-07-16T22:41:05.825Z Compiling der_derive v0.7.3
29452026-07-16T22:41:05.825Z Compiling async-trait v0.1.89
29462026-07-16T22:41:05.825Z Compiling pest_generator v2.8.6
29472026-07-16T22:41:05.825Z Compiling flate2 v1.1.9
29482026-07-16T22:41:05.825Z 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`
29492026-07-16T22:41:05.825Z 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`
29502026-07-16T22:41:05.825Z Compiling strum_macros v0.26.4
29512026-07-16T22:41:05.826Z Compiling scroll_derive v0.13.1
29522026-07-16T22:41:05.826Z Compiling scroll_derive v0.12.1
29532026-07-16T22:41:05.826Z Compiling zerocopy-derive v0.7.35
29542026-07-16T22:41:05.826Z 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`
29552026-07-16T22:41:05.826Z 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`
29562026-07-16T22:41:05.853Z 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`
29572026-07-16T22:41:05.859Z 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`
29582026-07-16T22:41:05.859Z 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`
29592026-07-16T22:41:05.892Z 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`
29602026-07-16T22:41:05.895Z 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`
29612026-07-16T22:41:05.895Z 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`
29622026-07-16T22:41:05.895Z 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`
29632026-07-16T22:41:05.896Z 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`
29642026-07-16T22:41:05.896Z 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`
29652026-07-16T22:41:05.897Z 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`
29662026-07-16T22:41:05.897Z 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`
29672026-07-16T22:41:05.925Z 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)'`
29682026-07-16T22:41:06.190Z Compiling darling_macro v0.23.0
29692026-07-16T22:41:06.226Z Compiling daft-derive v0.1.7
29702026-07-16T22:41:06.230Z 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`
29712026-07-16T22:41:06.266Z Compiling darling_macro v0.20.11
29722026-07-16T22:41:06.297Z 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`
29732026-07-16T22:41:06.411Z Compiling curve25519-dalek-derive v0.1.1
29742026-07-16T22:41:06.416Z 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`
29752026-07-16T22:41:06.448Z Compiling zeroize v1.8.2
29762026-07-16T22:41:06.453Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-f5758dc9c5baab6c/build-script-build`
29772026-07-16T22:41:06.453Z 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`
29782026-07-16T22:41:06.453Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-eaae15304fdb4128/build-script-build`
29792026-07-16T22:41:06.453Z 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`
29802026-07-16T22:41:06.560Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-7790f154fc53b82b/build-script-build`
29812026-07-16T22:41:06.603Z Compiling pest_derive v2.8.6
29822026-07-16T22:41:06.603Z Compiling foreign-types v0.3.2
29832026-07-16T22:41:06.607Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-2e3dffe866ee261b/build-script-build`
29842026-07-16T22:41:06.607Z 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`
29852026-07-16T22:41:06.638Z 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`
29862026-07-16T22:41:06.713Z Compiling openssl-macros v0.1.1
29872026-07-16T22:41:06.751Z Compiling hybrid-array v0.4.13
29882026-07-16T22:41:06.751Z Compiling rustls-pki-types v1.14.0
29892026-07-16T22:41:06.751Z 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`
29902026-07-16T22:41:06.755Z 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`
29912026-07-16T22:41:06.755Z 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`
29922026-07-16T22:41:06.822Z Compiling futures-util v0.3.32
29932026-07-16T22:41:06.826Z 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`
29942026-07-16T22:41:06.826Z 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`
29952026-07-16T22:41:07.037Z Compiling scroll v0.12.0
29962026-07-16T22:41:07.060Z 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)'`
29972026-07-16T22:41:07.060Z 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`
29982026-07-16T22:41:07.061Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ab9f0e7e0ba2caf1/build-script-build`
29992026-07-16T22:41:07.061Z 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"))'`
30002026-07-16T22:41:07.231Z Compiling darling v0.23.0
30012026-07-16T22:41:07.235Z 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`
30022026-07-16T22:41:07.416Z Compiling rustls-native-certs v0.8.3
30032026-07-16T22:41:07.417Z 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`
30042026-07-16T22:41:07.461Z Compiling goblin v0.8.2
30052026-07-16T22:41:07.466Z 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`
30062026-07-16T22:41:07.505Z Compiling crypto-common v0.1.7
30072026-07-16T22:41:07.509Z Compiling block-buffer v0.10.4
30082026-07-16T22:41:07.509Z 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`
30092026-07-16T22:41:07.509Z 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`
30102026-07-16T22:41:07.581Z Compiling scroll v0.13.0
30112026-07-16T22:41:07.585Z Compiling der v0.7.10
30122026-07-16T22:41:07.620Z Compiling darling v0.20.11
30132026-07-16T22:41:07.624Z Compiling serde_with_macros v3.21.0
30142026-07-16T22:41:07.624Z Compiling crypto-bigint v0.5.5
30152026-07-16T22:41:07.624Z 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`
30162026-07-16T22:41:07.624Z 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`
30172026-07-16T22:41:07.624Z 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`
30182026-07-16T22:41:07.660Z Compiling zerofrom v0.1.6
30192026-07-16T22:41:07.775Z 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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=a5272d6fc5b123ef -C extra-filename=-e60598242cda8991 --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 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`
30202026-07-16T22:41:07.779Z Compiling walkdir v2.5.0
30212026-07-16T22:41:07.779Z 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`
30222026-07-16T22:41:07.780Z 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`
30232026-07-16T22:41:07.883Z Compiling crypto-common v0.2.2
30242026-07-16T22:41:07.883Z Compiling block-buffer v0.12.1
30252026-07-16T22:41:07.887Z Compiling digest v0.10.7
30262026-07-16T22:41:07.887Z Compiling block-padding v0.4.2
30272026-07-16T22:41:07.887Z 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)'`
30282026-07-16T22:41:07.887Z 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`
30292026-07-16T22:41:08.105Z Compiling tracing v0.1.44
30302026-07-16T22:41:08.105Z Compiling goblin v0.10.5
30312026-07-16T22:41:08.109Z Compiling derive_builder_core v0.20.2
30322026-07-16T22:41:08.109Z Compiling zerocopy v0.7.35
30332026-07-16T22:41:08.109Z Compiling native-tls v0.2.18
30342026-07-16T22:41:08.109Z Compiling signal-hook v0.3.18
30352026-07-16T22:41:08.109Z Compiling unicode-normalization v0.1.25
30362026-07-16T22:41:08.109Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30372026-07-16T22:41:08.109Z 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)'`
30382026-07-16T22:41:08.109Z 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`
30392026-07-16T22:41:08.110Z 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`
30402026-07-16T22:41:08.110Z 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`
30412026-07-16T22:41:08.110Z 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`
30422026-07-16T22:41:08.111Z 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)'`
30432026-07-16T22:41:08.393Z 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`
30442026-07-16T22:41:08.397Z 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`
30452026-07-16T22:41:08.397Z 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`
30462026-07-16T22:41:08.397Z Compiling yoke v0.8.1
30472026-07-16T22:41:08.421Z Compiling strum v0.26.3
30482026-07-16T22:41:08.424Z Compiling dtrace-parser v0.3.0
30492026-07-16T22:41:08.424Z Compiling curve25519-dalek v4.1.3
30502026-07-16T22:41:08.424Z 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`
30512026-07-16T22:41:08.426Z 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`
30522026-07-16T22:41:08.426Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-1192493b7de9ba2a/build-script-build`
30532026-07-16T22:41:08.426Z 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`
30542026-07-16T22:41:08.426Z 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`
30552026-07-16T22:41:08.427Z 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`
30562026-07-16T22:41:08.641Z Compiling clap v4.6.1
30572026-07-16T22:41:08.645Z Compiling inout v0.2.2
30582026-07-16T22:41:08.645Z Compiling sha2 v0.10.9
30592026-07-16T22:41:08.645Z Compiling signature v2.2.0
30602026-07-16T22:41:08.645Z Compiling hmac v0.12.1
30612026-07-16T22:41:08.681Z 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`
30622026-07-16T22:41:08.685Z 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`
30632026-07-16T22:41:08.685Z 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)'`
30642026-07-16T22:41:08.685Z 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`
30652026-07-16T22:41:08.686Z 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`
30662026-07-16T22:41:08.686Z 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`
30672026-07-16T22:41:08.828Z 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`
30682026-07-16T22:41:08.829Z 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`
30692026-07-16T22:41:08.834Z Compiling digest v0.11.3
30702026-07-16T22:41:08.834Z Compiling spki v0.7.3
30712026-07-16T22:41:08.834Z Compiling dtrace-parser v0.2.0
30722026-07-16T22:41:08.864Z 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`
30732026-07-16T22:41:08.868Z 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`
30742026-07-16T22:41:08.868Z 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`
30752026-07-16T22:41:08.980Z Compiling zerovec v0.11.5
30762026-07-16T22:41:08.985Z Compiling zerotrie v0.2.3
30772026-07-16T22:41:08.985Z Compiling bzip2 v0.4.4
30782026-07-16T22:41:08.985Z Compiling sha3 v0.10.8
30792026-07-16T22:41:08.985Z Compiling vergen v9.1.0
30802026-07-16T22:41:08.985Z Compiling bitflags v1.3.2
30812026-07-16T22:41:08.985Z 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`
30822026-07-16T22:41:08.985Z 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`
30832026-07-16T22:41:08.985Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-6d0546ed3977e7bd/build-script-build`
30842026-07-16T22:41:08.985Z 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`
30852026-07-16T22:41:09.127Z Compiling cipher v0.5.2
30862026-07-16T22:41:09.131Z Compiling hkdf v0.12.4
30872026-07-16T22:41:09.131Z Compiling enum-as-inner v0.6.1
30882026-07-16T22:41:09.158Z Compiling ref-cast v1.0.25
30892026-07-16T22:41:09.162Z 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)'`
30902026-07-16T22:41:09.162Z 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`
30912026-07-16T22:41:09.163Z 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`
30922026-07-16T22:41:09.163Z 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`
30932026-07-16T22:41:09.163Z 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`
30942026-07-16T22:41:09.163Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-fc3e7cadb306fb76/build-script-build`
30952026-07-16T22:41:09.163Z 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`
30962026-07-16T22:41:09.163Z 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`
30972026-07-16T22:41:09.324Z Compiling futures-executor v0.3.32
30982026-07-16T22:41:09.334Z Compiling pkcs8 v0.10.2
30992026-07-16T22:41:09.334Z 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`
31002026-07-16T22:41:09.334Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-78f4bc115f155199/build-script-build`
31012026-07-16T22:41:09.334Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-18f4787d1e85421a/build-script-build`
31022026-07-16T22:41:09.334Z 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`
31032026-07-16T22:41:09.371Z 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`
31042026-07-16T22:41:09.375Z 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`
31052026-07-16T22:41:09.482Z Compiling x509-cert v0.2.5
31062026-07-16T22:41:09.486Z Compiling managed v0.8.0
31072026-07-16T22:41:09.486Z Compiling pin-project-internal v1.1.11
31082026-07-16T22:41:09.486Z 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`
31092026-07-16T22:41:09.486Z 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`
31102026-07-16T22:41:09.702Z Compiling bytes v1.11.1
31112026-07-16T22:41:09.702Z Compiling chrono v0.4.45
31122026-07-16T22:41:09.702Z Compiling ipnet v2.11.0
31132026-07-16T22:41:09.706Z Compiling serde_tokenstream v0.2.3
31142026-07-16T22:41:09.706Z Compiling erased-serde v0.3.31
31152026-07-16T22:41:09.706Z 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`
31162026-07-16T22:41:09.706Z 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`
31172026-07-16T22:41:09.706Z 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`
31182026-07-16T22:41:09.706Z 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`
31192026-07-16T22:41:09.925Z Compiling tinystr v0.8.2
31202026-07-16T22:41:09.925Z Compiling potential_utf v0.1.4
31212026-07-16T22:41:09.925Z Compiling hex v0.4.3
31222026-07-16T22:41:09.929Z Compiling serde_urlencoded v0.7.1
31232026-07-16T22:41:09.929Z Compiling futures v0.3.32
31242026-07-16T22:41:09.929Z Compiling openapiv3 v2.2.0
31252026-07-16T22:41:09.929Z Compiling toml_datetime v0.6.11
31262026-07-16T22:41:09.929Z Compiling serde_spanned v0.6.9
31272026-07-16T22:41:09.929Z Compiling hubpack v0.1.2
31282026-07-16T22:41:09.929Z 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`
31292026-07-16T22:41:09.929Z 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`
31302026-07-16T22:41:09.929Z 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`
31312026-07-16T22:41:09.929Z 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`
31322026-07-16T22:41:09.929Z 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.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=1e3792dfd1b0ead6 -C extra-filename=-5c1967d3209b1f0d --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`
31332026-07-16T22:41:10.244Z 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`
31342026-07-16T22:41:10.248Z 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`
31352026-07-16T22:41:10.248Z 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`
31362026-07-16T22:41:10.248Z Compiling pkcs1 v0.7.5
31372026-07-16T22:41:10.249Z Compiling dof v0.3.0
31382026-07-16T22:41:10.249Z Compiling derive_builder_macro v0.20.2
31392026-07-16T22:41:10.249Z Compiling sec1 v0.7.3
31402026-07-16T22:41:10.249Z Compiling cargo_metadata v0.23.1
31412026-07-16T22:41:10.249Z Compiling zip v0.6.6
31422026-07-16T22:41:10.280Z 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`
31432026-07-16T22:41:10.286Z 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`
31442026-07-16T22:41:10.286Z 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`
31452026-07-16T22:41:10.287Z 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`
31462026-07-16T22:41:10.287Z 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`
31472026-07-16T22:41:10.287Z 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`
31482026-07-16T22:41:10.535Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6f3e26061bd0b1ee/build-script-main`
31492026-07-16T22:41:10.539Z 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`
31502026-07-16T22:41:10.541Z 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`
31512026-07-16T22:41:10.541Z 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`
31522026-07-16T22:41:10.541Z 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`
31532026-07-16T22:41:10.541Z 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`
31542026-07-16T22:41:10.541Z Compiling icu_collections v2.1.1
31552026-07-16T22:41:10.541Z Compiling toml_edit v0.19.15
31562026-07-16T22:41:10.541Z Compiling chacha20 v0.10.0
31572026-07-16T22:41:10.541Z 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`
31582026-07-16T22:41:10.541Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-a0ac399c1996f852/build-script-build`
31592026-07-16T22:41:10.785Z 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`
31602026-07-16T22:41:10.789Z Compiling icu_locale_core v2.1.1
31612026-07-16T22:41:10.789Z Compiling tokio v1.52.1
31622026-07-16T22:41:10.790Z Compiling http v1.4.2
31632026-07-16T22:41:10.790Z Compiling ref-cast-impl v1.0.25
31642026-07-16T22:41:10.790Z Compiling globset v0.4.18
31652026-07-16T22:41:10.790Z Compiling phf_shared v0.11.3
31662026-07-16T22:41:10.790Z Compiling fs-err v3.3.0
31672026-07-16T22:41:10.790Z Compiling precomputed-hash v0.1.1
31682026-07-16T22:41:10.790Z Compiling zstd-safe v7.2.4
31692026-07-16T22:41:10.790Z 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`
31702026-07-16T22:41:10.790Z 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)'`
31712026-07-16T22:41:10.790Z 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"'`
31722026-07-16T22:41:10.790Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-bb3a51f2e0edf0ac/build-script-build`
31732026-07-16T22:41:10.790Z 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`
31742026-07-16T22:41:10.790Z 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)'`
31752026-07-16T22:41:10.972Z 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`
31762026-07-16T22:41:10.977Z 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`
31772026-07-16T22:41:10.977Z 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`
31782026-07-16T22:41:10.977Z Compiling ppv-lite86 v0.2.21
31792026-07-16T22:41:11.001Z Compiling dof v0.4.0
31802026-07-16T22:41:11.005Z 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`
31812026-07-16T22:41:11.005Z 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`
31822026-07-16T22:41:11.005Z 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-16T22:41:11.006Z 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`
31842026-07-16T22:41:11.006Z 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`
31852026-07-16T22:41:11.006Z 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`
31862026-07-16T22:41:11.039Z 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`
31872026-07-16T22:41:11.042Z 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`
31882026-07-16T22:41:11.042Z 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)'`
31892026-07-16T22:41:11.219Z Compiling elliptic-curve v0.13.8
31902026-07-16T22:41:11.223Z Compiling fixedbitset v0.4.2
31912026-07-16T22:41:11.223Z 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`
31922026-07-16T22:41:11.333Z Compiling foldhash v0.1.5
31932026-07-16T22:41:11.334Z Compiling new_debug_unreachable v1.0.6
31942026-07-16T22:41:11.338Z Compiling toml_write v0.1.2
31952026-07-16T22:41:11.338Z Compiling pin-project v1.1.11
31962026-07-16T22:41:11.338Z Compiling ed25519 v2.2.3
31972026-07-16T22:41:11.338Z Compiling signal-hook-mio v0.2.5
31982026-07-16T22:41:11.338Z 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`
31992026-07-16T22:41:11.338Z 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`
32002026-07-16T22:41:11.465Z 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`
32012026-07-16T22:41:11.469Z Compiling derive_builder v0.20.2
32022026-07-16T22:41:11.469Z Compiling snafu-derive v0.8.9
32032026-07-16T22:41:11.469Z Compiling heapless v0.7.17
32042026-07-16T22:41:11.469Z Compiling pem v3.0.6
32052026-07-16T22:41:11.469Z Compiling libbz2-rs-sys v0.2.2
32062026-07-16T22:41:11.495Z Compiling lalrpop-util v0.19.12
32072026-07-16T22:41:11.499Z Compiling bumpalo v3.20.2
32082026-07-16T22:41:11.531Z 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`
32092026-07-16T22:41:11.535Z 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`
32102026-07-16T22:41:11.537Z 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`
32112026-07-16T22:41:11.537Z 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`
32122026-07-16T22:41:11.537Z 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`
32132026-07-16T22:41:11.537Z 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`
32142026-07-16T22:41:11.537Z 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=cc062a80167192c4 -C extra-filename=-cc86707512774b21 --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 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`
32152026-07-16T22:41:11.567Z 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`
32162026-07-16T22:41:11.570Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-b6262a583f70b86d/build-script-build`
32172026-07-16T22:41:11.570Z 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`
32182026-07-16T22:41:11.571Z 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`
32192026-07-16T22:41:11.600Z 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`
32202026-07-16T22:41:11.604Z 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`
32212026-07-16T22:41:11.709Z Compiling icu_provider v2.1.1
32222026-07-16T22:41:11.713Z Compiling rand_chacha v0.9.0
32232026-07-16T22:41:11.713Z Compiling rand_chacha v0.3.1
32242026-07-16T22:41:11.925Z Compiling hashbrown v0.15.5
32252026-07-16T22:41:11.929Z Compiling toml_edit v0.22.27
32262026-07-16T22:41:11.929Z Compiling string_cache v0.8.9
32272026-07-16T22:41:11.929Z Compiling petgraph v0.6.5
32282026-07-16T22:41:11.989Z 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`
32292026-07-16T22:41:11.992Z 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`
32302026-07-16T22:41:12.022Z 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`
32312026-07-16T22:41:12.096Z Compiling http-body v1.0.1
32322026-07-16T22:41:12.100Z Compiling ed25519-dalek v2.2.0
32332026-07-16T22:41:12.100Z Compiling zopfli v0.8.3
32342026-07-16T22:41:12.100Z Compiling crossterm v0.28.1
32352026-07-16T22:41:12.100Z Compiling serde_plain v1.0.2
32362026-07-16T22:41:12.100Z Compiling serde-big-array v0.5.1
32372026-07-16T22:41:12.100Z Compiling olpc-cjson v0.1.4
32382026-07-16T22:41:12.100Z Compiling async-recursion v1.1.1
32392026-07-16T22:41:12.100Z Compiling serde_repr v0.1.20
32402026-07-16T22:41:12.100Z 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`
32412026-07-16T22:41:12.100Z 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`
32422026-07-16T22:41:12.101Z 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`
32432026-07-16T22:41:12.102Z 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`
32442026-07-16T22:41:12.102Z 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)'`
32452026-07-16T22:41:12.243Z 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`
32462026-07-16T22:41:12.247Z 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`
32472026-07-16T22:41:12.247Z 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`
32482026-07-16T22:41:12.247Z Compiling icu_normalizer v2.1.1
32492026-07-16T22:41:12.247Z Compiling icu_properties v2.1.2
32502026-07-16T22:41:12.276Z Compiling rand v0.9.2
32512026-07-16T22:41:12.280Z 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`
32522026-07-16T22:41:12.281Z 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`
32532026-07-16T22:41:12.281Z 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`
32542026-07-16T22:41:12.281Z 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`
32552026-07-16T22:41:12.282Z 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`
32562026-07-16T22:41:12.282Z 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`
32572026-07-16T22:41:12.282Z 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)'`
32582026-07-16T22:41:12.381Z Compiling http-body-util v0.1.3
32592026-07-16T22:41:12.385Z Compiling rand v0.8.6
32602026-07-16T22:41:12.418Z 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`
32612026-07-16T22:41:12.422Z 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`
32622026-07-16T22:41:12.422Z 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`
32632026-07-16T22:41:12.529Z Compiling toml v0.7.8
32642026-07-16T22:41:12.533Z Compiling bzip2 v0.6.1
32652026-07-16T22:41:12.533Z 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`
32662026-07-16T22:41:12.534Z 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`
32672026-07-16T22:41:12.635Z Compiling similar v2.7.0
32682026-07-16T22:41:12.640Z Compiling hash32 v0.2.1
32692026-07-16T22:41:12.640Z Compiling smoltcp v0.9.1
32702026-07-16T22:41:12.709Z 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`
32712026-07-16T22:41:12.713Z 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)'`
32722026-07-16T22:41:12.713Z 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`
32732026-07-16T22:41:12.713Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-9ce2ccca29a8e824/build-script-build`
32742026-07-16T22:41:12.780Z Compiling typed-path v0.9.3
32752026-07-16T22:41:12.784Z Compiling unicode-properties v0.1.4
32762026-07-16T22:41:12.784Z Compiling predicates-core v1.0.10
32772026-07-16T22:41:12.784Z Compiling jiff v0.2.21
32782026-07-16T22:41:12.784Z 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`
32792026-07-16T22:41:12.785Z 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`
32802026-07-16T22:41:12.814Z 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`
32812026-07-16T22:41:12.987Z Compiling unicode-bidi v0.3.18
32822026-07-16T22:41:12.991Z Compiling md-5 v0.10.6
32832026-07-16T22:41:12.991Z Compiling strum_macros v0.27.2
32842026-07-16T22:41:12.991Z 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`
32852026-07-16T22:41:12.991Z 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`
32862026-07-16T22:41:12.991Z 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`
32872026-07-16T22:41:12.991Z 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`
32882026-07-16T22:41:13.025Z Compiling usdt-attr-macro v0.6.0
32892026-07-16T22:41:13.029Z Compiling usdt-macro v0.6.0
32902026-07-16T22:41:13.060Z 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`
32912026-07-16T22:41:13.064Z 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`
32922026-07-16T22:41:13.131Z 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`
32932026-07-16T22:41:13.134Z Compiling float-cmp v0.10.0
32942026-07-16T22:41:13.135Z Compiling normalize-line-endings v0.3.0
32952026-07-16T22:41:13.160Z 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`
32962026-07-16T22:41:13.164Z 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`
32972026-07-16T22:41:13.267Z Compiling proptest v1.10.0
32982026-07-16T22:41:13.271Z Compiling difflib v0.4.0
32992026-07-16T22:41:13.271Z Compiling fallible-iterator v0.2.0
33002026-07-16T22:41:13.271Z 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`
33012026-07-16T22:41:13.271Z 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`
33022026-07-16T22:41:13.271Z 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`
33032026-07-16T22:41:13.380Z Compiling phf_shared v0.13.1
33042026-07-16T22:41:13.384Z 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`
33052026-07-16T22:41:13.384Z 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`
33062026-07-16T22:41:13.384Z 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`
33072026-07-16T22:41:13.457Z Compiling idna_adapter v1.2.1
33082026-07-16T22:41:13.461Z Compiling fixedbitset v0.5.7
33092026-07-16T22:41:13.461Z 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`
33102026-07-16T22:41:13.490Z 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)'`
33112026-07-16T22:41:13.494Z 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`
33122026-07-16T22:41:13.611Z 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`
33132026-07-16T22:41:13.617Z Compiling peg-runtime v0.8.5
33142026-07-16T22:41:13.617Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33152026-07-16T22:41:13.617Z 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`
33162026-07-16T22:41:13.680Z Compiling whoami v2.1.0
33172026-07-16T22:41:13.680Z Compiling is-terminal v0.4.17
33182026-07-16T22:41:13.685Z Compiling crossbeam-channel v0.5.15
33192026-07-16T22:41:13.685Z Compiling thread_local v1.1.9
33202026-07-16T22:41:13.685Z 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-16T22:41:13.685Z 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`
33222026-07-16T22:41:13.787Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0eac01d0a034ac49/build-script-build`
33232026-07-16T22:41:13.792Z 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`
33242026-07-16T22:41:13.792Z Compiling idna v1.1.0
33252026-07-16T22:41:13.792Z Compiling stringprep v0.1.5
33262026-07-16T22:41:13.792Z Compiling predicates v3.1.4
33272026-07-16T22:41:13.792Z 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`
33282026-07-16T22:41:13.792Z 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`
33292026-07-16T22:41:13.792Z 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`
33302026-07-16T22:41:13.969Z Compiling phf v0.13.1
33312026-07-16T22:41:13.969Z Compiling slog-async v2.8.0
33322026-07-16T22:41:13.973Z Compiling take_mut v0.2.2
33332026-07-16T22:41:13.973Z Compiling term v1.2.1
33342026-07-16T22:41:13.973Z Compiling structmeta-derive v0.3.0
33352026-07-16T22:41:13.973Z 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`
33362026-07-16T22:41:13.974Z 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`
33372026-07-16T22:41:13.974Z 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`
33382026-07-16T22:41:14.145Z Compiling snafu v0.8.9
33392026-07-16T22:41:14.149Z Compiling petgraph v0.8.3
33402026-07-16T22:41:14.149Z Compiling match_cfg v0.1.0
33412026-07-16T22:41:14.149Z Compiling slog-json v2.6.1
33422026-07-16T22:41:14.149Z Compiling newtype-uuid-macros v0.1.0
33432026-07-16T22:41:14.149Z Compiling debug-ignore v1.0.5
33442026-07-16T22:41:14.149Z Compiling sha1 v0.11.0
33452026-07-16T22:41:14.149Z Compiling serde_spanned v1.1.1
33462026-07-16T22:41:14.182Z 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`
33472026-07-16T22:41:14.186Z 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`
33482026-07-16T22:41:14.186Z 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`
33492026-07-16T22:41:14.186Z 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`
33502026-07-16T22:41:14.186Z 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`
33512026-07-16T22:41:14.322Z 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=ba482751243b92c1 -C extra-filename=-d318ed8d2a07869b --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-cc86707512774b21.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-07-16T22:41:14.326Z 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`
33532026-07-16T22:41:14.326Z 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`
33542026-07-16T22:41:14.326Z 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`
33552026-07-16T22:41:14.327Z 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`
33562026-07-16T22:41:14.327Z Compiling url v2.5.8
33572026-07-16T22:41:14.354Z Compiling publicsuffix v2.3.0
33582026-07-16T22:41:14.359Z Compiling postgres-protocol v0.6.10
33592026-07-16T22:41:14.359Z 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`
33602026-07-16T22:41:14.359Z 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`
33612026-07-16T22:41:14.359Z 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`
33622026-07-16T22:41:14.359Z 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`
33632026-07-16T22:41:14.499Z Compiling usdt v0.6.0
33642026-07-16T22:41:14.503Z Compiling hostname v0.3.1
33652026-07-16T22:41:14.503Z Compiling toml_datetime v1.1.1+spec-1.1.0
33662026-07-16T22:41:14.503Z Compiling serde_path_to_error v0.1.20
33672026-07-16T22:41:14.503Z 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`
33682026-07-16T22:41:14.503Z 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`
33692026-07-16T22:41:14.532Z 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`
33702026-07-16T22:41:14.680Z Compiling slog-term v2.9.2
33712026-07-16T22:41:14.687Z Compiling multer v3.1.0
33722026-07-16T22:41:14.687Z Compiling toml_writer v1.1.1+spec-1.1.0
33732026-07-16T22:41:14.687Z Compiling compression-core v0.4.31
33742026-07-16T22:41:14.687Z 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`
33752026-07-16T22:41:14.715Z 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`
33762026-07-16T22:41:14.719Z 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`
33772026-07-16T22:41:14.719Z 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`
33782026-07-16T22:41:14.913Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2b4c84172e588ba/build-script-build`
33792026-07-16T22:41:14.918Z Compiling tokio-util v0.7.18
33802026-07-16T22:41:14.918Z Compiling tower v0.5.3
33812026-07-16T22:41:14.918Z Compiling rsa v0.9.10
33822026-07-16T22:41:14.918Z Compiling tokio-native-tls v0.3.1
33832026-07-16T22:41:14.918Z 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`
33842026-07-16T22:41:14.951Z 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=e7adacaf0f5d8e68 -C extra-filename=-c43277cde92877f6 --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-5c1967d3209b1f0d.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`
33852026-07-16T22:41:14.956Z 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`
33862026-07-16T22:41:14.956Z 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`
33872026-07-16T22:41:15.093Z Compiling buf-list v1.1.2
33882026-07-16T22:41:15.093Z Compiling postgres-types v0.2.12
33892026-07-16T22:41:15.097Z Compiling slog-bunyan v2.5.0
33902026-07-16T22:41:15.097Z Compiling async-stream-impl v0.3.6
33912026-07-16T22:41:15.097Z Compiling dropshot v0.17.1
33922026-07-16T22:41:15.097Z 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`
33932026-07-16T22:41:15.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`
33942026-07-16T22:41:15.098Z 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`
33952026-07-16T22:41:15.098Z 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`
33962026-07-16T22:41:15.098Z 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)'`
33972026-07-16T22:41:15.231Z Compiling cookie_store v0.22.1
33982026-07-16T22:41:15.231Z Compiling hickory-proto v0.25.2
33992026-07-16T22:41:15.265Z Compiling compression-codecs v0.4.37
34002026-07-16T22:41:15.270Z Compiling toml v1.1.2+spec-1.1.0
34012026-07-16T22:41:15.270Z 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`
34022026-07-16T22:41:15.270Z 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`
34032026-07-16T22:41:15.270Z 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`
34042026-07-16T22:41:15.270Z 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`
34052026-07-16T22:41:15.271Z 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=814351e4ec04a020 -C extra-filename=-88793649eb8d47b5 --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-5c1967d3209b1f0d.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`
34062026-07-16T22:41:15.413Z 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`
34072026-07-16T22:41:15.417Z 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`
34082026-07-16T22:41:15.417Z Compiling dropshot_endpoint v0.17.1
34092026-07-16T22:41:15.417Z Compiling rustls-pemfile v2.2.0
34102026-07-16T22:41:15.417Z Compiling waitgroup v0.1.2
34112026-07-16T22:41:15.417Z 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=2be52e0f1c7e10dc -C extra-filename=-acd5423646243a9c --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-5c1967d3209b1f0d.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`
34122026-07-16T22:41:15.417Z 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`
34132026-07-16T22:41:15.417Z 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`
34142026-07-16T22:41:15.418Z 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`
34152026-07-16T22:41:15.628Z Compiling tower-http v0.6.8
34162026-07-16T22:41:15.628Z Compiling strum v0.27.2
34172026-07-16T22:41:15.632Z Compiling structmeta v0.3.0
34182026-07-16T22:41:15.632Z Compiling hostname v0.4.2
34192026-07-16T22:41:15.632Z Compiling itertools v0.14.0
34202026-07-16T22:41:15.632Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-cb021eb0910a9979/build-script-build`
34212026-07-16T22:41:15.633Z 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-16T22:41:15.633Z 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`
34232026-07-16T22:41:15.633Z 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`
34242026-07-16T22:41:15.812Z Compiling h2 v0.4.15
34252026-07-16T22:41:15.812Z Compiling tokio-stream v0.1.18
34262026-07-16T22:41:15.816Z Compiling tokio-postgres v0.7.16
34272026-07-16T22:41:15.816Z Compiling atomicwrites v0.4.4
34282026-07-16T22:41:15.816Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34292026-07-16T22:41:15.816Z 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`
34302026-07-16T22:41:15.816Z 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`
34312026-07-16T22:41:15.816Z 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-16T22:41:15.816Z 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`
34332026-07-16T22:41:15.816Z 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`
34342026-07-16T22:41:15.912Z 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`
34352026-07-16T22:41:15.916Z 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`
34362026-07-16T22:41:15.916Z Compiling async-compression v0.4.41
34372026-07-16T22:41:15.916Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34382026-07-16T22:41:15.916Z Compiling macaddr v1.0.1
34392026-07-16T22:41:15.916Z Compiling regress v0.10.5
34402026-07-16T22:41:15.947Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-5fa0cae4fabf4107/build-script-build`
34412026-07-16T22:41:15.952Z 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=c51603ac15e4a187 -C extra-filename=-56540526f4c85c22 --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-88793649eb8d47b5.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`
34422026-07-16T22:41:15.952Z 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`
34432026-07-16T22:41:15.952Z 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`
34442026-07-16T22:41:15.981Z 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`
34452026-07-16T22:41:16.020Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34462026-07-16T22:41:16.023Z 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`
34472026-07-16T22:41:16.023Z 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`
34482026-07-16T22:41:16.024Z 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`
34492026-07-16T22:41:16.056Z 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`
34502026-07-16T22:41:16.093Z Compiling instant v0.1.13
34512026-07-16T22:41:16.097Z Compiling backon v1.6.0
34522026-07-16T22:41:16.125Z 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`
34532026-07-16T22:41:16.222Z Compiling derive-ex v0.1.8
34542026-07-16T22:41:16.225Z Compiling async-stream v0.3.6
34552026-07-16T22:41:16.226Z Compiling parse-display-derive v0.10.0
34562026-07-16T22:41:16.226Z Compiling humantime v2.3.0
34572026-07-16T22:41:16.253Z 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`
34582026-07-16T22:41:16.257Z 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`
34592026-07-16T22:41:16.363Z 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`
34602026-07-16T22:41:16.366Z Compiling ipnetwork v0.21.1
34612026-07-16T22:41:16.366Z Compiling newtype-uuid v1.3.2
34622026-07-16T22:41:16.397Z 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`
34632026-07-16T22:41:16.401Z 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`
34642026-07-16T22:41:16.430Z 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`
34652026-07-16T22:41:16.504Z Compiling serde_with v3.21.0
34662026-07-16T22:41:16.508Z Compiling byte-wrapper v0.1.0
34672026-07-16T22:41:16.508Z Compiling backoff v0.4.0
34682026-07-16T22:41:16.508Z 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=40f7588343ac1b1e -C extra-filename=-5ca1d961e567c480 --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-acd5423646243a9c.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`
34692026-07-16T22:41:16.508Z 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=abc72f07b43ba77a -C extra-filename=-fb88421f681b0090 --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-acd5423646243a9c.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`
34702026-07-16T22:41:16.612Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34712026-07-16T22:41:16.616Z Compiling unicode-width v0.2.0
34722026-07-16T22:41:16.616Z Compiling convert_case v0.4.0
34732026-07-16T22:41:16.616Z Compiling half v2.7.1
34742026-07-16T22:41:16.616Z Compiling ciborium-io v0.2.2
34752026-07-16T22:41:16.616Z Compiling secrecy v0.10.3
34762026-07-16T22:41:16.616Z 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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base58", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hashbrown_0_17", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=41e14465e05e05b6 -C extra-filename=-3a1456ff8630d196 --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-acd5423646243a9c.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_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e60598242cda8991.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-07-16T22:41:16.616Z 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=7b8c4f76ea4c25a1 -C extra-filename=-59abff3dee537ebf --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-acd5423646243a9c.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`
34782026-07-16T22:41:16.617Z 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`
34792026-07-16T22:41:16.617Z 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`
34802026-07-16T22:41:16.617Z Compiling indent_write v2.2.0
34812026-07-16T22:41:16.617Z Compiling crucible-workspace-hack v0.1.0
34822026-07-16T22:41:16.617Z 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`
34832026-07-16T22:41:16.617Z 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`
34842026-07-16T22:41:16.647Z 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`
34852026-07-16T22:41:16.647Z 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`
34862026-07-16T22:41:16.647Z 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`
34872026-07-16T22:41:16.651Z 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`
34882026-07-16T22:41:16.651Z 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`
34892026-07-16T22:41:16.739Z Compiling camino-tempfile v1.4.1
34902026-07-16T22:41:16.778Z Compiling oxnet v0.1.6
34912026-07-16T22:41:16.782Z 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`
34922026-07-16T22:41:16.815Z Compiling regress v0.11.1
34932026-07-16T22:41:16.819Z 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=3e94ef706f42282e -C extra-filename=-d62986e9e6f4d1a7 --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-5ca1d961e567c480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
34942026-07-16T22:41:16.819Z 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`
34952026-07-16T22:41:17.028Z Compiling inout v0.1.4
34962026-07-16T22:41:17.060Z 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`
34972026-07-16T22:41:17.102Z Compiling universal-hash v0.5.1
34982026-07-16T22:41:17.106Z Compiling thiserror-impl-no-std v2.0.2
34992026-07-16T22:41:17.106Z Compiling opaque-debug v0.3.1
35002026-07-16T22:41:17.106Z Compiling aead v0.5.2
35012026-07-16T22:41:17.106Z Compiling unsafe-libyaml v0.2.11
35022026-07-16T22:41:17.106Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35032026-07-16T22:41:17.106Z Compiling blake2 v0.10.6
35042026-07-16T22:41:17.106Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-13b3d983aed29208/build-script-build`
35052026-07-16T22:41:17.106Z 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`
35062026-07-16T22:41:17.136Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-a6c8f47bf8ba2880/build-script-build`
35072026-07-16T22:41:17.140Z 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`
35082026-07-16T22:41:17.140Z 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`
35092026-07-16T22:41:17.141Z 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`
35102026-07-16T22:41:17.141Z Compiling password-hash v0.5.0
35112026-07-16T22:41:17.141Z Compiling swrite v0.1.0
35122026-07-16T22:41:17.141Z Compiling crossbeam-deque v0.8.6
35132026-07-16T22:41:17.166Z 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=a6c744ac4cb617be -C extra-filename=-f1ef679a9278fadb --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-acd5423646243a9c.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`
35142026-07-16T22:41:17.170Z 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`
35152026-07-16T22:41:17.171Z 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`
35162026-07-16T22:41:17.200Z 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`
35172026-07-16T22:41:17.265Z Compiling daft v0.1.7
35182026-07-16T22:41:17.269Z 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`
35192026-07-16T22:41:17.269Z 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`
35202026-07-16T22:41:17.298Z 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`
35212026-07-16T22:41:17.338Z Compiling ciborium-ll v0.2.2
35222026-07-16T22:41:17.341Z 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=cc2183b94ebac694 -C extra-filename=-146b6e1ef17ef086 --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-fb88421f681b0090.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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`
35232026-07-16T22:41:17.474Z Compiling derive_more v0.99.20
35242026-07-16T22:41:17.478Z Compiling cipher v0.4.4
35252026-07-16T22:41:17.542Z 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`
35262026-07-16T22:41:17.546Z 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`
35272026-07-16T22:41:17.578Z 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`
35282026-07-16T22:41:17.608Z Compiling rayon-core v1.13.0
35292026-07-16T22:41:17.614Z Compiling glob v0.3.3
35302026-07-16T22:41:17.614Z Compiling toml_datetime v0.7.5+spec-1.1.0
35312026-07-16T22:41:17.614Z Compiling darling_core v0.21.3
35322026-07-16T22:41:17.614Z 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`
35332026-07-16T22:41:17.614Z 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`
35342026-07-16T22:41:17.679Z 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`
35352026-07-16T22:41:17.683Z 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`
35362026-07-16T22:41:17.715Z 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`
35372026-07-16T22:41:17.719Z Compiling poly1305 v0.8.0
35382026-07-16T22:41:17.719Z Compiling argon2 v0.5.3
35392026-07-16T22:41:17.719Z 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`
35402026-07-16T22:41:17.820Z Compiling zstd v0.13.3
35412026-07-16T22:41:17.824Z Compiling serde_yaml v0.9.34+deprecated
35422026-07-16T22:41:17.824Z Compiling proc-macro-error-attr v1.0.4
35432026-07-16T22:41:17.824Z 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`
35442026-07-16T22:41:17.824Z 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`
35452026-07-16T22:41:17.957Z Compiling iddqd v0.4.2
35462026-07-16T22:41:17.961Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35472026-07-16T22:41:17.961Z Compiling ciborium v0.2.2
35482026-07-16T22:41:17.961Z 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`
35492026-07-16T22:41:17.961Z 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`
35502026-07-16T22:41:17.961Z 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`
35512026-07-16T22:41:18.094Z Compiling chacha20 v0.9.1
35522026-07-16T22:41:18.100Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35532026-07-16T22:41:18.100Z Compiling proc-macro-error v1.0.4
35542026-07-16T22:41:18.100Z 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=b4c9143fb08aa5f0 -C extra-filename=-72c96b2b7e03a967 --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-146b6e1ef17ef086.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-acd5423646243a9c.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`
35552026-07-16T22:41:18.101Z 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=d3583b0d83ff2fb9 -C extra-filename=-d368f40c332fc1ab --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-146b6e1ef17ef086.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.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-acd5423646243a9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-07-16T22:41:18.101Z 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`
35572026-07-16T22:41:18.196Z Compiling toml_edit v0.23.10+spec-1.0.0
35582026-07-16T22:41:18.200Z Compiling tabwriter v1.4.1
35592026-07-16T22:41:18.200Z 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`
35602026-07-16T22:41:18.200Z 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=5f89fbec4fdc19cb -C extra-filename=-68c361d43ab0d43e --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-acd5423646243a9c.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`
35612026-07-16T22:41:18.200Z 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`
35622026-07-16T22:41:18.201Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-3a98a3afc6f6ec3e/build-script-build`
35632026-07-16T22:41:18.235Z 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`
35642026-07-16T22:41:18.271Z Compiling colored v3.1.1
35652026-07-16T22:41:18.275Z Compiling heapless v0.8.0
35662026-07-16T22:41:18.275Z 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`
35672026-07-16T22:41:18.306Z 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`
35682026-07-16T22:41:18.310Z 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`
35692026-07-16T22:41:18.341Z Compiling zip v4.6.1
35702026-07-16T22:41:18.345Z 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`
35712026-07-16T22:41:18.379Z Compiling chacha20poly1305 v0.10.1
35722026-07-16T22:41:18.383Z 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`
35732026-07-16T22:41:18.455Z Compiling parse-display v0.10.0
35742026-07-16T22:41:18.458Z 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`
35752026-07-16T22:41:18.492Z Compiling test-strategy v0.4.5
35762026-07-16T22:41:18.527Z 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`
35772026-07-16T22:41:18.564Z Compiling typify-impl v0.6.2
35782026-07-16T22:41:18.567Z 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`
35792026-07-16T22:41:18.603Z 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=fe897ffed5e20525 -C extra-filename=-cea943707f292ce2 --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-acd5423646243a9c.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`
35802026-07-16T22:41:18.646Z Compiling unicode-width v0.1.14
35812026-07-16T22:41:18.649Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-758dab596649aa06/build-script-build`
35822026-07-16T22:41:18.722Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35832026-07-16T22:41:18.727Z Compiling hash32 v0.3.1
35842026-07-16T22:41:18.727Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35852026-07-16T22:41:18.727Z Compiling smoltcp v0.11.0
35862026-07-16T22:41:18.727Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-09d9f240e7eb69bf/build-script-build`
35872026-07-16T22:41:18.727Z 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`
35882026-07-16T22:41:18.758Z Compiling thiserror-no-std v2.0.2
35892026-07-16T22:41:18.761Z Compiling toml v0.8.23
35902026-07-16T22:41:18.761Z Compiling cobs v0.3.0
35912026-07-16T22:41:18.761Z 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`
35922026-07-16T22:41:18.762Z 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=0354884e3f885a63 -C extra-filename=-57fdd260842c60f7 --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-68c361d43ab0d43e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f1ef679a9278fadb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
35932026-07-16T22:41:18.762Z 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`
35942026-07-16T22:41:18.762Z 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`
35952026-07-16T22:41:18.763Z 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`
35962026-07-16T22:41:18.763Z 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`
35972026-07-16T22:41:18.790Z 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`
35982026-07-16T22:41:18.794Z 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`
35992026-07-16T22:41:18.827Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
36002026-07-16T22:41:18.831Z 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`
36012026-07-16T22:41:18.864Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-8976b28566110eb4/build-script-build`
36022026-07-16T22:41:18.899Z Compiling proc-macro-crate v3.4.0
36032026-07-16T22:41:18.935Z Compiling proc-macro-crate v1.3.1
36042026-07-16T22:41:18.939Z 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`
36052026-07-16T22:41:18.939Z 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`
36062026-07-16T22:41:19.005Z Compiling rayon v1.11.0
36072026-07-16T22:41:19.009Z 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`
36082026-07-16T22:41:19.076Z Compiling postcard v1.1.3
36092026-07-16T22:41:19.115Z Compiling rand v0.10.1
36102026-07-16T22:41:19.119Z 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`
36112026-07-16T22:41:19.150Z Compiling foreign-types-macros v0.2.3
36122026-07-16T22:41:19.153Z 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`
36132026-07-16T22:41:19.187Z 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`
36142026-07-16T22:41:19.217Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36152026-07-16T22:41:19.257Z Compiling vsss-rs v3.3.4
36162026-07-16T22:41:19.289Z 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`
36172026-07-16T22:41:19.362Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36182026-07-16T22:41:19.363Z Compiling foreign-types-shared v0.3.1
36192026-07-16T22:41:19.366Z 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`
36202026-07-16T22:41:19.437Z Compiling num-derive v0.4.2
36212026-07-16T22:41:19.441Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
36222026-07-16T22:41:19.441Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-05b10ea44b123404/build-script-build`
36232026-07-16T22:41:19.441Z 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`
36242026-07-16T22:41:19.441Z 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`
36252026-07-16T22:41:19.511Z Compiling hyper v1.10.1
36262026-07-16T22:41:19.515Z 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`
36272026-07-16T22:41:19.515Z 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`
36282026-07-16T22:41:19.516Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f286de672949fcf8/build-script-build`
36292026-07-16T22:41:19.516Z 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`
36302026-07-16T22:41:19.544Z 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`
36312026-07-16T22:41:19.619Z Compiling num_enum_derive v0.5.11
36322026-07-16T22:41:19.623Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36332026-07-16T22:41:19.693Z 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`
36342026-07-16T22:41:19.764Z Compiling num_enum_derive v0.7.6
36352026-07-16T22:41:19.771Z Compiling sigpipe v0.1.3
36362026-07-16T22:41:19.771Z Compiling cstr-argument v0.1.2
36372026-07-16T22:41:19.806Z 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-16T22:41:19.818Z 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`
36392026-07-16T22:41:19.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
36402026-07-16T22:41:19.912Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36412026-07-16T22:41:19.917Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36422026-07-16T22:41:19.917Z Compiling itertools v0.12.1
36432026-07-16T22:41:19.917Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36442026-07-16T22:41:19.917Z 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`
36452026-07-16T22:41:19.917Z 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`
36462026-07-16T22:41:19.917Z 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`
36472026-07-16T22:41:19.917Z 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`
36482026-07-16T22:41:19.917Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-442c97c292741db1/build-script-build`
36492026-07-16T22:41:19.917Z Compiling zone_cfg_derive v0.3.1
36502026-07-16T22:41:19.917Z Compiling smf v0.2.3
36512026-07-16T22:41:19.917Z 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`
36522026-07-16T22:41:19.917Z 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`
36532026-07-16T22:41:19.917Z 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`
36542026-07-16T22:41:19.917Z 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`
36552026-07-16T22:41:19.949Z 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`
36562026-07-16T22:41:19.954Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3893176fde8a1592/build-script-build`
36572026-07-16T22:41:19.954Z 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`
36582026-07-16T22:41:19.954Z 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`
36592026-07-16T22:41:20.050Z Compiling whoami v1.6.1
36602026-07-16T22:41:20.053Z 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`
36612026-07-16T22:41:20.080Z Compiling foreign-types v0.5.0
36622026-07-16T22:41:20.083Z 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`
36632026-07-16T22:41:20.188Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36642026-07-16T22:41:20.192Z 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`
36652026-07-16T22:41:20.192Z 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`
36662026-07-16T22:41:20.255Z Compiling usdt-macro v0.5.0
36672026-07-16T22:41:20.260Z 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`
36682026-07-16T22:41:20.326Z Compiling usdt-attr-macro v0.5.0
36692026-07-16T22:41:20.403Z Compiling memmap v0.7.0
36702026-07-16T22:41:20.434Z Compiling derive-where v1.6.0
36712026-07-16T22:41:20.475Z 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`
36722026-07-16T22:41:20.519Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
36732026-07-16T22:41:20.519Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36742026-07-16T22:41:20.523Z Compiling darling_macro v0.21.3
36752026-07-16T22:41:20.523Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36762026-07-16T22:41:20.523Z Compiling console v0.15.11
36772026-07-16T22:41:20.523Z Compiling newline-converter v0.3.0
36782026-07-16T22:41:20.523Z 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`
36792026-07-16T22:41:20.523Z 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`
36802026-07-16T22:41:20.554Z 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/95395ce/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=3a4af755bc156ee8 -C extra-filename=-f869c5adb5fe9c31 --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-146b6e1ef17ef086.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-acd5423646243a9c.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`
36812026-07-16T22:41:20.559Z 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=4b216993643e7df6 -C extra-filename=-eb7655e8da195ea1 --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-68c361d43ab0d43e.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-57fdd260842c60f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-07-16T22:41:20.559Z Compiling bytecount v0.6.9
36832026-07-16T22:41:20.559Z Compiling owo-colors v4.3.0
36842026-07-16T22:41:20.586Z Compiling cancel-safe-futures v0.1.5
36852026-07-16T22:41:20.590Z 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`
36862026-07-16T22:41:20.590Z 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`
36872026-07-16T22:41:20.590Z 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`
36882026-07-16T22:41:20.591Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-1b9e2831e5c4e4c0/build-script-build`
36892026-07-16T22:41:20.591Z 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`
36902026-07-16T22:41:20.591Z 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`
36912026-07-16T22:41:20.591Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-09bc26091f031fcb/build-script-build`
36922026-07-16T22:41:20.591Z 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`
36932026-07-16T22:41:20.592Z 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`
36942026-07-16T22:41:20.592Z 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`
36952026-07-16T22:41:20.624Z Compiling libsw-core v0.3.2
36962026-07-16T22:41:20.691Z Compiling num-rational v0.4.2
36972026-07-16T22:41:20.728Z 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`
36982026-07-16T22:41:20.731Z Compiling hyper-util v0.1.20
36992026-07-16T22:41:20.760Z 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`
37002026-07-16T22:41:20.829Z 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`
37012026-07-16T22:41:20.834Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
37022026-07-16T22:41:20.834Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-928e7176ef76a434/build-script-build`
37032026-07-16T22:41:20.895Z Compiling num-complex v0.4.6
37042026-07-16T22:41:20.900Z 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`
37052026-07-16T22:41:20.931Z Compiling libsw v3.5.0
37062026-07-16T22:41:20.935Z 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`
37072026-07-16T22:41:20.935Z 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`
37082026-07-16T22:41:20.971Z Compiling linear-map v1.2.0
37092026-07-16T22:41:21.003Z 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`
37102026-07-16T22:41:21.070Z Compiling expectorate v1.2.0
37112026-07-16T22:41:21.106Z Compiling float-ord v0.3.2
37122026-07-16T22:41:21.177Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-da692d92f7c427dd/build-script-build`
37132026-07-16T22:41:21.181Z 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`
37142026-07-16T22:41:21.181Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
37152026-07-16T22:41:21.181Z Compiling gethostname v0.5.0
37162026-07-16T22:41:21.216Z 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`
37172026-07-16T22:41:21.255Z Compiling num_enum v0.5.11
37182026-07-16T22:41:21.261Z Compiling prettyplease v0.2.37
37192026-07-16T22:41:21.286Z Compiling resolv-conf v0.7.6
37202026-07-16T22:41:21.290Z Compiling convert_case v0.10.0
37212026-07-16T22:41:21.290Z Compiling smawk v0.3.2
37222026-07-16T22:41:21.290Z 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`
37232026-07-16T22:41:21.290Z 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`
37242026-07-16T22:41:21.506Z 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`
37252026-07-16T22:41:21.510Z Compiling num_enum v0.7.6
37262026-07-16T22:41:21.510Z Compiling unicode-linebreak v0.1.5
37272026-07-16T22:41:21.510Z Compiling papergrid v0.11.0
37282026-07-16T22:41:21.510Z Compiling tabled_derive v0.7.0
37292026-07-16T22:41:21.510Z 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`
37302026-07-16T22:41:21.510Z 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`
37312026-07-16T22:41:21.510Z 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`
37322026-07-16T22:41:21.510Z 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`
37332026-07-16T22:41:21.733Z Compiling zone v0.3.1
37342026-07-16T22:41:21.753Z Compiling slog-dtrace v0.3.0
37352026-07-16T22:41:21.753Z Compiling linked-hash-map v0.5.6
37362026-07-16T22:41:21.753Z Compiling hickory-proto v0.24.4
37372026-07-16T22:41:21.753Z Compiling termtree v0.5.1
37382026-07-16T22:41:21.753Z Compiling fd-lock v4.0.4
37392026-07-16T22:41:21.753Z Compiling vte v0.14.1
37402026-07-16T22:41:21.753Z 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`
37412026-07-16T22:41:21.828Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-fec7aa6e202b54d1/build-script-build`
37422026-07-16T22:41:21.831Z 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`
37432026-07-16T22:41:21.831Z 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`
37442026-07-16T22:41:21.833Z 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`
37452026-07-16T22:41:21.833Z 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`
37462026-07-16T22:41:21.971Z 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-16T22:41:21.975Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37482026-07-16T22:41:21.975Z Compiling usdt v0.5.0
37492026-07-16T22:41:21.975Z Compiling num v0.4.3
37502026-07-16T22:41:21.975Z Compiling minimal-lexical v0.2.1
37512026-07-16T22:41:21.975Z Compiling unicode-xid v0.2.6
37522026-07-16T22:41:22.038Z 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`
37532026-07-16T22:41:22.044Z 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`
37542026-07-16T22:41:22.044Z 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`
37552026-07-16T22:41:22.044Z 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`
37562026-07-16T22:41:22.073Z 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`
37572026-07-16T22:41:22.077Z 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`
37582026-07-16T22:41:22.209Z 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`
37592026-07-16T22:41:22.239Z Compiling darling v0.21.3
37602026-07-16T22:41:22.243Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37612026-07-16T22:41:22.243Z Compiling derive_more-impl v2.1.1
37622026-07-16T22:41:22.243Z Compiling strip-ansi-escapes v0.2.1
37632026-07-16T22:41:22.243Z Compiling display-error-chain v0.2.2
37642026-07-16T22:41:22.243Z Compiling nu-ansi-term v0.50.3
37652026-07-16T22:41:22.243Z Compiling ar_archive_writer v0.5.1
37662026-07-16T22:41:22.243Z Compiling textwrap v0.16.2
37672026-07-16T22:41:22.243Z Compiling stacker v0.1.23
37682026-07-16T22:41:22.243Z 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`
37692026-07-16T22:41:22.243Z 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`
37702026-07-16T22:41:22.244Z 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)'`
37712026-07-16T22:41:22.244Z 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`
37722026-07-16T22:41:22.244Z 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`
37732026-07-16T22:41:22.591Z 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`
37742026-07-16T22:41:22.595Z Compiling hyper-tls v0.6.0
37752026-07-16T22:41:22.595Z Compiling lru-cache v0.1.2
37762026-07-16T22:41:22.595Z Compiling csv-core v0.1.13
37772026-07-16T22:41:22.595Z Compiling highway v1.3.0
37782026-07-16T22:41:22.595Z Compiling semver v0.1.20
37792026-07-16T22:41:22.595Z Compiling cfg_aliases v0.1.1
37802026-07-16T22:41:22.595Z Compiling nibble_vec v0.1.0
37812026-07-16T22:41:22.595Z Compiling endian-type v0.1.2
37822026-07-16T22:41:22.632Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37832026-07-16T22:41:22.635Z 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`
37842026-07-16T22:41:22.635Z 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`
37852026-07-16T22:41:22.636Z 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`
37862026-07-16T22:41:22.636Z 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`
37872026-07-16T22:41:22.636Z 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`
37882026-07-16T22:41:22.636Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-515c315f08bf6404/build-script-build`
37892026-07-16T22:41:22.636Z 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`
37902026-07-16T22:41:22.637Z 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`
37912026-07-16T22:41:22.637Z 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`
37922026-07-16T22:41:22.827Z 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`
37932026-07-16T22:41:22.832Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-af69d65a875bc79c/build-script-build`
37942026-07-16T22:41:22.832Z 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`
37952026-07-16T22:41:22.832Z 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`
37962026-07-16T22:41:22.832Z 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`
37972026-07-16T22:41:22.864Z 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`
37982026-07-16T22:41:22.869Z 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`
37992026-07-16T22:41:22.869Z 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`
38002026-07-16T22:41:22.869Z 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`
38012026-07-16T22:41:22.869Z Compiling tokio-dtrace v0.1.1
38022026-07-16T22:41:22.892Z Compiling nom v7.1.3
38032026-07-16T22:41:22.898Z Compiling recursive-proc-macro-impl v0.1.1
38042026-07-16T22:41:22.898Z Compiling phf_shared v0.12.1
38052026-07-16T22:41:22.898Z 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=017344d21db59de8 -C extra-filename=-4708dce32f7927a0 --out-dir /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-acd5423646243a9c.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`
38062026-07-16T22:41:23.132Z 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`
38072026-07-16T22:41:23.133Z 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`
38082026-07-16T22:41:23.137Z Compiling reqwest v0.12.28
38092026-07-16T22:41:23.137Z Compiling ingot-macros v0.1.1
38102026-07-16T22:41:23.137Z Compiling tabled v0.15.0
38112026-07-16T22:41:23.137Z Compiling reedline v0.40.0
38122026-07-16T22:41:23.137Z Compiling radix_trie v0.2.1
38132026-07-16T22:41:23.137Z Compiling chrono-tz v0.10.4
38142026-07-16T22:41:23.240Z 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`
38152026-07-16T22:41:23.244Z 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)'`
38162026-07-16T22:41:23.244Z 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`
38172026-07-16T22:41:23.244Z 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`
38182026-07-16T22:41:23.414Z 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`
38192026-07-16T22:41:23.414Z 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=0479b6a7cff2c58b -C extra-filename=-03adcf9c7401c500 --out-dir /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-d62986e9e6f4d1a7.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`
38202026-07-16T22:41:23.418Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-6e0b7ed8b5efe2de/build-script-build`
38212026-07-16T22:41:23.418Z Compiling typify-macro v0.6.2
38222026-07-16T22:41:23.418Z Compiling csv v1.4.0
38232026-07-16T22:41:23.418Z Compiling nix v0.28.0
38242026-07-16T22:41:23.418Z Compiling rustc_version v0.1.7
38252026-07-16T22:41:23.418Z Compiling phf v0.12.1
38262026-07-16T22:41:23.418Z Compiling const_format_proc_macros v0.2.34
38272026-07-16T22:41:23.420Z Compiling peg-macros v0.8.5
38282026-07-16T22:41:23.420Z Compiling sqlparser_derive v0.5.0
38292026-07-16T22:41:23.420Z 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`
38302026-07-16T22:41:23.420Z 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=dd5e05343ec8d288 -C extra-filename=-0ceda6a763c7479b --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-5c1967d3209b1f0d.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`
38312026-07-16T22:41:23.420Z 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`
38322026-07-16T22:41:23.421Z 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`
38332026-07-16T22:41:23.421Z 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`
38342026-07-16T22:41:23.648Z 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=8fc13243b91a6700 -C extra-filename=-7d7a8074a4fbe095 --out-dir /work/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-acd5423646243a9c.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-cea943707f292ce2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-07-16T22:41:23.652Z 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`
38362026-07-16T22:41:23.652Z 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=8b5fd386de40d6a7 -C extra-filename=-0e39179b60f73a21 --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-5c1967d3209b1f0d.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`
38372026-07-16T22:41:23.652Z 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`
38382026-07-16T22:41:23.652Z 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`
38392026-07-16T22:41:23.652Z 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`
38402026-07-16T22:41:23.652Z Compiling oxide-tokio-rt v0.1.4
38412026-07-16T22:41:23.680Z Compiling derive_more v2.1.1
38422026-07-16T22:41:23.684Z Compiling psm v0.1.30
38432026-07-16T22:41:23.684Z Compiling winnow v0.6.26
38442026-07-16T22:41:23.684Z Compiling nom v8.0.0
38452026-07-16T22:41:23.714Z Compiling unicode_categories v0.1.1
38462026-07-16T22:41:23.718Z Compiling home v0.5.12
38472026-07-16T22:41:23.719Z Compiling bcs v0.1.6
38482026-07-16T22:41:23.719Z 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`
38492026-07-16T22:41:23.720Z 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`
38502026-07-16T22:41:23.720Z 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`
38512026-07-16T22:41:23.822Z 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`
38522026-07-16T22:41:23.826Z 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`
38532026-07-16T22:41:23.827Z 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`
38542026-07-16T22:41:23.827Z 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`
38552026-07-16T22:41:23.827Z 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`
38562026-07-16T22:41:23.827Z 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`
38572026-07-16T22:41:23.851Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38582026-07-16T22:41:23.856Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38592026-07-16T22:41:23.882Z 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`
38602026-07-16T22:41:23.886Z 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`
38612026-07-16T22:41:23.918Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-b3133c84d098e901/build-script-build`
38622026-07-16T22:41:23.924Z Compiling newtype_derive v0.1.6
38632026-07-16T22:41:23.924Z Compiling sha1 v0.10.6
38642026-07-16T22:41:23.924Z 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/65cc70a/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=55e49843f2f44eb6 -C extra-filename=-f20188f556317fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-07-16T22:41:23.924Z 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=2349c213153dab13 -C extra-filename=-dbef0926a2f6c86b --out-dir /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-acd5423646243a9c.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`
38662026-07-16T22:41:23.987Z Compiling hickory-resolver v0.24.4
38672026-07-16T22:41:23.991Z 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`
38682026-07-16T22:41:24.018Z 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`
38692026-07-16T22:41:24.022Z Compiling filetime v0.2.27
38702026-07-16T22:41:24.022Z 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`
38712026-07-16T22:41:24.049Z 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`
38722026-07-16T22:41:24.161Z Compiling xattr v1.6.1
38732026-07-16T22:41:24.169Z Compiling base64 v0.21.7
38742026-07-16T22:41:24.169Z Compiling subprocess v0.2.15
38752026-07-16T22:41:24.169Z 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`
38762026-07-16T22:41:24.188Z Compiling headers-core v0.3.0
38772026-07-16T22:41:24.221Z Compiling yasna v0.5.2
38782026-07-16T22:41:24.225Z 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`
38792026-07-16T22:41:24.225Z 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`
38802026-07-16T22:41:24.226Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-bd42240a76698dde/build-script-build`
38812026-07-16T22:41:24.226Z 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`
38822026-07-16T22:41:24.226Z 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=c9f165664d6b1996 -C extra-filename=-04dfd94e8856cbf0 --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-5c1967d3209b1f0d.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`
38832026-07-16T22:41:24.294Z Compiling crossterm v0.29.0
38842026-07-16T22:41:24.325Z 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`
38852026-07-16T22:41:24.396Z Compiling port-file v0.1.0
38862026-07-16T22:41:24.400Z Compiling dropshot-api-manager-types v0.7.2
38872026-07-16T22:41:24.400Z Compiling tagptr v0.2.0
38882026-07-16T22:41:24.400Z 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`
38892026-07-16T22:41:24.566Z Compiling tar v0.4.46
38902026-07-16T22:41:24.570Z Compiling utf-8 v0.7.6
38912026-07-16T22:41:24.570Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38922026-07-16T22:41:24.634Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name port_file --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/port-file-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=b7ce4de52e217ed3 -C extra-filename=-26ab0e16a7b9a80e --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 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`
38932026-07-16T22:41:24.638Z 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`
38942026-07-16T22:41:24.639Z 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`
38952026-07-16T22:41:24.742Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-df9e1ff0053e2b7d/build-script-build`
38962026-07-16T22:41:24.749Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38972026-07-16T22:41:24.749Z Compiling const_format v0.2.35
38982026-07-16T22:41:24.749Z Compiling headers v0.4.1
38992026-07-16T22:41:24.750Z Compiling libefi-sys v0.1.0
39002026-07-16T22:41:24.750Z Compiling bitfield-struct v0.6.2
39012026-07-16T22:41:24.750Z 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.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=7b28183e752488e2 -C extra-filename=-c86c5e8e58ffa430 --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`
39022026-07-16T22:41:24.750Z 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`
39032026-07-16T22:41:24.750Z 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`
39042026-07-16T22:41:24.751Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-02bc6ed42caf8c34/build-script-build`
39052026-07-16T22:41:24.794Z Compiling moka v0.12.13
39062026-07-16T22:41:24.809Z 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`
39072026-07-16T22:41:24.813Z 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`
39082026-07-16T22:41:24.813Z 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`
39092026-07-16T22:41:24.813Z 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`
39102026-07-16T22:41:24.813Z 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`
39112026-07-16T22:41:24.813Z 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`
39122026-07-16T22:41:24.814Z 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`
39132026-07-16T22:41:24.814Z 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`
39142026-07-16T22:41:24.909Z Compiling tungstenite v0.21.0
39152026-07-16T22:41:24.973Z 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`
39162026-07-16T22:41:24.979Z Compiling radium v0.7.0
39172026-07-16T22:41:24.979Z 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)'`
39182026-07-16T22:41:25.006Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39192026-07-16T22:41:25.009Z Compiling steno v0.4.1
39202026-07-16T22:41:25.009Z 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`
39212026-07-16T22:41:25.041Z 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`
39222026-07-16T22:41:25.109Z Compiling ron v0.8.1
39232026-07-16T22:41:25.118Z Compiling tap v1.0.1
39242026-07-16T22:41:25.118Z 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=aa98847de326e619 -C extra-filename=-3b5f31a8c2f0e488 --out-dir /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-5c1967d3209b1f0d.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-acd5423646243a9c.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`
39252026-07-16T22:41:25.216Z Compiling peg v0.8.5
39262026-07-16T22:41:25.220Z Compiling sqlformat v0.3.5
39272026-07-16T22:41:25.220Z 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`
39282026-07-16T22:41:25.220Z 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`
39292026-07-16T22:41:25.319Z Compiling maybe-uninit v2.0.0
39302026-07-16T22:41:25.323Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39312026-07-16T22:41:25.323Z 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`
39322026-07-16T22:41:25.323Z 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`
39332026-07-16T22:41:25.323Z 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`
39342026-07-16T22:41:25.380Z Compiling qorb v0.4.1
39352026-07-16T22:41:25.384Z Compiling zerocopy-derive v0.6.6
39362026-07-16T22:41:25.384Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-56816c8b20be0a9a/build-script-build`
39372026-07-16T22:41:25.384Z 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`
39382026-07-16T22:41:25.384Z 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`
39392026-07-16T22:41:25.410Z Compiling wyz v0.5.1
39402026-07-16T22:41:25.414Z 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`
39412026-07-16T22:41:25.414Z 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`
39422026-07-16T22:41:25.443Z Compiling funty v2.0.0
39432026-07-16T22:41:25.476Z 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`
39442026-07-16T22:41:25.476Z 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`
39452026-07-16T22:41:25.480Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-f282fbba7749261a/build-script-build`
39462026-07-16T22:41:25.539Z Compiling recursive v0.1.1
39472026-07-16T22:41:25.575Z Compiling tokio-tungstenite v0.21.0
39482026-07-16T22:41:25.579Z 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`
39492026-07-16T22:41:25.610Z Compiling hickory-resolver v0.25.2
39502026-07-16T22:41:25.615Z 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`
39512026-07-16T22:41:25.615Z 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-16T22:41:25.644Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-3dd3610e9a02a87b/build-script-build`
39532026-07-16T22:41:25.679Z Compiling sqlparser v0.61.0
39542026-07-16T22:41:25.683Z 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`
39552026-07-16T22:41:25.745Z Compiling crc-catalog v2.4.0
39562026-07-16T22:41:25.752Z 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`
39572026-07-16T22:41:25.752Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-84a067567db7d2b1/build-script-build`
39582026-07-16T22:41:25.752Z 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`
39592026-07-16T22:41:25.776Z Compiling packed_struct v0.10.1
39602026-07-16T22:41:25.844Z Compiling bitfield-macros v0.19.4
39612026-07-16T22:41:25.848Z Compiling packed_struct_codegen v0.10.1
39622026-07-16T22:41:25.882Z 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`
39632026-07-16T22:41:25.950Z Compiling indexmap v1.9.3
39642026-07-16T22:41:25.954Z Compiling nodrop v0.1.14
39652026-07-16T22:41:25.954Z 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`
39662026-07-16T22:41:25.985Z 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`
39672026-07-16T22:41:26.049Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
39682026-07-16T22:41:26.082Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39692026-07-16T22:41:26.085Z 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`
39702026-07-16T22:41:26.118Z 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`
39712026-07-16T22:41:26.123Z 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`
39722026-07-16T22:41:26.187Z Compiling crc v3.4.0
39732026-07-16T22:41:26.190Z Compiling hashbrown v0.12.3
39742026-07-16T22:41:26.190Z Compiling hashbrown v0.13.2
39752026-07-16T22:41:26.191Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-a31fb291e21b37ac/build-script-build`
39762026-07-16T22:41:26.191Z 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/65cc70a/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=ce750d36d555ec43 -C extra-filename=-18c0823958a0871c --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-5c1967d3209b1f0d.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-d62986e9e6f4d1a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
39772026-07-16T22:41:26.191Z 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`
39782026-07-16T22:41:26.283Z Compiling rustyline v14.0.0
39792026-07-16T22:41:26.287Z Compiling array-init v0.0.4
39802026-07-16T22:41:26.287Z Compiling crc-any v2.5.0
39812026-07-16T22:41:26.287Z Compiling path-slash v0.1.5
39822026-07-16T22:41:26.318Z 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`
39832026-07-16T22:41:26.322Z 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`
39842026-07-16T22:41:26.322Z 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`
39852026-07-16T22:41:26.425Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39862026-07-16T22:41:26.430Z Compiling xshell-macros v0.2.7
39872026-07-16T22:41:26.430Z 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`
39882026-07-16T22:41:26.430Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-681408e2d6c51e7f/build-script-build`
39892026-07-16T22:41:26.430Z 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`
39902026-07-16T22:41:26.430Z 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`
39912026-07-16T22:41:26.430Z 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`
39922026-07-16T22:41:26.491Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39932026-07-16T22:41:26.494Z 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`
39942026-07-16T22:41:26.494Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-57ce29dcb8f0ed46/build-script-build`
39952026-07-16T22:41:26.494Z 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`
39962026-07-16T22:41:26.495Z 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`
39972026-07-16T22:41:26.560Z Compiling half v1.8.3
39982026-07-16T22:41:26.564Z 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`
39992026-07-16T22:41:26.564Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-9d5ac6f4d38aa30e/build-script-build`
40002026-07-16T22:41:26.564Z 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`
40012026-07-16T22:41:26.634Z Compiling maplit v1.0.2
40022026-07-16T22:41:26.638Z Compiling proc-macro-error-attr2 v2.0.0
40032026-07-16T22:41:26.638Z 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`
40042026-07-16T22:41:26.638Z 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`
40052026-07-16T22:41:26.669Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40062026-07-16T22:41:26.737Z 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`
40072026-07-16T22:41:26.803Z 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`
40082026-07-16T22:41:26.839Z Compiling typify v0.6.2
40092026-07-16T22:41:26.843Z Compiling ingot-types v0.1.2
40102026-07-16T22:41:26.843Z Compiling num-derive v0.3.3
40112026-07-16T22:41:26.872Z 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/95395ce/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=114b1e01da1ac0ee -C extra-filename=-f6967f6c69fa3ceb --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-c86c5e8e58ffa430.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-07-16T22:41:26.997Z Compiling papergrid v0.17.0
40132026-07-16T22:41:27.001Z Compiling testing_table v0.3.0
40142026-07-16T22:41:27.001Z Compiling unicase v2.9.0
40152026-07-16T22:41:27.001Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40162026-07-16T22:41:27.001Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40172026-07-16T22:41:27.001Z Compiling fxhash v0.2.1
40182026-07-16T22:41:27.001Z Compiling crc8 v0.1.1
40192026-07-16T22:41:27.029Z 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=a2d5c9f52ad251d9 -C extra-filename=-a35c0218f0d0d434 --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-cea943707f292ce2.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7d7a8074a4fbe095.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-07-16T22:41:27.033Z 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`
40212026-07-16T22:41:27.033Z 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`
40222026-07-16T22:41:27.128Z Compiling zerocopy v0.6.6
40232026-07-16T22:41:27.132Z Compiling smallvec v0.6.14
40242026-07-16T22:41:27.132Z Compiling bitfield v0.19.4
40252026-07-16T22:41:27.132Z Compiling xshell v0.2.7
40262026-07-16T22:41:27.132Z Compiling vergen-lib v0.1.6
40272026-07-16T22:41:27.161Z 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`
40282026-07-16T22:41:27.166Z 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`
40292026-07-16T22:41:27.166Z 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`
40302026-07-16T22:41:27.166Z 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`
40312026-07-16T22:41:27.166Z 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`
40322026-07-16T22:41:27.166Z 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=764fa942692c894b -C extra-filename=-356fd5c5edf0e726 --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-acd5423646243a9c.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`
40332026-07-16T22:41:27.166Z 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`
40342026-07-16T22:41:27.166Z 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`
40352026-07-16T22:41:27.264Z 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`
40362026-07-16T22:41:27.268Z 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`
40372026-07-16T22:41:27.268Z Compiling progenitor-impl v0.14.0
40382026-07-16T22:41:27.268Z Compiling bitvec v1.0.1
40392026-07-16T22:41:27.268Z Compiling serde_cbor v0.11.2
40402026-07-16T22:41:27.268Z Compiling progenitor-impl v0.13.0
40412026-07-16T22:41:27.268Z 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`
40422026-07-16T22:41:27.268Z 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`
40432026-07-16T22:41:27.268Z 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`
40442026-07-16T22:41:27.390Z Compiling proc-macro-error2 v2.0.1
40452026-07-16T22:41:27.395Z Compiling diff v0.1.13
40462026-07-16T22:41:27.395Z Compiling diesel_derives v2.3.7
40472026-07-16T22:41:27.395Z Compiling dsl_auto_type v0.2.0
40482026-07-16T22:41:27.395Z Compiling diesel_table_macro_syntax v0.3.0
40492026-07-16T22:41:27.427Z 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=34051d706b0819af -C extra-filename=-a5a6bc5e95a42b76 --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-acd5423646243a9c.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-a35c0218f0d0d434.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`
40502026-07-16T22:41:27.431Z 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`
40512026-07-16T22:41:27.431Z 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=e424178b346fa339 -C extra-filename=-0e3e06aa3febd672 --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-acd5423646243a9c.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-a35c0218f0d0d434.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`
40522026-07-16T22:41:27.431Z 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`
40532026-07-16T22:41:27.461Z Compiling ingot v0.1.1
40542026-07-16T22:41:27.465Z Compiling object v0.30.4
40552026-07-16T22:41:27.496Z 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`
40562026-07-16T22:41:27.500Z 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`
40572026-07-16T22:41:27.502Z 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`
40582026-07-16T22:41:27.502Z 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`
40592026-07-16T22:41:27.502Z 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`
40602026-07-16T22:41:27.502Z Compiling scheduled-thread-pool v0.2.7
40612026-07-16T22:41:27.533Z 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`
40622026-07-16T22:41:27.537Z 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-16T22:41:27.567Z Compiling vergen-gitcl v1.0.8
40642026-07-16T22:41:27.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40652026-07-16T22:41:27.571Z 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`
40662026-07-16T22:41:27.605Z Compiling downcast-rs v2.0.2
40672026-07-16T22:41:27.609Z 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`
40682026-07-16T22:41:27.609Z 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`
40692026-07-16T22:41:27.635Z Compiling serde-hex v0.1.0
40702026-07-16T22:41:27.639Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d49910cd0ab8d80/build-script-build`
40712026-07-16T22:41:27.639Z 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`
40722026-07-16T22:41:27.671Z 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`
40732026-07-16T22:41:27.676Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-db7baad9cd0913cd/build-script-build`
40742026-07-16T22:41:27.704Z Compiling dirs-sys-next v0.1.2
40752026-07-16T22:41:27.707Z 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`
40762026-07-16T22:41:27.739Z Compiling crunchy v0.2.4
40772026-07-16T22:41:27.743Z 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`
40782026-07-16T22:41:27.768Z Compiling r2d2 v0.8.10
40792026-07-16T22:41:27.772Z 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`
40802026-07-16T22:41:27.929Z Compiling clang-sys v1.8.1
40812026-07-16T22:41:27.957Z Compiling git-stub v1.0.0
40822026-07-16T22:41:27.995Z 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`
40832026-07-16T22:41:28.027Z Compiling tiny-keccak v2.0.2
40842026-07-16T22:41:28.031Z Compiling kstat-rs v0.2.4
40852026-07-16T22:41:28.031Z Compiling arc-swap v1.8.2
40862026-07-16T22:41:28.057Z 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`
40872026-07-16T22:41:28.091Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-665ffed73bcc4251/build-script-build`
40882026-07-16T22:41:28.094Z 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`
40892026-07-16T22:41:28.094Z 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`
40902026-07-16T22:41:28.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40912026-07-16T22:41:28.175Z Compiling libscf-sys v1.1.0
40922026-07-16T22:41:28.176Z 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`
40932026-07-16T22:41:28.198Z Compiling tabled_derive v0.11.0
40942026-07-16T22:41:28.201Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40952026-07-16T22:41:28.202Z 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`
40962026-07-16T22:41:28.202Z 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`
40972026-07-16T22:41:28.236Z Compiling dirs-next v2.0.0
40982026-07-16T22:41:28.274Z Compiling bit-vec v0.6.3
40992026-07-16T22:41:28.278Z 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=d0898f2007f3a7b2 -C extra-filename=-4412fa31b735cc25 --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-acd5423646243a9c.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-356fd5c5edf0e726.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-07-16T22:41:28.305Z 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)'`
41012026-07-16T22:41:28.305Z 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`
41022026-07-16T22:41:28.310Z 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`
41032026-07-16T22:41:28.310Z Compiling parking_lot_core v0.8.6
41042026-07-16T22:41:28.310Z 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`
41052026-07-16T22:41:28.336Z 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`
41062026-07-16T22:41:28.408Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41072026-07-16T22:41:28.445Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41082026-07-16T22:41:28.479Z 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`
41092026-07-16T22:41:28.513Z Compiling itertools v0.10.5
41102026-07-16T22:41:28.517Z 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`
41112026-07-16T22:41:28.518Z 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`
41122026-07-16T22:41:28.584Z Compiling git-stub-vcs v0.1.0
41132026-07-16T22:41:28.588Z Compiling ena v0.14.4
41142026-07-16T22:41:28.672Z 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`
41152026-07-16T22:41:28.677Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e3f3ad17a8f94d35/build-script-build`
41162026-07-16T22:41:28.677Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-66380c559aca8a16/build-script-build`
41172026-07-16T22:41:28.677Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e44a48886a40717a/build-script-build`
41182026-07-16T22:41:28.677Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-3dfd5821a65a1ab6/build-script-build`
41192026-07-16T22:41:28.708Z 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`
41202026-07-16T22:41:28.713Z Compiling libloading v0.8.9
41212026-07-16T22:41:28.713Z 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`
41222026-07-16T22:41:28.775Z Compiling term v0.7.0
41232026-07-16T22:41:28.805Z 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`
41242026-07-16T22:41:28.809Z Compiling slog-scope v4.4.1
41252026-07-16T22:41:28.809Z 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`
41262026-07-16T22:41:28.842Z Compiling bit-set v0.5.3
41272026-07-16T22:41:28.846Z Compiling bindgen v0.71.1
41282026-07-16T22:41:28.846Z 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`
41292026-07-16T22:41:28.846Z 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`
41302026-07-16T22:41:28.877Z 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`
41312026-07-16T22:41:28.880Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-e4f163ec46fdded3/build-script-build`
41322026-07-16T22:41:28.943Z Compiling regex-syntax v0.6.29
41332026-07-16T22:41:28.947Z 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`
41342026-07-16T22:41:29.009Z Compiling cexpr v0.6.0
41352026-07-16T22:41:29.012Z 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`
41362026-07-16T22:41:29.041Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41372026-07-16T22:41:29.044Z Compiling rustc-hash v2.1.1
41382026-07-16T22:41:29.074Z 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=cbd4059f96607148 -C extra-filename=-53285726099b3f6f --out-dir /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-5c1967d3209b1f0d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.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-16T22:41:29.079Z 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`
41402026-07-16T22:41:29.109Z Compiling ascii-canvas v3.0.0
41412026-07-16T22:41:29.176Z 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`
41422026-07-16T22:41:29.210Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
41432026-07-16T22:41:29.214Z Compiling prefix-trie v0.7.0
41442026-07-16T22:41:29.214Z 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/`
41452026-07-16T22:41:29.214Z 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`
41462026-07-16T22:41:29.214Z 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)'`
41472026-07-16T22:41:29.214Z 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/65cc70a/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=95886e3501de72bb -C extra-filename=-c78d0740548f021e --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-d62986e9e6f4d1a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
41482026-07-16T22:41:29.248Z 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`
41492026-07-16T22:41:29.279Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-18cfaa4dddd580f6/build-script-build`
41502026-07-16T22:41:29.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41512026-07-16T22:41:29.283Z 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=e75bb6ee9fba50fc -C extra-filename=-8a99cbbe2a7be215 --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-5ca1d961e567c480.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`
41522026-07-16T22:41:29.348Z 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`
41532026-07-16T22:41:29.417Z Compiling libxml v0.3.3
41542026-07-16T22:41:29.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/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`
41552026-07-16T22:41:29.491Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41562026-07-16T22:41:29.495Z Compiling strum_macros v0.24.3
41572026-07-16T22:41:29.495Z 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`
41582026-07-16T22:41:29.558Z Compiling nanorand v0.7.0
41592026-07-16T22:41:29.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`
41602026-07-16T22:41:29.593Z 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`
41612026-07-16T22:41:29.654Z Compiling salty v0.3.0
41622026-07-16T22:41:29.658Z Compiling indoc v1.0.9
41632026-07-16T22:41:29.658Z Compiling quick-xml v0.37.5
41642026-07-16T22:41:29.658Z 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`
41652026-07-16T22:41:29.690Z Compiling slog-stdlog v4.1.1
41662026-07-16T22:41:29.694Z 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`
41672026-07-16T22:41:29.694Z 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`
41682026-07-16T22:41:29.694Z 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`
41692026-07-16T22:41:29.694Z 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`
41702026-07-16T22:41:29.695Z 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`
41712026-07-16T22:41:29.878Z 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`
41722026-07-16T22:41:29.942Z Compiling impl-trait-for-tuples v0.2.3
41732026-07-16T22:41:29.946Z Compiling oso-derive v0.27.3
41742026-07-16T22:41:29.946Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-2672b23dd2e9563f/build-script-build`
41752026-07-16T22:41:29.946Z 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`
41762026-07-16T22:41:29.982Z 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`
41772026-07-16T22:41:30.043Z Compiling tabled v0.20.0
41782026-07-16T22:41:30.047Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0dad41124166026f/build-script-build`
41792026-07-16T22:41:30.074Z Compiling parking_lot v0.11.2
41802026-07-16T22:41:30.078Z 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`
41812026-07-16T22:41:30.078Z 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`
41822026-07-16T22:41:30.109Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
41832026-07-16T22:41:30.112Z 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/65cc70a/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=8b5c7e2c250fd60b -C extra-filename=-8787c434daab5d5e --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-c78d0740548f021e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
41842026-07-16T22:41:30.209Z Compiling hickory-server v0.25.2
41852026-07-16T22:41:30.215Z 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`
41862026-07-16T22:41:30.247Z Compiling flume v0.11.1
41872026-07-16T22:41:30.251Z Compiling openssl-probe v0.1.6
41882026-07-16T22:41:30.251Z 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`
41892026-07-16T22:41:30.318Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41902026-07-16T22:41:30.321Z 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`
41912026-07-16T22:41:30.321Z 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=4fb9070f1cfee4ac -C extra-filename=-2821262445f24e40 --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-3a1456ff8630d196.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`
41922026-07-16T22:41:30.353Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
41932026-07-16T22:41:30.383Z Compiling sled v0.34.7
41942026-07-16T22:41:30.386Z 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`
41952026-07-16T22:41:30.416Z Compiling slog-envlogger v2.2.0
41962026-07-16T22:41:30.420Z 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`
41972026-07-16T22:41:30.450Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e161a326cbf17312/build-script-build`
41982026-07-16T22:41:30.453Z 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=ed5e91ca5051408a -C extra-filename=-7d2599b5b291405e --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-c43277cde92877f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992026-07-16T22:41:30.549Z Compiling trait-variant v0.1.2
42002026-07-16T22:41:30.553Z 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`
42012026-07-16T22:41:30.557Z Compiling fs-err v2.11.0
42022026-07-16T22:41:30.586Z 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`
42032026-07-16T22:41:30.623Z Compiling progenitor-macro v0.13.0
42042026-07-16T22:41:30.629Z Compiling rfc6979 v0.4.0
42052026-07-16T22:41:30.629Z 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`
42062026-07-16T22:41:30.655Z Compiling predicates-tree v1.0.13
42072026-07-16T22:41:30.659Z 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`
42082026-07-16T22:41:30.659Z 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`
42092026-07-16T22:41:30.659Z 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=1373863939f66360 -C extra-filename=-30b1fdd2b5d9ef83 --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-0e3e06aa3febd672.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
42102026-07-16T22:41:30.694Z Compiling progenitor-macro v0.14.0
42112026-07-16T22:41:30.698Z 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=0a6a5073a424a55c -C extra-filename=-260933f0e0b480aa --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-8a99cbbe2a7be215.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)'`
42122026-07-16T22:41:30.698Z 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=031776c2f3b605b6 -C extra-filename=-92a302df91940944 --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-a5a6bc5e95a42b76.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
42132026-07-16T22:41:30.771Z Compiling lalrpop v0.19.12
42142026-07-16T22:41:30.795Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
42152026-07-16T22:41:30.830Z 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`
42162026-07-16T22:41:30.834Z 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/65cc70a/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=f02d58e0ef486768 -C extra-filename=-71d2a7e27e798b65 --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-18c0823958a0871c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-07-16T22:41:30.859Z 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`
42182026-07-16T22:41:30.896Z Compiling bb8 v0.8.6
42192026-07-16T22:41:30.926Z Compiling primeorder v0.13.6
42202026-07-16T22:41:30.930Z 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`
42212026-07-16T22:41:30.930Z 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`
42222026-07-16T22:41:30.961Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
42232026-07-16T22:41:31.052Z 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`
42242026-07-16T22:41:31.052Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-16baa2c6db371fd2/build-script-build`
42252026-07-16T22:41:31.116Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f8323f90001e1180/build-script-build`
42262026-07-16T22:41:31.186Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42272026-07-16T22:41:31.221Z 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=d108a4f9019c1bd9 -C extra-filename=-75022602542b1ad9 --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-260933f0e0b480aa.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`
42282026-07-16T22:41:31.255Z Compiling ecdsa v0.16.9
42292026-07-16T22:41:31.258Z 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`
42302026-07-16T22:41:31.259Z Compiling parse-size v1.1.0
42312026-07-16T22:41:31.262Z 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`
42322026-07-16T22:41:31.262Z Compiling assert_matches v1.5.0
42332026-07-16T22:41:31.293Z 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`
42342026-07-16T22:41:31.297Z 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`
42352026-07-16T22:41:31.331Z 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)'`
42362026-07-16T22:41:31.443Z Compiling nonempty v0.12.0
42372026-07-16T22:41:31.447Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42382026-07-16T22:41:31.447Z Compiling mime_guess v2.0.5
42392026-07-16T22:41:31.448Z Compiling ignore v0.4.25
42402026-07-16T22:41:31.448Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5aa8bb6e2456e100/build-script-build`
42412026-07-16T22:41:31.448Z 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`
42422026-07-16T22:41:31.448Z 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`
42432026-07-16T22:41:31.448Z 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`
42442026-07-16T22:41:31.479Z 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`
42452026-07-16T22:41:31.515Z Compiling http-range v0.1.5
42462026-07-16T22:41:31.518Z 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`
42472026-07-16T22:41:31.547Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42482026-07-16T22:41:31.582Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42492026-07-16T22:41:31.585Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
42502026-07-16T22:41:31.585Z 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=ea1955f677b2fef3 -C extra-filename=-2718d15fca09e6a0 --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-2821262445f24e40.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-3a1456ff8630d196.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`
42512026-07-16T22:41:31.613Z Compiling atty v0.2.14
42522026-07-16T22:41:31.617Z Compiling corncobs v0.1.4
42532026-07-16T22:41:31.617Z Compiling secrecy v0.8.0
42542026-07-16T22:41:31.617Z 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`
42552026-07-16T22:41:31.618Z 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`
42562026-07-16T22:41:31.618Z 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`
42572026-07-16T22:41:31.618Z Compiling illumos-nvpair-sys v0.2.0
42582026-07-16T22:41:31.618Z 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`
42592026-07-16T22:41:31.618Z 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`
42602026-07-16T22:41:31.647Z 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`
42612026-07-16T22:41:31.812Z Compiling p384 v0.13.1
42622026-07-16T22:41:31.879Z 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=2058b8406a22d81c -C extra-filename=-3f6ddcdeb76d3dd6 --out-dir /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-acd5423646243a9c.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-c43277cde92877f6.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-4412fa31b735cc25.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-356fd5c5edf0e726.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`
42632026-07-16T22:41:31.913Z Compiling signal-hook-tokio v0.3.1
42642026-07-16T22:41:31.917Z 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`
42652026-07-16T22:41:31.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42662026-07-16T22:41:31.954Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-7729ae6297484c5f/build-script-build`
42672026-07-16T22:41:31.984Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42682026-07-16T22:41:31.988Z Compiling tungstenite v0.23.0
42692026-07-16T22:41:31.988Z Compiling rand_seeder v0.4.0
42702026-07-16T22:41:31.988Z Compiling void v1.0.2
42712026-07-16T22:41:31.988Z 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`
42722026-07-16T22:41:31.988Z 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`
42732026-07-16T22:41:32.016Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42742026-07-16T22:41:32.020Z Compiling nix v0.27.1
42752026-07-16T22:41:32.020Z 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=39013e854fa4b817 -C extra-filename=-20c1de8a01152f4a --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-2821262445f24e40.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-3a1456ff8630d196.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`
42762026-07-16T22:41:32.020Z 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`
42772026-07-16T22:41:32.021Z 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`
42782026-07-16T22:41:32.021Z 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`
42792026-07-16T22:41:32.097Z 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`
42802026-07-16T22:41:32.115Z 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`
42812026-07-16T22:41:32.115Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42822026-07-16T22:41:32.115Z 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/`
42832026-07-16T22:41:32.125Z 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`
42842026-07-16T22:41:32.231Z Compiling globwalk v0.9.1
42852026-07-16T22:41:32.294Z 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`
42862026-07-16T22:41:32.363Z Compiling lzss v0.8.2
42872026-07-16T22:41:32.364Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-5bd8fb8d3dc7eb2f/build-script-build`
42882026-07-16T22:41:32.364Z Compiling serde_bytes v0.11.19
42892026-07-16T22:41:32.364Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d8abe4f796122386/build-script-build`
42902026-07-16T22:41:32.364Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-1a422c8356c0673d/build-script-build`
42912026-07-16T22:41:32.364Z 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`
42922026-07-16T22:41:32.364Z 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`
42932026-07-16T22:41:32.424Z Compiling yansi v1.0.1
42942026-07-16T22:41:32.424Z 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`
42952026-07-16T22:41:32.425Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-5be5ca9245467671/build-script-build`
42962026-07-16T22:41:32.436Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42972026-07-16T22:41:32.470Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42982026-07-16T22:41:32.505Z Compiling is_ci v1.2.0
42992026-07-16T22:41:32.505Z 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=8779ba65a6888b9a -C extra-filename=-c5585432711bc161 --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-2718d15fca09e6a0.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-2821262445f24e40.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/`
43002026-07-16T22:41:32.505Z 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=6b3a50f3836758e8 -C extra-filename=-f399ddab671c6e34 --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-03adcf9c7401c500.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-260933f0e0b480aa.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-75022602542b1ad9.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`
43012026-07-16T22:41:32.505Z 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`
43022026-07-16T22:41:32.528Z Compiling camino-tempfile-ext v0.3.3
43032026-07-16T22:41:32.528Z 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`
43042026-07-16T22:41:32.546Z Compiling cpubits v0.1.1
43052026-07-16T22:41:32.546Z 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`
43062026-07-16T22:41:32.582Z 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`
43072026-07-16T22:41:32.600Z Compiling libz-sys v1.1.24
43082026-07-16T22:41:32.632Z Compiling pem-rfc7468 v1.0.0
43092026-07-16T22:41:32.638Z 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`
43102026-07-16T22:41:32.669Z 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`
43112026-07-16T22:41:32.700Z Compiling pretty_assertions v1.4.1
43122026-07-16T22:41:32.727Z 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`
43132026-07-16T22:41:32.727Z 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`
43142026-07-16T22:41:32.733Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43152026-07-16T22:41:32.733Z Compiling tokio-tungstenite v0.23.1
43162026-07-16T22:41:32.768Z 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=ee35f3de08a04ff0 -C extra-filename=-8cc0379e7f357c39 --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-acd5423646243a9c.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`
43172026-07-16T22:41:32.798Z Compiling hmac v0.13.0
43182026-07-16T22:41:32.809Z 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`
43192026-07-16T22:41:32.839Z Compiling universal-hash v0.6.1
43202026-07-16T22:41:32.852Z Compiling libgit2-sys v0.18.3+1.9.2
43212026-07-16T22:41:32.852Z 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`
43222026-07-16T22:41:32.869Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43232026-07-16T22:41:32.874Z 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`
43242026-07-16T22:41:32.901Z 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`
43252026-07-16T22:41:32.940Z Compiling instability v0.3.11
43262026-07-16T22:41:32.961Z 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`
43272026-07-16T22:41:32.977Z Compiling hyper-staticfile v0.10.1
43282026-07-16T22:41:32.977Z 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/`
43292026-07-16T22:41:32.977Z 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`
43302026-07-16T22:41:32.977Z Compiling indoc v2.0.7
43312026-07-16T22:41:33.019Z 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`
43322026-07-16T22:41:33.025Z Compiling sha2 v0.11.0
43332026-07-16T22:41:33.025Z 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`
43342026-07-16T22:41:33.049Z 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`
43352026-07-16T22:41:33.092Z Compiling castaway v0.2.4
43362026-07-16T22:41:33.100Z Compiling polyval v0.7.1
43372026-07-16T22:41:33.132Z 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`
43382026-07-16T22:41:33.157Z Compiling unicode-truncate v1.1.0
43392026-07-16T22:41:33.164Z 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`
43402026-07-16T22:41:33.166Z 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`
43412026-07-16T22:41:33.195Z Compiling illumos-nvpair v0.3.0
43422026-07-16T22:41:33.199Z Compiling lru v0.12.5
43432026-07-16T22:41:33.225Z 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`
43442026-07-16T22:41:33.267Z Compiling compact_str v0.8.1
43452026-07-16T22:41:33.292Z Compiling der v0.8.0
43462026-07-16T22:41:33.303Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43472026-07-16T22:41:33.303Z 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`
43482026-07-16T22:41:33.303Z 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`
43492026-07-16T22:41:33.303Z 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`
43502026-07-16T22:41:33.304Z Compiling vergen-git2 v9.1.0
43512026-07-16T22:41:33.331Z 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`
43522026-07-16T22:41:33.337Z Compiling cassowary v0.3.0
43532026-07-16T22:41:33.337Z 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`
43542026-07-16T22:41:33.364Z 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`
43552026-07-16T22:41:33.433Z Compiling pbkdf2 v0.13.0
43562026-07-16T22:41:33.448Z Compiling aes v0.9.1
43572026-07-16T22:41:33.448Z Compiling console v0.16.2
43582026-07-16T22:41:33.448Z 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`
43592026-07-16T22:41:33.448Z 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`
43602026-07-16T22:41:33.463Z 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`
43612026-07-16T22:41:33.496Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43622026-07-16T22:41:33.502Z Compiling ctr v0.10.1
43632026-07-16T22:41:33.503Z 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=66d96c2d625967ab -C extra-filename=-950885cbcf9038ed --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-20c1de8a01152f4a.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-2821262445f24e40.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/`
43642026-07-16T22:41:33.503Z 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`
43652026-07-16T22:41:33.633Z Compiling aead v0.6.1
43662026-07-16T22:41:33.758Z 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`
43672026-07-16T22:41:33.778Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-118897d5b569c402/build-script-build`
43682026-07-16T22:41:33.778Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43692026-07-16T22:41:33.778Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-3302fb2197eee4ad/build-script-build`
43702026-07-16T22:41:33.778Z 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`
43712026-07-16T22:41:33.815Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43722026-07-16T22:41:33.824Z 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=8ed7edc45326d517 -C extra-filename=-2ddff55e75e91de5 --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-acd5423646243a9c.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-8cc0379e7f357c39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-07-16T22:41:33.838Z Compiling ghash v0.6.0
43742026-07-16T22:41:33.846Z Compiling unit-prefix v0.5.2
43752026-07-16T22:41:33.876Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-1288093a4cee2189/build-script-build`
43762026-07-16T22:41:33.886Z Compiling supports-color v3.0.2
43772026-07-16T22:41:33.886Z Compiling crypto-bigint v0.7.5
43782026-07-16T22:41:33.941Z 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`
43792026-07-16T22:41:33.947Z 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`
43802026-07-16T22:41:33.948Z 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)'`
43812026-07-16T22:41:33.948Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43822026-07-16T22:41:33.976Z Compiling cbc v0.2.1
43832026-07-16T22:41:33.981Z Compiling salsa20 v0.11.0
43842026-07-16T22:41:34.008Z 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`
43852026-07-16T22:41:34.015Z 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`
43862026-07-16T22:41:34.038Z Compiling tokio-test v0.4.5
43872026-07-16T22:41:34.055Z 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=3743143891b91584 -C extra-filename=-eb73867510f31f0f --out-dir /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-5c1967d3209b1f0d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.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`
43882026-07-16T22:41:34.056Z 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`
43892026-07-16T22:41:34.056Z 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`
43902026-07-16T22:41:34.056Z 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`
43912026-07-16T22:41:34.056Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8501db37c414bc00/build-script-build`
43922026-07-16T22:41:34.056Z 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`
43932026-07-16T22:41:34.164Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43942026-07-16T22:41:34.171Z Compiling twox-hash v2.1.2
43952026-07-16T22:41:34.171Z 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=c4faf89b2b7074f9 -C extra-filename=-ca3b8e04e327007f --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-5c1967d3209b1f0d.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-dbef0926a2f6c86b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
43962026-07-16T22:41:34.171Z Compiling fatfs v0.3.6
43972026-07-16T22:41:34.205Z 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`
43982026-07-16T22:41:34.210Z 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=4f3078c9bf820c2c -C extra-filename=-ae404d624569725b --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-5c1967d3209b1f0d.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`
43992026-07-16T22:41:34.239Z Compiling colored v2.2.0
44002026-07-16T22:41:34.254Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-a414846387c99007/build-script-build`
44012026-07-16T22:41:34.264Z 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`
44022026-07-16T22:41:34.297Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44032026-07-16T22:41:34.308Z Compiling spki v0.8.0
44042026-07-16T22:41:34.308Z 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`
44052026-07-16T22:41:34.308Z 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`
44062026-07-16T22:41:34.332Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44072026-07-16T22:41:34.336Z Compiling scrypt v0.12.0
44082026-07-16T22:41:34.362Z 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-16T22:41:34.362Z 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`
44102026-07-16T22:41:34.430Z Compiling indicatif v0.18.4
44112026-07-16T22:41:34.438Z 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`
44122026-07-16T22:41:34.438Z Compiling shell-words v1.1.1
44132026-07-16T22:41:34.463Z 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`
44142026-07-16T22:41:34.476Z Compiling aes-gcm v0.11.0
44152026-07-16T22:41:34.496Z 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`
44162026-07-16T22:41:34.529Z Compiling diesel v2.3.11
44172026-07-16T22:41:34.539Z 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.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 '--warn=clippy::print_stdout' '--warn=clippy::dbg_macro' --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=3e42177c491dab70 -C extra-filename=-448f1f00cf2b0d5d --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-5c1967d3209b1f0d.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-5ca1d961e567c480.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`
44182026-07-16T22:41:34.564Z Compiling seq-macro v0.3.6
44192026-07-16T22:41:34.571Z 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`
44202026-07-16T22:41:34.571Z Compiling petname v2.0.2
44212026-07-16T22:41:34.599Z 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`
44222026-07-16T22:41:34.664Z Compiling ff v0.14.0
44232026-07-16T22:41:34.672Z 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`
44242026-07-16T22:41:34.696Z Compiling signature v3.0.0
44252026-07-16T22:41:34.703Z 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`
44262026-07-16T22:41:34.703Z Compiling concurrent-queue v2.5.0
44272026-07-16T22:41:34.739Z 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`
44282026-07-16T22:41:34.775Z Compiling constant_time_eq v0.4.2
44292026-07-16T22:41:34.786Z 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`
44302026-07-16T22:41:34.786Z Compiling arrayref v0.3.9
44312026-07-16T22:41:34.786Z Compiling base16ct v1.0.0
44322026-07-16T22:41:34.786Z Compiling arrayvec v0.7.6
44332026-07-16T22:41:34.799Z 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`
44342026-07-16T22:41:34.799Z 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`
44352026-07-16T22:41:34.838Z 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`
44362026-07-16T22:41:34.940Z Compiling ratatui v0.29.0
44372026-07-16T22:41:34.946Z Compiling pkcs5 v0.8.1
44382026-07-16T22:41:34.970Z 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`
44392026-07-16T22:41:34.978Z 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`
44402026-07-16T22:41:35.008Z Compiling plotters-backend v0.3.7
44412026-07-16T22:41:35.017Z Compiling parking v2.2.1
44422026-07-16T22:41:35.017Z 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`
44432026-07-16T22:41:35.038Z Compiling sec1 v0.8.1
44442026-07-16T22:41:35.044Z 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`
44452026-07-16T22:41:35.045Z Compiling hkdf v0.13.0
44462026-07-16T22:41:35.073Z 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`
44472026-07-16T22:41:35.076Z 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`
44482026-07-16T22:41:35.077Z Compiling sapling-renderdag v0.1.0
44492026-07-16T22:41:35.103Z Compiling rtoolbox v0.0.3
44502026-07-16T22:41:35.107Z Compiling cast v0.3.0
44512026-07-16T22:41:35.107Z 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`
44522026-07-16T22:41:35.107Z Compiling sync-ptr v0.1.4
44532026-07-16T22:41:35.107Z 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`
44542026-07-16T22:41:35.108Z 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`
44552026-07-16T22:41:35.108Z 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`
44562026-07-16T22:41:35.108Z Compiling tinytemplate v1.2.1
44572026-07-16T22:41:35.118Z Compiling blake3 v1.8.5
44582026-07-16T22:41:35.136Z 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`
44592026-07-16T22:41:35.143Z 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`
44602026-07-16T22:41:35.306Z Compiling futures-timer v3.0.3
44612026-07-16T22:41:35.337Z 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`
44622026-07-16T22:41:35.367Z Compiling event-listener v5.4.1
44632026-07-16T22:41:35.403Z 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`
44642026-07-16T22:41:35.497Z 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=35222c542916f626 -C extra-filename=-f9aef24b8bef0a41 --out-dir /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-acd5423646243a9c.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-c43277cde92877f6.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-2ddff55e75e91de5.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-8cc0379e7f357c39.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`
44652026-07-16T22:41:35.537Z Compiling pkcs8 v0.11.0
44662026-07-16T22:41:35.560Z 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`
44672026-07-16T22:41:35.582Z Compiling group v0.14.0
44682026-07-16T22:41:35.592Z 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`
44692026-07-16T22:41:35.637Z Compiling plotters-svg v0.3.7
44702026-07-16T22:41:35.676Z Compiling strsim v0.10.0
44712026-07-16T22:41:35.698Z 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`
44722026-07-16T22:41:35.698Z 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`
44732026-07-16T22:41:35.795Z Compiling rpassword v7.4.0
44742026-07-16T22:41:35.852Z 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`
44752026-07-16T22:41:35.860Z Compiling criterion-plot v0.6.0
44762026-07-16T22:41:35.860Z Compiling oorandom v11.1.5
44772026-07-16T22:41:35.860Z Compiling anes v0.1.6
44782026-07-16T22:41:35.860Z 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`
44792026-07-16T22:41:35.860Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44802026-07-16T22:41:35.860Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44812026-07-16T22:41:35.860Z 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`
44822026-07-16T22:41:35.896Z 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`
44832026-07-16T22:41:35.896Z 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`
44842026-07-16T22:41:35.902Z 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`
44852026-07-16T22:41:35.903Z Compiling rfc6979 v0.5.0
44862026-07-16T22:41:35.903Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-34305d4271fd4446/build-script-build`
44872026-07-16T22:41:35.903Z 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`
44882026-07-16T22:41:35.999Z Compiling event-listener-strategy v0.5.4
44892026-07-16T22:41:36.003Z Compiling plotters v0.3.7
44902026-07-16T22:41:36.003Z 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`
44912026-07-16T22:41:36.038Z 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`
44922026-07-16T22:41:36.101Z Compiling darling_core v0.13.4
44932026-07-16T22:41:36.106Z Compiling gimli v0.32.3
44942026-07-16T22:41:36.106Z 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`
44952026-07-16T22:41:36.138Z Compiling target-lexicon v0.13.3
44962026-07-16T22:41:36.145Z Compiling assert-json-diff v2.0.2
44972026-07-16T22:41:36.145Z Compiling serde_regex v1.1.0
44982026-07-16T22:41:36.145Z 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`
44992026-07-16T22:41:36.145Z 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`
45002026-07-16T22:41:36.145Z Compiling curve25519-dalek v5.0.0-rc.0
45012026-07-16T22:41:36.145Z 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`
45022026-07-16T22:41:36.172Z Compiling path-tree v0.8.3
45032026-07-16T22:41:36.178Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-00656cfe834bc6b5/build-script-build`
45042026-07-16T22:41:36.178Z 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`
45052026-07-16T22:41:36.178Z 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`
45062026-07-16T22:41:36.178Z Compiling topological-sort v0.2.2
45072026-07-16T22:41:36.216Z 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`
45082026-07-16T22:41:36.222Z 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`
45092026-07-16T22:41:36.245Z Compiling async-lock v3.4.2
45102026-07-16T22:41:36.344Z Compiling hex-literal v0.4.1
45112026-07-16T22:41:36.358Z 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`
45122026-07-16T22:41:36.358Z 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`
45132026-07-16T22:41:36.358Z Compiling stringmetrics v2.2.2
45142026-07-16T22:41:36.358Z Compiling rustc-demangle v0.1.27
45152026-07-16T22:41:36.358Z Compiling guppy-workspace-hack v0.1.0
45162026-07-16T22:41:36.358Z 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`
45172026-07-16T22:41:36.358Z 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`
45182026-07-16T22:41:36.375Z 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`
45192026-07-16T22:41:36.439Z Compiling target-spec v3.5.7
45202026-07-16T22:41:36.448Z 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`
45212026-07-16T22:41:36.502Z 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`
45222026-07-16T22:41:36.635Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
45232026-07-16T22:41:36.670Z Compiling elliptic-curve v0.14.0-rc.33
45242026-07-16T22:41:36.675Z 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`
45252026-07-16T22:41:36.675Z Compiling primefield v0.14.0
45262026-07-16T22:41:36.703Z 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`
45272026-07-16T22:41:36.708Z 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`
45282026-07-16T22:41:36.708Z 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()))'`
45292026-07-16T22:41:36.766Z Compiling ssh-encoding v0.3.0-rc.9
45302026-07-16T22:41:36.771Z 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`
45312026-07-16T22:41:36.803Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-edf635779a8ff385/build-script-build`
45322026-07-16T22:41:36.837Z Compiling crypto-primes v0.7.2
45332026-07-16T22:41:36.841Z 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`
45342026-07-16T22:41:36.907Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-fc9e8a04a014139b/build-script-build`
45352026-07-16T22:41:36.911Z Compiling tui-tree-widget v0.23.1
45362026-07-16T22:41:36.937Z Compiling async-object-pool v0.2.0
45372026-07-16T22:41:36.941Z 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`
45382026-07-16T22:41:36.941Z 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`
45392026-07-16T22:41:36.941Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-d2b54f0ea2872364/build-script-build`
45402026-07-16T22:41:37.004Z Compiling criterion v0.7.0
45412026-07-16T22:41:37.109Z Compiling ed25519 v3.0.0
45422026-07-16T22:41:37.113Z Compiling pkcs1 v0.8.0-rc.4
45432026-07-16T22:41:37.113Z 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`
45442026-07-16T22:41:37.114Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-67f6a5d5aa387ebf/build-script-build`
45452026-07-16T22:41:37.146Z Compiling poly1305 v0.9.0
45462026-07-16T22:41:37.149Z 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`
45472026-07-16T22:41:37.149Z 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`
45482026-07-16T22:41:37.180Z Compiling httpmock v0.8.3
45492026-07-16T22:41:37.184Z Compiling supports-color v2.1.0
45502026-07-16T22:41:37.184Z 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"'`
45512026-07-16T22:41:37.185Z 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`
45522026-07-16T22:41:37.214Z 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"'`
45532026-07-16T22:41:37.218Z Compiling textwrap v0.15.2
45542026-07-16T22:41:37.218Z 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`
45552026-07-16T22:41:37.218Z 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`
45562026-07-16T22:41:37.219Z 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`
45572026-07-16T22:41:37.249Z Compiling supports-unicode v2.1.0
45582026-07-16T22:41:37.256Z 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`
45592026-07-16T22:41:37.291Z Compiling supports-hyperlinks v2.1.0
45602026-07-16T22:41:37.295Z 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`
45612026-07-16T22:41:37.295Z Compiling hashbrown v0.14.5
45622026-07-16T22:41:37.295Z 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`
45632026-07-16T22:41:37.295Z 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`
45642026-07-16T22:41:37.430Z Compiling ecdsa v0.17.0-rc.18
45652026-07-16T22:41:37.434Z 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`
45662026-07-16T22:41:37.537Z Compiling primeorder v0.14.0-rc.10
45672026-07-16T22:41:37.570Z Compiling blowfish v0.10.0
45682026-07-16T22:41:37.603Z 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`
45692026-07-16T22:41:37.607Z Compiling blake2 v0.11.0-rc.6
45702026-07-16T22:41:37.607Z 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`
45712026-07-16T22:41:37.638Z 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`
45722026-07-16T22:41:37.642Z Compiling miette-derive v5.10.0
45732026-07-16T22:41:37.672Z Compiling terminal_size v0.1.17
45742026-07-16T22:41:37.676Z 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`
45752026-07-16T22:41:37.676Z Compiling keccak v0.2.0
45762026-07-16T22:41:37.676Z 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`
45772026-07-16T22:41:37.676Z 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`
45782026-07-16T22:41:37.706Z Compiling fiat-crypto v0.3.0
45792026-07-16T22:41:37.735Z Compiling owo-colors v3.5.0
45802026-07-16T22:41:37.739Z 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`
45812026-07-16T22:41:37.739Z 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`
45822026-07-16T22:41:37.862Z Compiling cfg-expr v0.20.6
45832026-07-16T22:41:37.866Z 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`
45842026-07-16T22:41:37.903Z Compiling chumsky v0.9.3
45852026-07-16T22:41:37.907Z 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`
45862026-07-16T22:41:37.941Z Compiling argon2 v0.6.0-rc.8
45872026-07-16T22:41:37.941Z Compiling sha3 v0.11.0
45882026-07-16T22:41:37.945Z 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`
45892026-07-16T22:41:37.945Z 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`
45902026-07-16T22:41:38.016Z Compiling rsa v0.10.0-rc.18
45912026-07-16T22:41:38.019Z Compiling bcrypt-pbkdf v0.11.0
45922026-07-16T22:41:38.019Z Compiling ssh-cipher v0.3.0-rc.9
45932026-07-16T22:41:38.019Z Compiling knuffel-derive v3.2.0
45942026-07-16T22:41:38.019Z Compiling kem v0.3.0
45952026-07-16T22:41:38.019Z 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`
45962026-07-16T22:41:38.019Z 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`
45972026-07-16T22:41:38.020Z 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`
45982026-07-16T22:41:38.052Z 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`
45992026-07-16T22:41:38.056Z 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`
46002026-07-16T22:41:38.151Z Compiling addr2line v0.25.1
46012026-07-16T22:41:38.155Z Compiling ed25519-dalek v3.0.0-rc.0
46022026-07-16T22:41:38.155Z 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`
46032026-07-16T22:41:38.180Z 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`
46042026-07-16T22:41:38.212Z Compiling p256 v0.14.0-rc.10
46052026-07-16T22:41:38.215Z 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`
46062026-07-16T22:41:38.282Z Compiling p521 v0.14.0-rc.10
46072026-07-16T22:41:38.286Z 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`
46082026-07-16T22:41:38.321Z 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`
46092026-07-16T22:41:38.324Z Compiling module-lattice v0.2.3
46102026-07-16T22:41:38.324Z 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`
46112026-07-16T22:41:38.385Z Compiling pathdiff v0.2.3
46122026-07-16T22:41:38.389Z Compiling nested v0.1.1
46132026-07-16T22:41:38.389Z 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`
46142026-07-16T22:41:38.389Z 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`
46152026-07-16T22:41:38.389Z Compiling darling_macro v0.13.4
46162026-07-16T22:41:38.389Z 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`
46172026-07-16T22:41:38.485Z Compiling russh-cryptovec v0.61.0
46182026-07-16T22:41:38.488Z Compiling httptest v0.16.4
46192026-07-16T22:41:38.488Z 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`
46202026-07-16T22:41:38.488Z 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`
46212026-07-16T22:41:38.520Z Compiling internal-russh-num-bigint v0.5.0
46222026-07-16T22:41:38.554Z 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`
46232026-07-16T22:41:38.586Z Compiling backtrace v0.3.76
46242026-07-16T22:41:38.590Z 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`
46252026-07-16T22:41:38.590Z Compiling russh-util v0.52.0
46262026-07-16T22:41:38.616Z 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`
46272026-07-16T22:41:38.620Z Compiling guppy v0.17.25
46282026-07-16T22:41:38.620Z 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`
46292026-07-16T22:41:38.688Z Compiling ml-kem v0.3.2
46302026-07-16T22:41:38.793Z Compiling generic-array v1.4.3
46312026-07-16T22:41:38.793Z 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`
46322026-07-16T22:41:38.794Z 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`
46332026-07-16T22:41:38.794Z Compiling enum_dispatch v0.3.13
46342026-07-16T22:41:38.794Z 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`
46352026-07-16T22:41:38.815Z Compiling delegate v0.13.5
46362026-07-16T22:41:38.819Z 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`
46372026-07-16T22:41:38.856Z Compiling num-bigint v0.4.6
46382026-07-16T22:41:38.860Z 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`
46392026-07-16T22:41:38.896Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46402026-07-16T22:41:38.900Z 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`
46412026-07-16T22:41:38.949Z Compiling hex-literal v1.1.0
46422026-07-16T22:41:38.953Z 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`
46432026-07-16T22:41:39.047Z Compiling md5 v0.8.0
46442026-07-16T22:41:39.051Z 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`
46452026-07-16T22:41:39.115Z Compiling backtrace-ext v0.2.1
46462026-07-16T22:41:39.119Z 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`
46472026-07-16T22:41:39.155Z Compiling hickory-client v0.25.2
46482026-07-16T22:41:39.159Z 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`
46492026-07-16T22:41:39.198Z Compiling darling v0.13.4
46502026-07-16T22:41:39.203Z 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`
46512026-07-16T22:41:39.228Z Compiling similar-asserts v1.7.0
46522026-07-16T22:41:39.232Z 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`
46532026-07-16T22:41:39.263Z Compiling miette v5.10.0
46542026-07-16T22:41:39.267Z 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`
46552026-07-16T22:41:39.332Z Compiling serde_with_macros v1.5.2
46562026-07-16T22:41:39.336Z 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`
46572026-07-16T22:41:39.364Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46582026-07-16T22:41:39.368Z 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`
46592026-07-16T22:41:39.399Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46602026-07-16T22:41:39.402Z 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`
46612026-07-16T22:41:39.500Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46622026-07-16T22:41:39.503Z 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`
46632026-07-16T22:41:39.546Z Compiling socket2 v0.5.10
46642026-07-16T22:41:39.550Z 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`
46652026-07-16T22:41:39.579Z Compiling target-triple v1.0.0
46662026-07-16T22:41:39.583Z 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`
46672026-07-16T22:41:39.667Z Compiling internet-checksum v0.2.1
46682026-07-16T22:41:39.671Z 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`
46692026-07-16T22:41:39.758Z Compiling assert_cmd v2.1.2
46702026-07-16T22:41:39.765Z 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`
46712026-07-16T22:41:39.790Z Compiling escape8259 v0.5.3
46722026-07-16T22:41:39.794Z 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`
46732026-07-16T22:41:39.841Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46742026-07-16T22:41:39.845Z Compiling fancy-regex v0.14.0
46752026-07-16T22:41:39.845Z 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=84738998cfd492ac -C extra-filename=-a4b0bfee1eb6e14c --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-2821262445f24e40.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-3a1456ff8630d196.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`
46762026-07-16T22:41:39.873Z 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`
46772026-07-16T22:41:39.904Z Compiling rstest_macros v0.25.0
46782026-07-16T22:41:39.908Z Compiling linkme-impl v0.3.35
46792026-07-16T22:41:39.908Z 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`
46802026-07-16T22:41:39.908Z 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`
46812026-07-16T22:41:40.023Z Compiling knuffel v3.2.0
46822026-07-16T22:41:40.028Z 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`
46832026-07-16T22:41:40.056Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-0e051b3a1ca9c073/build-script-build`
46842026-07-16T22:41:40.090Z Compiling libtest-mimic v0.8.1
46852026-07-16T22:41:40.093Z Compiling support-bundle-viewer v0.1.2
46862026-07-16T22:41:40.094Z 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`
46872026-07-16T22:41:40.094Z 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`
46882026-07-16T22:41:40.119Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46892026-07-16T22:41:40.153Z Compiling multimap v0.10.1
46902026-07-16T22:41:40.158Z 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`
46912026-07-16T22:41:40.158Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/de59b95/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=230027eaf6f37542 -C extra-filename=-e7b091bcf8bf3f25 --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-59abff3dee537ebf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.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 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib`
46922026-07-16T22:41:40.223Z 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"))'`
46932026-07-16T22:41:40.223Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-e118052b7ad13c83/build-script-build`
46942026-07-16T22:41:40.299Z 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`
46952026-07-16T22:41:40.330Z Compiling approx v0.5.1
46962026-07-16T22:41:40.335Z 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`
46972026-07-16T22:41:40.366Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-f52f2bbba0900996/build-script-build`
46982026-07-16T22:41:40.370Z Compiling uzers v0.12.2
46992026-07-16T22:41:40.370Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-6faeea7077282a0e/build-script-build`
47002026-07-16T22:41:40.370Z 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`
47012026-07-16T22:41:40.462Z Compiling datatest-stable v0.3.3
47022026-07-16T22:41:40.466Z 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`
47032026-07-16T22:41:40.466Z Compiling termcolor v1.4.1
47042026-07-16T22:41:40.466Z 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`
47052026-07-16T22:41:40.496Z Compiling relative-path v1.9.3
47062026-07-16T22:41:40.531Z 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`
47072026-07-16T22:41:40.535Z Compiling serde_with v1.14.0
47082026-07-16T22:41:40.566Z 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`
47092026-07-16T22:41:40.569Z Compiling linkme v0.3.35
47102026-07-16T22:41:40.596Z 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`
47112026-07-16T22:41:40.600Z 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)'`
47122026-07-16T22:41:40.600Z Compiling blake2b_simd v1.0.4
47132026-07-16T22:41:40.630Z 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`
47142026-07-16T22:41:40.662Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47152026-07-16T22:41:40.668Z 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=3d6cfe4ca983788b -C extra-filename=-fe5fba3b07b296ee --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-3a1456ff8630d196.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`
47162026-07-16T22:41:40.727Z Compiling partial-io v0.5.4
47172026-07-16T22:41:40.731Z 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`
47182026-07-16T22:41:40.817Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
47192026-07-16T22:41:40.822Z 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=8b123688b5b1cdbe -C extra-filename=-b8fbe7ea8fbd163e --out-dir /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-a4b0bfee1eb6e14c.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-2821262445f24e40.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`
47202026-07-16T22:41:40.868Z Compiling trybuild v1.0.116
47212026-07-16T22:41:40.872Z 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`
47222026-07-16T22:41:40.902Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
47232026-07-16T22:41:40.906Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/de59b95/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44d2e4bc00de56f1 -C extra-filename=-8427aa75c4c1642b --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 tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e7b091bcf8bf3f25.rmeta --cap-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`
47242026-07-16T22:41:40.906Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
47252026-07-16T22:41:40.906Z 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`
47262026-07-16T22:41:40.970Z Compiling rand_distr v0.5.1
47272026-07-16T22:41:40.977Z Compiling drift v0.2.0
47282026-07-16T22:41:40.977Z 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`
47292026-07-16T22:41:40.977Z 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`
47302026-07-16T22:41:40.977Z 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`
47312026-07-16T22:41:40.977Z Compiling digest-io v0.1.0
47322026-07-16T22:41:41.008Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name digest_io --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-io-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=067526f85d6a8a81 -C extra-filename=-f862ec18fd624cd5 --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`
47332026-07-16T22:41:41.013Z Compiling constant_time_eq v0.3.1
47342026-07-16T22:41:41.037Z 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`
47352026-07-16T22:41:41.069Z Compiling rawzip v0.4.4
47362026-07-16T22:41:41.073Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rawzip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawzip-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1bce1b490d4efe -C extra-filename=-63e2e2d31ab655fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-07-16T22:41:41.104Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-1c1551aba5b71a16/build-script-build`
47382026-07-16T22:41:41.196Z Compiling cargo_toml v0.21.0
47392026-07-16T22:41:41.200Z 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`
47402026-07-16T22:41:41.232Z Compiling rust-argon2 v2.1.0
47412026-07-16T22:41:41.238Z 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`
47422026-07-16T22:41:41.260Z Compiling termios v0.3.3
47432026-07-16T22:41:41.265Z 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`
47442026-07-16T22:41:41.295Z 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=f1620eed8dbb491a -C extra-filename=-c21b1f2862ae2608 --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-146b6e1ef17ef086.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.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-acd5423646243a9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452026-07-16T22:41:41.328Z 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`
47462026-07-16T22:41:41.652Z 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`
47472026-07-16T22:41:41.812Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47482026-07-16T22:41:41.816Z 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`
47492026-07-16T22:41:43.152Z Compiling p384 v0.14.0-rc.10
47502026-07-16T22:41:43.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`
47512026-07-16T22:41:43.208Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47522026-07-16T22:41:43.212Z 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`
47532026-07-16T22:41:43.574Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-410157ce299a883c/build-script-build`
47542026-07-16T22:41:43.668Z 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`
47552026-07-16T22:41:43.778Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47562026-07-16T22:41:43.782Z 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`
47572026-07-16T22:41:45.240Z Compiling rstest v0.25.0
47582026-07-16T22:41:45.245Z 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`
47592026-07-16T22:41:45.332Z Compiling ssh-key v0.7.0-rc.10
47602026-07-16T22:41:45.337Z 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`
47612026-07-16T22:41:46.876Z Compiling samael v0.0.19
47622026-07-16T22:41:46.881Z 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`
47632026-07-16T22:41:48.415Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6fb4bce5ed25ee8c/build-script-bindings`
47642026-07-16T22:41:49.156Z 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,)'`
47652026-07-16T22:41:49.270Z Compiling polar-core v0.27.3
47662026-07-16T22:41:49.273Z 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`
47672026-07-16T22:41:49.449Z Compiling git2 v0.20.4
47682026-07-16T22:41:49.454Z 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`
47692026-07-16T22:41:49.900Z 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=25aa395cbfeb5510 -C extra-filename=-f9f2cc1aaa9c4dcc --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-5c1967d3209b1f0d.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)'`
47702026-07-16T22:41:50.188Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-bf8ea564bb46a4a3/build-script-build`
47712026-07-16T22:41:51.360Z 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`
47722026-07-16T22:41:51.911Z Compiling diesel-dtrace v0.5.0
47732026-07-16T22:41:51.915Z 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=bba36d51bd7474b1 -C extra-filename=-4a820f5ea807aee0 --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-448f1f00cf2b0d5d.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`
47742026-07-16T22:41:52.167Z Compiling async-bb8-diesel v0.2.1
47752026-07-16T22:41:52.172Z 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=c48e47ad85466ce5 -C extra-filename=-3b758545fee92184 --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-448f1f00cf2b0d5d.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`
47762026-07-16T22:41:52.437Z 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)'`
47772026-07-16T22:41:52.973Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47782026-07-16T22:41:52.977Z 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`
47792026-07-16T22:41:54.038Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-c9d4628b4b3c78c5/build-script-build`
47802026-07-16T22:41:54.857Z Compiling oso v0.27.3
47812026-07-16T22:41:54.860Z 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`
47822026-07-16T22:41:55.406Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-00bd218468570be9/build-script-build`
47832026-07-16T22:41:55.416Z 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`
47842026-07-16T22:41:55.481Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-95bf3ad5c179ed43/build-script-build`
47852026-07-16T22:41:55.876Z 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)'`
47862026-07-16T22:41:56.728Z Compiling rustls-webpki v0.103.13
47872026-07-16T22:41:56.728Z Compiling rcgen v0.12.1
47882026-07-16T22:41:56.728Z Compiling russh v0.61.2
47892026-07-16T22:41:56.734Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=850aa506a5cfb7f7 -C extra-filename=-3877b98b4f6705d3 --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`
47902026-07-16T22:41:56.734Z 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`
47912026-07-16T22:41:56.735Z 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`
47922026-07-16T22:41:57.189Z 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=935113d3a093f30e -C extra-filename=-5ff8efa110d3ce34 --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-3877b98b4f6705d3.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`
47932026-07-16T22:41:59.672Z Compiling tokio-rustls v0.26.4
47942026-07-16T22:41:59.672Z Compiling rustls-platform-verifier v0.6.2
47952026-07-16T22:41:59.672Z Compiling tough v0.22.0
47962026-07-16T22:41:59.677Z 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=6c1de05443134596 -C extra-filename=-5aa3d3ed008b1f99 --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-5ff8efa110d3ce34.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`
47972026-07-16T22:41:59.677Z 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=f11ab82a663da3cf -C extra-filename=-a3b387ac300ca52e --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-5ff8efa110d3ce34.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-3877b98b4f6705d3.rmeta --cap-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`
47982026-07-16T22:41:59.677Z 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=5561f2cde70a12b4 -C extra-filename=-a879f84dfa0d7b67 --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-5c1967d3209b1f0d.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-5ff8efa110d3ce34.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-d318ed8d2a07869b.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`
47992026-07-16T22:41:59.909Z Compiling hyper-rustls v0.27.7
48002026-07-16T22:41:59.914Z 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=20f824654703b90e -C extra-filename=-9b3d65c162f15550 --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-2718d15fca09e6a0.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-c5585432711bc161.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-5ff8efa110d3ce34.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-c43277cde92877f6.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-5aa3d3ed008b1f99.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/`
48012026-07-16T22:41:59.915Z 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=2d818c11345806c8 -C extra-filename=-47744c16ff29c52e --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-5c1967d3209b1f0d.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-5ff8efa110d3ce34.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.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-5aa3d3ed008b1f99.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`
48022026-07-16T22:41:59.916Z 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=c2aad32b2c0acba6 -C extra-filename=-6b994b2f2e9fff9a --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-5ff8efa110d3ce34.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-5aa3d3ed008b1f99.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`
48032026-07-16T22:42:00.161Z Compiling reqwest v0.13.2
48042026-07-16T22:42:00.176Z 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=a1fd239630793a61 -C extra-filename=-741e283204d81d92 --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-6b994b2f2e9fff9a.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-5ff8efa110d3ce34.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-a3b387ac300ca52e.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-5aa3d3ed008b1f99.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`
48052026-07-16T22:42:01.455Z Compiling progenitor-client v0.14.0
48062026-07-16T22:42:01.456Z Compiling progenitor-client v0.13.0
48072026-07-16T22:42:01.456Z Compiling omicron-zone-package v0.12.3
48082026-07-16T22:42:01.461Z 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=eb717cc8eb3912d0 -C extra-filename=-778a006994ec8a70 --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-741e283204d81d92.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`
48092026-07-16T22:42:01.461Z 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=b6decdfdcada4ceb -C extra-filename=-fae5082a2150818f --out-dir /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-5c1967d3209b1f0d.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-741e283204d81d92.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-c86c5e8e58ffa430.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`
48102026-07-16T22:42:01.461Z 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=55e85a643ba98812 -C extra-filename=-b21b0bcb63dac399 --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-741e283204d81d92.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`
48112026-07-16T22:42:01.700Z Compiling progenitor-extras v0.2.0
48122026-07-16T22:42:01.700Z Compiling progenitor v0.14.0
48132026-07-16T22:42:01.704Z 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=188ce1ba6fdfe409 -C extra-filename=-eff33ed8d302a7f2 --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-778a006994ec8a70.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`
48142026-07-16T22:42:01.704Z 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=c56d2980e5603e95 -C extra-filename=-fcf430c2e1c8956a --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-778a006994ec8a70.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a5a6bc5e95a42b76.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-92a302df91940944.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`
48152026-07-16T22:42:01.759Z Compiling progenitor v0.13.0
48162026-07-16T22:42:01.763Z 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=1bb8535d52e3d1a6 -C extra-filename=-313b938a8ef2c441 --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-b21b0bcb63dac399.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0e3e06aa3febd672.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-30b1fdd2b5d9ef83.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`
48172026-07-16T22:42:01.849Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48182026-07-16T22:42:01.849Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
48192026-07-16T22:42:01.854Z 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/95395ce/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aff23f9eca95c19e -C extra-filename=-dff7f946925cc08a --out-dir /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-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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`
48202026-07-16T22:42:01.855Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/de59b95/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69963a7eae6f9586 -C extra-filename=-3b22421c63532c33 --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 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 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-5c1967d3209b1f0d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-f862ec18fd624cd5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.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 hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e717955998bad4f0.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-fe5fba3b07b296ee.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-63e2e2d31ab655fc.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-53edbe700ad95ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e7b091bcf8bf3f25.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-8427aa75c4c1642b.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 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/usr/lib/amd64`
48212026-07-16T22:42:01.905Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
48222026-07-16T22:42:01.906Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48232026-07-16T22:42:01.909Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
48242026-07-16T22:42:01.910Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48252026-07-16T22:42:01.910Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48262026-07-16T22:42:01.910Z 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/65cc70a/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=b4ef7120453bfd7c -C extra-filename=-8bb2dd58f636140d --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-5c1967d3209b1f0d.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-f20188f556317fba.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-18c0823958a0871c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48272026-07-16T22:42:01.910Z 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=992a6734d918535b -C extra-filename=-a612911803bd2aaf --out-dir /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-5c1967d3209b1f0d.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-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48282026-07-16T22:42:01.910Z 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=0b6cd03606e7fb1a -C extra-filename=-9043638babf52d1d --out-dir /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-5c1967d3209b1f0d.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-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48292026-07-16T22:42:01.910Z 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/65cc70a/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=1563bbd6a5543940 -C extra-filename=-c60048ccdc0f5947 --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-8787c434daab5d5e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
48302026-07-16T22:42:01.910Z 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=637d9765675b3028 -C extra-filename=-eae55012371092f6 --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-68c361d43ab0d43e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-57fdd260842c60f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48312026-07-16T22:42:01.935Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48322026-07-16T22:42:01.938Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48332026-07-16T22:42:01.938Z 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=940e819f26d68fc6 -C extra-filename=-eeae12a73a112a53 --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-5c1967d3209b1f0d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-53285726099b3f6f.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-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-313b938a8ef2c441.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3f6ddcdeb76d3dd6.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`
48342026-07-16T22:42:01.966Z 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=2844f57d0a6f7caf -C extra-filename=-717a099463349587 --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-5c1967d3209b1f0d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-eb73867510f31f0f.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-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-313b938a8ef2c441.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3f6ddcdeb76d3dd6.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`
48352026-07-16T22:42:02.401Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
48362026-07-16T22:42:02.408Z 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=39ebd5b1f843e8b2 -C extra-filename=-bc1709520c917d5d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-bc1709520c917d5d -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 byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a95b6281bf6b3183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-146b6e1ef17ef086.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-6b994b2f2e9fff9a.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-5ca1d961e567c480.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-fb88421f681b0090.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-88793649eb8d47b5.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-741e283204d81d92.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-5ff8efa110d3ce34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e60598242cda8991.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-56540526f4c85c22.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5aa3d3ed008b1f99.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-a879f84dfa0d7b67.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`
48372026-07-16T22:42:02.528Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
48382026-07-16T22:42:02.529Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
48392026-07-16T22:42:02.533Z Compiling dropshot-api-manager v0.7.2
48402026-07-16T22:42:02.533Z 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=f5fb1f965641732d -C extra-filename=-455094fa17adcb74 --out-dir /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-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48412026-07-16T22:42:02.533Z 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=3bb3c4f8d75dc034 -C extra-filename=-0b3337c3fac7d6bb --out-dir /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-47744c16ff29c52e.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-fcf430c2e1c8956a.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-57fdd260842c60f7.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f1ef679a9278fadb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c43277cde92877f6.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`
48422026-07-16T22:42:02.534Z 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=58740b1aa94fe026 -C extra-filename=-df362e1967086399 --out-dir /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-47744c16ff29c52e.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-acd5423646243a9c.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-0e39179b60f73a21.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c43277cde92877f6.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-5aa3d3ed008b1f99.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`
48432026-07-16T22:42:02.534Z 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=6cb9f2570172d93e -C extra-filename=-ecdaea56814571f2 --out-dir /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-47744c16ff29c52e.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`
48442026-07-16T22:42:02.694Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-bc1709520c917d5d/build-script-build`
48452026-07-16T22:42:02.741Z 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=25b5f09f3b0963c8 -C extra-filename=-c642899349013a32 --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 byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.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-5c1967d3209b1f0d.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-146b6e1ef17ef086.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-6b994b2f2e9fff9a.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-5ca1d961e567c480.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-fb88421f681b0090.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-88793649eb8d47b5.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-741e283204d81d92.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-5ff8efa110d3ce34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-56540526f4c85c22.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5aa3d3ed008b1f99.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-a879f84dfa0d7b67.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`
48462026-07-16T22:42:02.742Z 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=2ff908a758c15a24 -C extra-filename=-00acb75db488dd75 --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 byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.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-5c1967d3209b1f0d.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-146b6e1ef17ef086.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-6b994b2f2e9fff9a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-5ca1d961e567c480.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-fb88421f681b0090.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-88793649eb8d47b5.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-741e283204d81d92.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-5ff8efa110d3ce34.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-56540526f4c85c22.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5aa3d3ed008b1f99.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-a879f84dfa0d7b67.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`
48472026-07-16T22:42:02.862Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
48482026-07-16T22:42:02.862Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
48492026-07-16T22:42:02.866Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48502026-07-16T22:42:02.866Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
48512026-07-16T22:42:02.866Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
48522026-07-16T22:42:02.866Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
48532026-07-16T22:42:02.866Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
48542026-07-16T22:42:02.866Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
48552026-07-16T22:42:02.866Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
48562026-07-16T22:42:02.866Z 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=afa7bfb4d92cf403 -C extra-filename=-db93ad9036e9b6d2 --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-146b6e1ef17ef086.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48572026-07-16T22:42:02.866Z 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=475c4fa5839ae99c -C extra-filename=-cdb9a996f4073e2c --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-00acb75db488dd75.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`
48582026-07-16T22:42:02.867Z 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=ab803d46be4e5d3a -C extra-filename=-a31d758ca56a95ce --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-00acb75db488dd75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48592026-07-16T22:42:02.867Z 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=db0b3ab910dd8640 -C extra-filename=-4d115f99e074d068 --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-00acb75db488dd75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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`
48602026-07-16T22:42:02.867Z 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=9fca6e66d7b8eb61 -C extra-filename=-4a3eb910ce9265bc --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.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-acd5423646243a9c.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-3a1456ff8630d196.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`
48612026-07-16T22:42:02.895Z 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=e92be6fedc850f0c -C extra-filename=-aa8914d729a772b8 --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-146b6e1ef17ef086.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-f869c5adb5fe9c31.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`
48622026-07-16T22:42:02.899Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48632026-07-16T22:42:02.932Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
48642026-07-16T22:42:02.937Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48652026-07-16T22:42:02.937Z 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=02391e08a4d90726 -C extra-filename=-2ca3c8bee68cd45f --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-47744c16ff29c52e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48662026-07-16T22:42:02.937Z 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=eaa20a0629547fbe -C extra-filename=-0ffbe722cdc81f97 --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-00acb75db488dd75.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`
48672026-07-16T22:42:02.938Z 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=307123c3e4913f75 -C extra-filename=-3e5e597070f109ce --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.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`
48682026-07-16T22:42:02.959Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
48692026-07-16T22:42:02.963Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
48702026-07-16T22:42:02.963Z 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=6282610083c29978 -C extra-filename=-7b73bc21a3ecd772 --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-5c1967d3209b1f0d.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-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48712026-07-16T22:42:02.994Z 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=ca6ac8b6fda68da5 -C extra-filename=-125f03c9d8e1cbc7 --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-5c1967d3209b1f0d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48722026-07-16T22:42:03.029Z 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=45e68fdc27c6a250 -C extra-filename=-3ffef8912840b5f5 --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-5c1967d3209b1f0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48732026-07-16T22:42:03.033Z 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=d24c24ba41286564 -C extra-filename=-7ab09e8b4a8b1736 --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-00acb75db488dd75.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`
48742026-07-16T22:42:03.083Z 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=144f3b9c3f849834 -C extra-filename=-48165b0240585cf8 --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-00acb75db488dd75.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
48752026-07-16T22:42:03.188Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
48762026-07-16T22:42:03.250Z 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=08c68923d22faea1 -C extra-filename=-2c98a2751b510572 --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-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-16T22:42:03.349Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48782026-07-16T22:42:03.356Z 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=d8f3fe7ae6fa184a -C extra-filename=-10a76743626e3e9f --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-00acb75db488dd75.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`
48792026-07-16T22:42:03.381Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48802026-07-16T22:42:03.385Z 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=9357c3669f0fb82f -C extra-filename=-f816ab49c6dae4be --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-00acb75db488dd75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:03.385Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48822026-07-16T22:42:03.416Z 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=bf5573397ff94195 -C extra-filename=-87fcee6cdc0bbbe2 --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-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
48832026-07-16T22:42:03.420Z 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=c1405ea3aeaae4e6 -C extra-filename=-38ef25beab3a1e3b --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-47744c16ff29c52e.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-00acb75db488dd75.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`
48842026-07-16T22:42:03.449Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48852026-07-16T22:42:03.484Z 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=2f797f2c7fc769fe -C extra-filename=-79204efbd66ac769 --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-47744c16ff29c52e.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-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:03.521Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
48872026-07-16T22:42:03.525Z 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=4a170fe6ae36f0f6 -C extra-filename=-3828ed9f7c740f74 --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-cdb9a996f4073e2c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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`
48882026-07-16T22:42:03.561Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48892026-07-16T22:42:03.565Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48902026-07-16T22:42:03.565Z 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=f8c2e851bbee11a8 -C extra-filename=-c100c6f8266300e6 --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-7b73bc21a3ecd772.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
48912026-07-16T22:42:03.638Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48922026-07-16T22:42:03.677Z 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/95395ce/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=6dbf0fabb165187e -C extra-filename=-18053cd4b9f3fcb2 --out-dir /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-5c1967d3209b1f0d.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-7d2599b5b291405e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c43277cde92877f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rmeta --cap-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`
48932026-07-16T22:42:03.681Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48942026-07-16T22:42:03.720Z 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=91ace00ecd44d9c9 -C extra-filename=-f41cdf7287f8a579 --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-fb88421f681b0090.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
48952026-07-16T22:42:03.725Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
48962026-07-16T22:42:03.725Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48972026-07-16T22:42:03.725Z 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=3218d39ea798bce6 -C extra-filename=-26e72f1184760c6c --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-00acb75db488dd75.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`
48982026-07-16T22:42:03.727Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48992026-07-16T22:42:03.727Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49002026-07-16T22:42:03.727Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49012026-07-16T22:42:03.756Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49022026-07-16T22:42:03.760Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49032026-07-16T22:42:03.760Z 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=02f69e5f3baa578d -C extra-filename=-55f5d4afce3d242a --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-00acb75db488dd75.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`
49042026-07-16T22:42:03.761Z 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=693043d5f2fae8d7 -C extra-filename=-a3549fa7b647f84c --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-59abff3dee537ebf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
49052026-07-16T22:42:03.790Z 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=06c60892ffcc6a29 -C extra-filename=-c41042f1d06f476e --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-00acb75db488dd75.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`
49062026-07-16T22:42:03.791Z 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=30c497f5326cc5f9 -C extra-filename=-81026b0b44ebb6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-81026b0b44ebb6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49072026-07-16T22:42:03.795Z 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=614b5ae4a4631d6a -C extra-filename=-794683267129d87f --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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
49082026-07-16T22:42:03.824Z 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=d7775ad0a02e4ae6 -C extra-filename=-00457f521eab8312 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-00457f521eab8312 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:03.828Z 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=5a3ceb503e067af3 -C extra-filename=-42f2ffa19e832594 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-42f2ffa19e832594 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:03.963Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49112026-07-16T22:42:04.004Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49122026-07-16T22:42:04.009Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
49132026-07-16T22:42:04.009Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49142026-07-16T22:42:04.009Z 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=c25a3d79223601c2 -C extra-filename=-30f9696b11ba3844 --out-dir /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-5c1967d3209b1f0d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.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-00acb75db488dd75.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
49152026-07-16T22:42:04.009Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49162026-07-16T22:42:04.009Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
49172026-07-16T22:42:04.009Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49182026-07-16T22:42:04.009Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49192026-07-16T22:42:04.009Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49202026-07-16T22:42:04.009Z 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=64b80594679856b3 -C extra-filename=-09dcae5536c074c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-09dcae5536c074c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49212026-07-16T22:42:04.009Z 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=eb87a6efd42b6621 -C extra-filename=-74441cbe9b8d31b2 --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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
49222026-07-16T22:42:04.009Z 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=63a8be3cc96a9996 -C extra-filename=-1a54b24306e8c530 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-1a54b24306e8c530 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49232026-07-16T22:42:04.009Z 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=b30d33d18ef3e574 -C extra-filename=-d1dbc470c54c593f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d1dbc470c54c593f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49242026-07-16T22:42:04.040Z 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=a975cc9a4ca25812 -C extra-filename=-177c4ac5e84a1a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-177c4ac5e84a1a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:04.044Z 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=e7c01b618d94c62b -C extra-filename=-3307daf345229e6d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-3307daf345229e6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:04.044Z 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=660b5428d0d58e53 -C extra-filename=-d63c26e01db8a60e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-d63c26e01db8a60e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49272026-07-16T22:42:04.044Z 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=a984ea9950bf219b -C extra-filename=-a70d2ac523c4b466 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-a70d2ac523c4b466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49282026-07-16T22:42:04.350Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49292026-07-16T22:42:04.350Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-42f2ffa19e832594/build-script-build`
49302026-07-16T22:42:04.354Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-00457f521eab8312/build-script-build`
49312026-07-16T22:42:04.385Z 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=c7b37f32c1f7510b -C extra-filename=-85d0804031bc5961 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-85d0804031bc5961 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49322026-07-16T22:42:04.390Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-81026b0b44ebb6a5/build-script-build`
49332026-07-16T22:42:04.494Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49342026-07-16T22:42:04.532Z 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=bec7648a569420a8 -C extra-filename=-c392fb7d2ed26fed --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-448f1f00cf2b0d5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
49352026-07-16T22:42:04.566Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49362026-07-16T22:42:04.570Z 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=5733285ed187cf9f -C extra-filename=-08e35d41d32ea919 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-08e35d41d32ea919 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49372026-07-16T22:42:04.570Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-a70d2ac523c4b466/build-script-build`
49382026-07-16T22:42:04.670Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
49392026-07-16T22:42:04.674Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49402026-07-16T22:42:04.674Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-09dcae5536c074c5/build-script-build`
49412026-07-16T22:42:04.675Z 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=2fab438ca2c5560d -C extra-filename=-09d4c83bb94cf05f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-09d4c83bb94cf05f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49422026-07-16T22:42:04.823Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49432026-07-16T22:42:04.829Z 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=f60a45edbf77245e -C extra-filename=-6f63008d42a59760 --out-dir /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-55f5d4afce3d242a.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-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-cdb9a996f4073e2c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-778a006994ec8a70.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.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-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-f869c5adb5fe9c31.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`
49442026-07-16T22:42:04.829Z 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=4b44df7576d84521 -C extra-filename=-32a8caa001298772 --out-dir /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-55f5d4afce3d242a.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-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-cdb9a996f4073e2c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-778a006994ec8a70.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.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-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-f869c5adb5fe9c31.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`
49452026-07-16T22:42:04.829Z 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=7c9eb5778e2b6c91 -C extra-filename=-3ec7d7a547fbe22d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3ec7d7a547fbe22d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49462026-07-16T22:42:04.862Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
49472026-07-16T22:42:04.894Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49482026-07-16T22:42:04.898Z 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=6b262e7c006650e1 -C extra-filename=-c62fedb6a6203321 --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-00acb75db488dd75.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-a3549fa7b647f84c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:04.898Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-3307daf345229e6d/build-script-build`
49502026-07-16T22:42:04.898Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-d63c26e01db8a60e/build-script-build`
49512026-07-16T22:42:04.931Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49522026-07-16T22:42:04.936Z 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=8121c667ad21aa71 -C extra-filename=-0f8eec6f3100ca05 --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-aa8914d729a772b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49532026-07-16T22:42:04.936Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d1dbc470c54c593f/build-script-build`
49542026-07-16T22:42:04.936Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-1a54b24306e8c530/build-script-build`
49552026-07-16T22:42:04.936Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-177c4ac5e84a1a84/build-script-build`
49562026-07-16T22:42:04.970Z 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=ec487ebec734fafb -C extra-filename=-5cc0be681ec68d3f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-5cc0be681ec68d3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49572026-07-16T22:42:04.985Z 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=472952b7a6b56206 -C extra-filename=-b9b0ca99c4479c9a --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-b9b0ca99c4479c9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49582026-07-16T22:42:05.006Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49592026-07-16T22:42:05.009Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49602026-07-16T22:42:05.010Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-85d0804031bc5961/build-script-build`
49612026-07-16T22:42:05.046Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49622026-07-16T22:42:05.050Z 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=d5679d8fe48bcba5 -C extra-filename=-3cbde121008edcfa --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-3cbde121008edcfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.050Z 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=edce20959ec900bb -C extra-filename=-d8844c6499b91396 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-d8844c6499b91396 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49642026-07-16T22:42:05.079Z 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=38433d01fc5e30c9 -C extra-filename=-ea055f039e2d03d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-ea055f039e2d03d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.084Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-08e35d41d32ea919/build-script-build`
49662026-07-16T22:42:05.116Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49672026-07-16T22:42:05.120Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49682026-07-16T22:42:05.147Z 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=a0f8329a9c0761bb -C extra-filename=-9e35b95d5329f063 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-9e35b95d5329f063 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49692026-07-16T22:42:05.186Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49702026-07-16T22:42:05.190Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-09d4c83bb94cf05f/build-script-build`
49712026-07-16T22:42:05.190Z 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=ff357c2ffba9db0f -C extra-filename=-bec84e6ce8d312f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bec84e6ce8d312f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49722026-07-16T22:42:05.223Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49732026-07-16T22:42:05.253Z 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=b20fc7f916c316a0 -C extra-filename=-f53c8d9537467c7b --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-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-0f8eec6f3100ca05.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
49742026-07-16T22:42:05.324Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49752026-07-16T22:42:05.327Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49762026-07-16T22:42:05.327Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3ec7d7a547fbe22d/build-script-build`
49772026-07-16T22:42:05.327Z 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=7f1cb12ffaf28ee7 -C extra-filename=-cd23b674a84a5980 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-cd23b674a84a5980 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
49782026-07-16T22:42:05.327Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49792026-07-16T22:42:05.360Z 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=71d6a4ad17a08842 -C extra-filename=-c8f5637b804887b2 --out-dir /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-00acb75db488dd75.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0ceda6a763c7479b.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`
49802026-07-16T22:42:05.391Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49812026-07-16T22:42:05.396Z 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=8dfd082d02547cf6 -C extra-filename=-b3483a0d075bb684 --out-dir /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-5c1967d3209b1f0d.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-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.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-741e283204d81d92.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`
49822026-07-16T22:42:05.397Z 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=2c328197f082cac1 -C extra-filename=-f09902aee18dfa7f --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-00acb75db488dd75.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`
49832026-07-16T22:42:05.398Z 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=42ce1851eba0fa8d -C extra-filename=-c92e8543ec56afee --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-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
49842026-07-16T22:42:05.398Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
49852026-07-16T22:42:05.426Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-5cc0be681ec68d3f/build-script-build`
49862026-07-16T22:42:05.430Z 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=9e5831c85a887390 -C extra-filename=-b1eb5f98128de3e5 --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-00acb75db488dd75.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`
49872026-07-16T22:42:05.460Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49882026-07-16T22:42:05.498Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49892026-07-16T22:42:05.502Z 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=67364930a8b1bec0 -C extra-filename=-e30d7d1d00c4df1f --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-e30d7d1d00c4df1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.534Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49912026-07-16T22:42:05.538Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49922026-07-16T22:42:05.538Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-3cbde121008edcfa/build-script-build`
49932026-07-16T22:42:05.538Z 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=7ac02b884b029a08 -C extra-filename=-14d10edac046db3e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-14d10edac046db3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.538Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-b9b0ca99c4479c9a/build-script-build`
49952026-07-16T22:42:05.630Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49962026-07-16T22:42:05.674Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49972026-07-16T22:42:05.678Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49982026-07-16T22:42:05.678Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-d8844c6499b91396/build-script-build`
49992026-07-16T22:42:05.678Z 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=e3024ecadea59ef1 -C extra-filename=-bbe45ec982d889c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-bbe45ec982d889c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.678Z 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=0eadbba5e9514815 -C extra-filename=-5727b9dac2179745 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5727b9dac2179745 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
50012026-07-16T22:42:05.691Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-9e35b95d5329f063/build-script-build`
50022026-07-16T22:42:05.696Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
50032026-07-16T22:42:05.696Z 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=90cee4104a6f5ca3 -C extra-filename=-1be26b52ef940c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1be26b52ef940c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
50042026-07-16T22:42:05.696Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bec84e6ce8d312f8/build-script-build`
50052026-07-16T22:42:05.696Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-ea055f039e2d03d5/build-script-build`
50062026-07-16T22:42:05.696Z 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=66e18c7367cab689 -C extra-filename=-4f3adf95da15fce8 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-4f3adf95da15fce8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.696Z 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=e6fc074ebf047f86 -C extra-filename=-60ce014ad00cce0a --out-dir /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-455094fa17adcb74.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`
50082026-07-16T22:42:05.720Z 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`
50092026-07-16T22:42:05.752Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-cd23b674a84a5980/build-script-build`
50102026-07-16T22:42:05.756Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50112026-07-16T22:42:05.781Z 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=d5fac53e066e9069 -C extra-filename=-918e1c6260fdfb16 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-918e1c6260fdfb16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
50122026-07-16T22:42:05.843Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50132026-07-16T22:42:05.906Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50142026-07-16T22:42:05.910Z 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=1ce0d2086dece7d6 -C extra-filename=-07e5ee65e17f180a --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-c92e8543ec56afee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:05.938Z 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=76b63ad3c287b8bb -C extra-filename=-470c1c741a20fe73 --out-dir /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-72c96b2b7e03a967.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-b1eb5f98128de3e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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=/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`
50162026-07-16T22:42:05.942Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50172026-07-16T22:42:05.971Z 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=7aefcdfbb8fcf9d3 -C extra-filename=-ac5d00c9bea0068e --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-00acb75db488dd75.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`
50182026-07-16T22:42:06.005Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
50192026-07-16T22:42:06.040Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50202026-07-16T22:42:06.044Z 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=12b23ef14d9cbb67 -C extra-filename=-1bd870b94b8fa451 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-1bd870b94b8fa451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:06.075Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50222026-07-16T22:42:06.080Z 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=37f05b04fa4f7c87 -C extra-filename=-913df2ecf116d9b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-913df2ecf116d9b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:06.108Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50242026-07-16T22:42:06.112Z 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=cc3df86526f10a95 -C extra-filename=-4f6c5e0f4ad6d7df --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-4f6c5e0f4ad6d7df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48165b0240585cf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
50252026-07-16T22:42:06.112Z 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=30b7852250273db6 -C extra-filename=-419e3d2af78a2815 --out-dir /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-00acb75db488dd75.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`
50262026-07-16T22:42:06.138Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50272026-07-16T22:42:06.142Z 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=0f1bd0d8daaf4d8c -C extra-filename=-c0c47f75a8b80c72 --out-dir /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-00acb75db488dd75.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-c43277cde92877f6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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`
50282026-07-16T22:42:06.172Z 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=e6f6253aa8dbfb9c -C extra-filename=-f3d58fcec3f4789d --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-c92e8543ec56afee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:06.177Z 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=9494b170eb129126 -C extra-filename=-5a62ad7ac99e3078 --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-59abff3dee537ebf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
50302026-07-16T22:42:06.206Z 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=03897683cb44fbf8 -C extra-filename=-1ec2a189a5a90172 --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-00acb75db488dd75.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-a3549fa7b647f84c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:06.210Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-4f3adf95da15fce8/build-script-build`
50322026-07-16T22:42:06.373Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1be26b52ef940c98/build-script-build`
50332026-07-16T22:42:06.377Z 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=476d80e31c8c8183 -C extra-filename=-1a20a65daad1a9c7 --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-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-0f8eec6f3100ca05.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50342026-07-16T22:42:06.401Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5727b9dac2179745/build-script-build`
50352026-07-16T22:42:06.466Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-bbe45ec982d889c4/build-script-build`
50362026-07-16T22:42:06.497Z 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=02aadc33a2129a72 -C extra-filename=-a0b0d343f02b5123 --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-aa8914d729a772b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:06.531Z 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=a74be14390a8eaef -C extra-filename=-46a0f6ea393f0b5d --out-dir /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-55f5d4afce3d242a.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-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-cdb9a996f4073e2c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-f869c5adb5fe9c31.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`
50382026-07-16T22:42:06.664Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-e30d7d1d00c4df1f/build-script-build`
50392026-07-16T22:42:06.669Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-14d10edac046db3e/build-script-build`
50402026-07-16T22:42:06.732Z 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=83b12373220020e1 -C extra-filename=-42039ab41b219537 --out-dir /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-5c1967d3209b1f0d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.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-00acb75db488dd75.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
50412026-07-16T22:42:06.736Z 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=c4ab202d7794be66 -C extra-filename=-3d7dbeb1b68570ad --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-7b73bc21a3ecd772.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
50422026-07-16T22:42:06.898Z 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=eed014460d2dea17 -C extra-filename=-e8b9e04ded778a9f --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-47744c16ff29c52e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50432026-07-16T22:42:06.933Z 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=cbf5beea826e764d -C extra-filename=-a94489285a602d27 --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-47744c16ff29c52e.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-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:06.938Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-4f6c5e0f4ad6d7df/build-script-build`
50452026-07-16T22:42:06.969Z 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=afdb2e6dc2c4b675 -C extra-filename=-087f1708f5663ac6 --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-47744c16ff29c52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
50462026-07-16T22:42:07.002Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-913df2ecf116d9b0/build-script-build`
50472026-07-16T22:42:07.007Z 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=712e6f669ac93d4d -C extra-filename=-ad1e56aa77654e8f --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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
50482026-07-16T22:42:07.037Z 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=6d067a6140c0ca30 -C extra-filename=-e8c5572fb722ef8f --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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
50492026-07-16T22:42:07.042Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-1bd870b94b8fa451/build-script-build`
50502026-07-16T22:42:07.042Z 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=ae264ea033c53b11 -C extra-filename=-d0a4e95f2bd02e21 --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-47744c16ff29c52e.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-00acb75db488dd75.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`
50512026-07-16T22:42:07.042Z 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=93c3298c8babc53b -C extra-filename=-b9d58273cfb771d4 --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-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-f869c5adb5fe9c31.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`
50522026-07-16T22:42:07.104Z 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=a764a508d42d7715 -C extra-filename=-9f726588bad0018b --out-dir /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-00acb75db488dd75.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0ceda6a763c7479b.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`
50532026-07-16T22:42:07.236Z 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=86a806ba6a74858a -C extra-filename=-542ee3efd1303c64 --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-00acb75db488dd75.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`
50542026-07-16T22:42:07.309Z 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=5cf4d2bf12c858a7 -C extra-filename=-a09ae269201b6ec4 --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-00acb75db488dd75.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`
50552026-07-16T22:42:07.313Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-918e1c6260fdfb16/build-script-build`
50562026-07-16T22:42:07.346Z 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=31b5b25abf5fa3d8 -C extra-filename=-6119370677a0ef37 --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-00acb75db488dd75.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`
50572026-07-16T22:42:07.472Z 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=467d058414cdbbd6 -C extra-filename=-f510667349776d25 --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-00acb75db488dd75.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-acd5423646243a9c.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`
50582026-07-16T22:42:07.506Z 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=35f6929d6c4b1930 -C extra-filename=-18aa72f8e03f12f8 --out-dir /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-5c1967d3209b1f0d.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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.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-741e283204d81d92.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`
50592026-07-16T22:42:07.544Z 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=7cc3d20da1f858bc -C extra-filename=-0032d75862b01681 --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-00acb75db488dd75.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`
50602026-07-16T22:42:07.578Z 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=dd64a0df7b1cf9a8 -C extra-filename=-710ea63a8ceaa0bb --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-00acb75db488dd75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:07.868Z 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=38411cbfac56990b -C extra-filename=-69334b3d3367b72f --out-dir /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-00acb75db488dd75.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`
50622026-07-16T22:42:08.001Z 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=c244f91e38c22ba7 -C extra-filename=-022b5f259b76c39d --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-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50632026-07-16T22:42:08.099Z 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=8215cd2463271ef0 -C extra-filename=-7fd33b122059679c --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.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`
50642026-07-16T22:42:08.130Z 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=12bdc57ee70cce0c -C extra-filename=-77fd8dbcf0ff920d --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-00acb75db488dd75.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`
50652026-07-16T22:42:08.181Z 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=915c3ec9de2dd566 -C extra-filename=-57b09f8b9b8b3f56 --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-00acb75db488dd75.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`
50662026-07-16T22:42:08.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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fe978b81add8db5 -C extra-filename=-b8021e45ab00899a --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-5c1967d3209b1f0d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50672026-07-16T22:42:08.277Z 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=7ac85f32efdd0ee7 -C extra-filename=-28098d78a12e3ef3 --out-dir /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-00acb75db488dd75.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-acd5423646243a9c.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-3a1456ff8630d196.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`
50682026-07-16T22:42:08.324Z 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=7d6477b0da088ff2 -C extra-filename=-18f5edc20fe265ae --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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50692026-07-16T22:42:08.458Z 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=0dc0600dcec19035 -C extra-filename=-2daadf6d41bacf7c --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-146b6e1ef17ef086.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50702026-07-16T22:42:08.463Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
50712026-07-16T22:42:08.463Z 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=3be13a6306178e6d -C extra-filename=-a8d1bd3b776a05c8 --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-5c1967d3209b1f0d.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-32a8caa001298772.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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`
50722026-07-16T22:42:08.644Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50732026-07-16T22:42:08.648Z 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=f98962444674b972 -C extra-filename=-e427470bcb381c9a --out-dir /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-3828ed9f7c740f74.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-57fdd260842c60f7.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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-a3549fa7b647f84c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
50742026-07-16T22:42:08.952Z 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=763267a12205c167 -C extra-filename=-4fd3f6ffb2ea1d19 --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-5c1967d3209b1f0d.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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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`
50752026-07-16T22:42:09.044Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
50762026-07-16T22:42:09.048Z 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=44bbee230a7e12fc -C extra-filename=-500d59e025f86734 --out-dir /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-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-72c96b2b7e03a967.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50772026-07-16T22:42:09.088Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50782026-07-16T22:42:09.093Z 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=84dc2abc33030d41 -C extra-filename=-f35729aea32a1531 --out-dir /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-5c1967d3209b1f0d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50792026-07-16T22:42:09.254Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50802026-07-16T22:42:09.258Z 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=970ddbd3007f15d6 -C extra-filename=-ae95e0ae21149182 --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-0ffbe722cdc81f97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
50812026-07-16T22:42:09.318Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50822026-07-16T22:42:09.322Z 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=45e975f16d5705f2 -C extra-filename=-febf50b1810da258 --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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
50832026-07-16T22:42:09.355Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50842026-07-16T22:42:09.390Z 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=3f8a9985ec03d36c -C extra-filename=-516506e4a7626d15 --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-5ca1d961e567c480.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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`
50852026-07-16T22:42:09.540Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
50862026-07-16T22:42:09.544Z 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=4ed462006dafc2df -C extra-filename=-059c750bab79b2ea --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-c60048ccdc0f5947.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-db93ad9036e9b6d2.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`
50872026-07-16T22:42:09.574Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
50882026-07-16T22:42:09.578Z 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=f5bf9d562fbf8a15 -C extra-filename=-ad1a840edffb4d5c --out-dir /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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:09.608Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50902026-07-16T22:42:09.615Z 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=4167c436454e5348 -C extra-filename=-bdce2a3b52623f23 --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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f869c5adb5fe9c31.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/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`
50912026-07-16T22:42:09.639Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
50922026-07-16T22:42:09.643Z 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=a61d6f4b95e15948 -C extra-filename=-c9eb82e23a1101c6 --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-47744c16ff29c52e.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-2ca3c8bee68cd45f.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50932026-07-16T22:42:09.909Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
50942026-07-16T22:42:09.939Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50952026-07-16T22:42:09.943Z 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=2339f77e79e393d1 -C extra-filename=-789a9953d12eca7e --out-dir /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-5c1967d3209b1f0d.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50962026-07-16T22:42:09.943Z 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=a7e98a3cd358609d -C extra-filename=-de3eb2debca04e6e --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-5c1967d3209b1f0d.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-f35729aea32a1531.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50972026-07-16T22:42:09.974Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50982026-07-16T22:42:09.978Z 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=80480698403b23b3 -C extra-filename=-5912a0242e3d7011 --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-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f35729aea32a1531.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
50992026-07-16T22:42:10.138Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51002026-07-16T22:42:10.141Z 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=1ee81e322b783306 -C extra-filename=-8f5ee7d68335cef9 --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-5c1967d3209b1f0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
51012026-07-16T22:42:10.193Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
51022026-07-16T22:42:10.198Z 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=b605f44c3d448a05 -C extra-filename=-579023c4d60148b0 --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-7b73bc21a3ecd772.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51032026-07-16T22:42:10.255Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51042026-07-16T22:42:10.300Z 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=e58b4a6f9ac892d4 -C extra-filename=-66aee537b346a724 --out-dir /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-717a099463349587.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.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`
51052026-07-16T22:42:10.306Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51062026-07-16T22:42:10.306Z 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=3ddd09520fa9ff14 -C extra-filename=-c0135991ca1d03a0 --out-dir /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-47744c16ff29c52e.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-2c98a2751b510572.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-f869c5adb5fe9c31.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
51072026-07-16T22:42:10.404Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51082026-07-16T22:42:10.408Z 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=2f492ee2dcac480a -C extra-filename=-fbda81355f570bce --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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4a3eb910ce9265bc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:10.487Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51102026-07-16T22:42:10.491Z 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=3270ea32ed58fecc -C extra-filename=-5c54e167823b5092 --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-47744c16ff29c52e.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-c92e8543ec56afee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51112026-07-16T22:42:10.521Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
51122026-07-16T22:42:10.525Z 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=86d4bf60abfdc9d3 -C extra-filename=-11901a36d6e49220 --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-789a9953d12eca7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
51132026-07-16T22:42:10.618Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
51142026-07-16T22:42:10.622Z 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=badbdc932498b9f4 -C extra-filename=-b5b03d0083a1f7c9 --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-00acb75db488dd75.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a8d1bd3b776a05c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
51152026-07-16T22:42:10.692Z 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=7434987b554b0422 -C extra-filename=-6ba26675c4fac47a --out-dir /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-5c1967d3209b1f0d.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-5912a0242e3d7011.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51162026-07-16T22:42:10.868Z 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=1e4ad0d3f694002c -C extra-filename=-5733d478c699eb37 --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-00acb75db488dd75.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:10.915Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
51182026-07-16T22:42:10.919Z 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=c917c53716d05188 -C extra-filename=-836779d43f6af577 --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b5b03d0083a1f7c9.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-acd5423646243a9c.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`
51192026-07-16T22:42:10.997Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51202026-07-16T22:42:11.002Z 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=0099bf017215d868 -C extra-filename=-724921aff3a5a609 --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-500d59e025f86734.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
51212026-07-16T22:42:11.035Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
51222026-07-16T22:42:11.039Z 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=845919903dabe57e -C extra-filename=-8827d9eb43afbbab --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-47744c16ff29c52e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
51232026-07-16T22:42:11.076Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51242026-07-16T22:42:11.080Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51252026-07-16T22:42:11.080Z 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=7e65e624d1170f43 -C extra-filename=-abb7f7c974abb6a5 --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-47744c16ff29c52e.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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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`
51262026-07-16T22:42:11.080Z 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=58cbfba49deb6e99 -C extra-filename=-c48fa6e2d9c0486f --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-5c1967d3209b1f0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-66aee537b346a724.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-ca3b8e04e327007f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-313b938a8ef2c441.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-dbef0926a2f6c86b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51272026-07-16T22:42:11.141Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51282026-07-16T22:42:11.177Z 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=f3c8395f9bec4387 -C extra-filename=-ecf2fc345c1acad9 --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-500d59e025f86734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51292026-07-16T22:42:11.216Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51302026-07-16T22:42:11.216Z 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=c37130d1945cac26 -C extra-filename=-6fc8dd2b6bff30d4 --out-dir /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-5c1967d3209b1f0d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-5c54e167823b5092.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-07e5ee65e17f180a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
51312026-07-16T22:42:11.221Z 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=b7b20bd7584dff42 -C extra-filename=-6daa978db58cc9ce --out-dir /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-5c1967d3209b1f0d.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-de3eb2debca04e6e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-7d2599b5b291405e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c43277cde92877f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:11.257Z 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=0a9e7cc975665af1 -C extra-filename=-65bdc1bfe569ae0e --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-acd5423646243a9c.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`
51332026-07-16T22:42:11.298Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51342026-07-16T22:42:11.305Z 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=87b0bfe71826ed86 -C extra-filename=-5481e243cbdeec43 --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51352026-07-16T22:42:11.348Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51362026-07-16T22:42:11.361Z 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=c9aa02ae8d3817f4 -C extra-filename=-77b1c251b87b19fe --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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51372026-07-16T22:42:11.384Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51382026-07-16T22:42:11.388Z 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=58159486f1466d6a -C extra-filename=-dfbcfcd34bb41982 --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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51392026-07-16T22:42:11.422Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
51402026-07-16T22:42:11.427Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51412026-07-16T22:42:11.457Z 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=b1491a2eaf7798d0 -C extra-filename=-8bc003df75b0db37 --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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51422026-07-16T22:42:11.494Z 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=d4b5d10edd7f0a86 -C extra-filename=-3faee7b1c39bb530 --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-724921aff3a5a609.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:11.499Z 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=4259957418473ca8 -C extra-filename=-dca2f2b814e3fec1 --out-dir /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-72c96b2b7e03a967.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-b1eb5f98128de3e5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-470c1c741a20fe73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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=/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`
51442026-07-16T22:42:11.550Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51452026-07-16T22:42:11.554Z 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=8babe9746d4568fa -C extra-filename=-3a324518fec3a2b4 --out-dir /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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-79204efbd66ac769.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-f869c5adb5fe9c31.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:11.746Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51472026-07-16T22:42:11.750Z 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=92e02018fe754c11 -C extra-filename=-87039407937078ac --out-dir /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-5c1967d3209b1f0d.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-419e3d2af78a2815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-fe5fba3b07b296ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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 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-c43277cde92877f6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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_v2=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b22421c63532c33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_artifact_v2=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e7b091bcf8bf3f25.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
51482026-07-16T22:42:11.790Z 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=24504ced0b840840 -C extra-filename=-f36dd7f560345e6e --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-7b73bc21a3ecd772.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51492026-07-16T22:42:11.796Z 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=95c994d1d8a97c5c -C extra-filename=-2a82372517dcd250 --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-0ffbe722cdc81f97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51502026-07-16T22:42:11.830Z 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=36da8cc101b4a7e0 -C extra-filename=-1723a163be61a735 --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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f35729aea32a1531.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51512026-07-16T22:42:11.905Z 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=4bd0533b708f7ae6 -C extra-filename=-f55090d110f59395 --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-500d59e025f86734.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:11.940Z 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=25a95154b9897160 -C extra-filename=-cd4d23d700b7eb07 --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-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
51532026-07-16T22:42:11.993Z 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=6bf958643715d46e -C extra-filename=-e91b43b4d774e096 --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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51542026-07-16T22:42:12.040Z 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=35331b955e1816fa -C extra-filename=-0014ff4bd6f7a6c1 --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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51552026-07-16T22:42:12.112Z 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=cd5d7bfbf0f328c2 -C extra-filename=-0182a85f7ca9ed22 --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-47744c16ff29c52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:12.130Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51572026-07-16T22:42:12.131Z 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=a849ca0d8545623b -C extra-filename=-a34093a339eb93dc --out-dir /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-6ba26675c4fac47a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51582026-07-16T22:42:12.303Z 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=d3509085e08ac529 -C extra-filename=-f82fc876ee117d0e --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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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`
51592026-07-16T22:42:12.399Z 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=5e354308d198de3b -C extra-filename=-9db2b16293078748 --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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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`
51602026-07-16T22:42:12.466Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51612026-07-16T22:42:12.470Z 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=275cebb1b5777f7c -C extra-filename=-db4f4ef713ac7148 --out-dir /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-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51622026-07-16T22:42:12.568Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
51632026-07-16T22:42:12.572Z 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=3f19193a4af6f262 -C extra-filename=-1f50808110d9c9ca --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-00acb75db488dd75.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-836779d43f6af577.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b5b03d0083a1f7c9.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`
51642026-07-16T22:42:12.663Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51652026-07-16T22:42:12.668Z 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=e4dfeccacd0b521c -C extra-filename=-79f289e362ecede5 --out-dir /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-5c1967d3209b1f0d.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-77b1c251b87b19fe.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:12.846Z 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=d81420bc1ff4a1ef -C extra-filename=-6c2d1382dc385b0e --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-00acb75db488dd75.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-836779d43f6af577.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b5b03d0083a1f7c9.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`
51672026-07-16T22:42:12.869Z 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=201c74fca7ccadad -C extra-filename=-23928e4e963bd7dd --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65bdc1bfe569ae0e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-acd5423646243a9c.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`
51682026-07-16T22:42:13.041Z 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=fc1fbb547c80d1c7 -C extra-filename=-176faab2b4255407 --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51692026-07-16T22:42:13.050Z 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=0af23b1644307fed -C extra-filename=-fe402fac8363ad6f --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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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`
51702026-07-16T22:42:13.081Z 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=670bb0d07ee9cde9 -C extra-filename=-f5e0a94fb2335b3d --out-dir /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-5c1967d3209b1f0d.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-77b1c251b87b19fe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:13.152Z 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=f22c3bc5f934459a -C extra-filename=-4a94ecd1942066f3 --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-acd5423646243a9c.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`
51722026-07-16T22:42:13.197Z 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=212dc66257cd2b21 -C extra-filename=-a4e9676d0bac291c --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-500d59e025f86734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-16T22:42:13.197Z 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=0dec68a63993c244 -C extra-filename=-9146ca22d3545529 --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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51742026-07-16T22:42:13.287Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
51752026-07-16T22:42:13.291Z 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=5f23a6be14075a45 -C extra-filename=-9ed45b224dec7567 --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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/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`
51762026-07-16T22:42:13.291Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name corpus_adjust --edition=2024 dev-tools/corpus-adjust/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e7bb06198bf021d -C extra-filename=-39b970261db5c0a3 --out-dir /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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-16T22:42:13.366Z 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=b90b53410ac100c8 -C extra-filename=-1f8efc636fb42e11 --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-5c1967d3209b1f0d.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-f35729aea32a1531.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51782026-07-16T22:42:13.515Z 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=a3c5e398a0ada358 -C extra-filename=-5616d56f57a001c8 --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-5c1967d3209b1f0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
51792026-07-16T22:42:13.710Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51802026-07-16T22:42:13.714Z 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=7048782123efc52c -C extra-filename=-18ea47841b5f6e93 --out-dir /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-f53c8d9537467c7b.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-0f8eec6f3100ca05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-c43277cde92877f6.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-f869c5adb5fe9c31.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`
51812026-07-16T22:42:13.742Z 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=8456d8eacd0cc4ec -C extra-filename=-2f4ff9520e1ad2ee --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-79f289e362ecede5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:13.853Z 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=c1082c2f93c96d49 -C extra-filename=-63dd3a4f2d97dee6 --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-c60048ccdc0f5947.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-db93ad9036e9b6d2.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`
51832026-07-16T22:42:13.886Z 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=f16ea57bd5871049 -C extra-filename=-797778566bb273d6 --out-dir /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-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-72c96b2b7e03a967.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:14.110Z 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=feb13ce1dc984fac -C extra-filename=-69352eed6eb44d81 --out-dir /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-47744c16ff29c52e.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-2c98a2751b510572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-f869c5adb5fe9c31.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
51852026-07-16T22:42:14.268Z 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=95d1d4e5428d3330 -C extra-filename=-a588ae8b8a8f970a --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-5c1967d3209b1f0d.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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`
51862026-07-16T22:42:14.391Z 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=74252b065b3be3ae -C extra-filename=-a11cc27fa5503ca6 --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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4a3eb910ce9265bc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:14.454Z 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=e335f992abea2e00 -C extra-filename=-f5c1f51dc9ee7f5e --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-5ca1d961e567c480.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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`
51882026-07-16T22:42:14.563Z 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=1475186071d7c6fa -C extra-filename=-6e5d103ed1822d83 --out-dir /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-5c1967d3209b1f0d.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-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51892026-07-16T22:42:14.688Z 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=5319850a464a6c21 -C extra-filename=-e9cac0293b402513 --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-47744c16ff29c52e.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-2ca3c8bee68cd45f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51902026-07-16T22:42:14.771Z 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=d7ab63ae47b7f1c7 -C extra-filename=-f267e306b41a9309 --out-dir /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-5c1967d3209b1f0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51912026-07-16T22:42:14.820Z 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=1450be3d9bd2404a -C extra-filename=-9f0db798cd9a1a06 --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-47744c16ff29c52e.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-c92e8543ec56afee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51922026-07-16T22:42:14.940Z 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=d27c9d0f4096279c -C extra-filename=-8c43a68e20afed29 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51932026-07-16T22:42:15.025Z 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=f50eb2968a753f20 -C extra-filename=-b289a44a05269838 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51942026-07-16T22:42:15.136Z 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=4d6674d4e64e2922 -C extra-filename=-92425da3d3daa2d4 --out-dir /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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
51952026-07-16T22:42:15.717Z 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=7c59477618ab04db -C extra-filename=-08af252d0d0f1606 --out-dir /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-00acb75db488dd75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-c43277cde92877f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-c0c47f75a8b80c72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:15.752Z 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=7ac792a71e39b53a -C extra-filename=-f7382c08a43e6046 --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-5c1967d3209b1f0d.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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
51972026-07-16T22:42:15.845Z 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=89ff8de3e8f530e9 -C extra-filename=-27b9c1c3d4e76a83 --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-00acb75db488dd75.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`
51982026-07-16T22:42:15.900Z 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=9e5fd4d48fbcf897 -C extra-filename=-a91054da053f16fa --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-00acb75db488dd75.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`
51992026-07-16T22:42:15.967Z 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=049dc6453e189728 -C extra-filename=-0c09bea136be7f78 --out-dir /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-00acb75db488dd75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-c43277cde92877f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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`
52002026-07-16T22:42:16.041Z 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=1d9aa8ffb8594a8b -C extra-filename=-ce0f0f232b20c7a6 --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.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`
52012026-07-16T22:42:16.256Z 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=8cc3cc2d5826655b -C extra-filename=-4cfb330cef2d0756 --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-00acb75db488dd75.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`
52022026-07-16T22:42:16.320Z 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=bea3a980922e0281 -C extra-filename=-1c855e8641aae3dc --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-fb88421f681b0090.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
52032026-07-16T22:42:16.379Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52042026-07-16T22:42:16.383Z 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=8622c967c9b320a6 -C extra-filename=-94dc5f1c2866f467 --out-dir /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-00acb75db488dd75.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`
52052026-07-16T22:42:16.415Z 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=1048444be8c64c55 -C extra-filename=-ffdb6229bcee9f5c --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-00acb75db488dd75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:16.450Z 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=a1622cea8914cf57 -C extra-filename=-c9eacfb6f7eb4ea0 --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-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
52072026-07-16T22:42:16.455Z 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=868aa06a476254d3 -C extra-filename=-a11c398135570153 --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-cdb9a996f4073e2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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-c43277cde92877f6.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`
52082026-07-16T22:42:16.771Z 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=183964bd0095d159 -C extra-filename=-219e2cd6fc619dcc --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-5c1967d3209b1f0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
52092026-07-16T22:42:17.091Z 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=6fdb0f0ea5f7e325 -C extra-filename=-f84b1ab5115142a9 --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-3828ed9f7c740f74.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-cdb9a996f4073e2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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-c43277cde92877f6.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`
52102026-07-16T22:42:17.128Z 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=78983de81f0f75b9 -C extra-filename=-1e7f58cea20969c9 --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-3828ed9f7c740f74.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-cdb9a996f4073e2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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-c43277cde92877f6.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`
52112026-07-16T22:42:18.511Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
52122026-07-16T22:42:18.514Z 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=101f6c3543965452 -C extra-filename=-4af9281e768f6173 --out-dir /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-3828ed9f7c740f74.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.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`
52132026-07-16T22:42:18.578Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
52142026-07-16T22:42:18.584Z 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=593d962b6361c18d -C extra-filename=-74c85f9eda481f9a --out-dir /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-55f5d4afce3d242a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-8bb2dd58f636140d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-dbef0926a2f6c86b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-a879f84dfa0d7b67.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
52152026-07-16T22:42:18.614Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
52162026-07-16T22:42:18.644Z 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=1277ca8e845a7214 -C extra-filename=-1f4432a1b7d931af --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65bdc1bfe569ae0e.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f50808110d9c9ca.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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`
52172026-07-16T22:42:18.659Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
52182026-07-16T22:42:18.660Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7764566eafccc343 -C extra-filename=-c814c5bf8c399b7b --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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.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=/usr/lib/amd64`
52192026-07-16T22:42:18.890Z 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=b8211e7cf0810289 -C extra-filename=-a2a1bef438e83a07 --out-dir /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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65bdc1bfe569ae0e.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f50808110d9c9ca.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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`
52202026-07-16T22:42:18.944Z 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=2f8e5e8cf4c40db9 -C extra-filename=-0f34d87564e7ceae --out-dir /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-5c1967d3209b1f0d.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-724921aff3a5a609.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.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-47744c16ff29c52e.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-72c96b2b7e03a967.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-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-0ceda6a763c7479b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
52212026-07-16T22:42:19.683Z 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=80765d40b1d2deaf -C extra-filename=-7cb43d17e5d87995 --out-dir /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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-72c96b2b7e03a967.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-0ffbe722cdc81f97.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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-75022602542b1ad9.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.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-c43277cde92877f6.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)'`
52222026-07-16T22:42:19.750Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
52232026-07-16T22:42:19.754Z 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=da04cb75364944eb -C extra-filename=-8d9e39d182030183 --out-dir /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-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52242026-07-16T22:42:19.794Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52252026-07-16T22:42:19.797Z 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=aae35b5058e7c2c7 -C extra-filename=-54697e5ab0fecc7b --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-3828ed9f7c740f74.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-146b6e1ef17ef086.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.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-72c96b2b7e03a967.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.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`
52262026-07-16T22:42:19.919Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52272026-07-16T22:42:19.922Z 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=a5f630d0b7f02e78 -C extra-filename=-79331f7b5547030c --out-dir /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-5c1967d3209b1f0d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.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`
52282026-07-16T22:42:20.310Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
52292026-07-16T22:42:20.314Z 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=af0a50eaa2ce7816 -C extra-filename=-30fe023ed7ddd1a1 --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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52302026-07-16T22:42:21.888Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52312026-07-16T22:42:21.916Z 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=8142e8bb060698b3 -C extra-filename=-c9107307c8721b6d --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-8d9e39d182030183.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52322026-07-16T22:42:21.916Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
52332026-07-16T22:42:21.916Z 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=7de9e34860d288c7 -C extra-filename=-8ce7b443c74e009d --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-47744c16ff29c52e.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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52342026-07-16T22:42:21.917Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
52352026-07-16T22:42:21.917Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
52362026-07-16T22:42:21.917Z 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=a3ea6f1b41e42974 -C extra-filename=-6c28a25fc4844df1 --out-dir /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-eeae12a73a112a53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8bb2dd58f636140d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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`
52372026-07-16T22:42:21.917Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b933d10d31adbd95 -C extra-filename=-48f062f78f69e935 --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-00acb75db488dd75.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52382026-07-16T22:42:21.917Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
52392026-07-16T22:42:21.917Z 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=1ba8f9af47ca480c -C extra-filename=-579c7286f27cade5 --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-8d9e39d182030183.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52402026-07-16T22:42:21.917Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52412026-07-16T22:42:21.917Z 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=287fb43174d4918e -C extra-filename=-5ab42c15042b7b0a --out-dir /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-eeae12a73a112a53.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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 transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52422026-07-16T22:42:21.917Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52432026-07-16T22:42:21.918Z 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=50f5ededf46b867d -C extra-filename=-d574b7538ec879fa --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-3828ed9f7c740f74.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-54697e5ab0fecc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52442026-07-16T22:42:21.918Z 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=8f1986d06f10bf8c -C extra-filename=-5aaeabc6b8c0ff48 --out-dir /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-3828ed9f7c740f74.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.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`
52452026-07-16T22:42:21.919Z 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=4a5b62ee3e0f1e80 -C extra-filename=-a304416d11754178 --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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52462026-07-16T22:42:21.919Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e234655f9f486203 -C extra-filename=-f00451a74b482bc0 --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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.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`
52472026-07-16T22:42:21.940Z 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=895256714bfd27a8 -C extra-filename=-bd0c5b8600689bd7 --out-dir /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-55f5d4afce3d242a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-dbef0926a2f6c86b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-a879f84dfa0d7b67.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
52482026-07-16T22:42:22.200Z 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=694f8c425eda6455 -C extra-filename=-a58b2b6585ebc669 --out-dir /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-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52492026-07-16T22:42:22.455Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52502026-07-16T22:42:22.459Z 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=84f8a2f8ac9bb376 -C extra-filename=-20d2f70ea9bb014b --out-dir /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-7cb43d17e5d87995.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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.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`
52512026-07-16T22:42:22.761Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
52522026-07-16T22:42:22.764Z 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=001edcd9905ad3e2 -C extra-filename=-2aa888b2b5751a94 --out-dir /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-7cb43d17e5d87995.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2c98a2751b510572.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-4a3eb910ce9265bc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52532026-07-16T22:42:22.934Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
52542026-07-16T22:42:22.937Z 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=177e2ac9eef20f35 -C extra-filename=-ba9be7f775bee39f --out-dir /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-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.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-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
52552026-07-16T22:42:23.047Z 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=301421f53b2a92d3 -C extra-filename=-b7a342392fed3ed8 --out-dir /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-5c1967d3209b1f0d.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-579023c4d60148b0.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
52562026-07-16T22:42:23.180Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
52572026-07-16T22:42:23.183Z 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=0fedf47ecbc9466a -C extra-filename=-7751bc3011bfdbce --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-579c7286f27cade5.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52582026-07-16T22:42:23.232Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52592026-07-16T22:42:23.236Z 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=924749316c1c3ba2 -C extra-filename=-f14792a7d67f3270 --out-dir /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-47744c16ff29c52e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52602026-07-16T22:42:23.356Z 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=60e6d1ff3af16abc -C extra-filename=-1c48912fd86856ef --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-3828ed9f7c740f74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52612026-07-16T22:42:23.405Z 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=4737e012f5bfac78 -C extra-filename=-79b84c8ad9bac9af --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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:23.801Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52632026-07-16T22:42:23.801Z 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=71887937aa03466d -C extra-filename=-1f14279c5de58cfb --out-dir /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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-20d2f70ea9bb014b.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`
52642026-07-16T22:42:23.892Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52652026-07-16T22:42:23.892Z 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=0b14ea23a469a9ad -C extra-filename=-0fba39896bafb7b9 --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-8d9e39d182030183.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52662026-07-16T22:42:23.959Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
52672026-07-16T22:42:23.963Z 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=cbd0c4ebcc235f5f -C extra-filename=-5b2c43bd8079ee0c --out-dir /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-5c1967d3209b1f0d.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-ecf2fc345c1acad9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0f34d87564e7ceae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
52682026-07-16T22:42:24.006Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52692026-07-16T22:42:24.010Z 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=70c312798bfeba7d -C extra-filename=-047073d12058efd8 --out-dir /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-7cb43d17e5d87995.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-00acb75db488dd75.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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-741e283204d81d92.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-20d2f70ea9bb014b.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-c43277cde92877f6.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-c86c5e8e58ffa430.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`
52702026-07-16T22:42:24.049Z 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=9dc591106b2489b9 -C extra-filename=-6e0df7bfd5a92259 --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-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52712026-07-16T22:42:24.127Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f96885d3a3252c7 -C extra-filename=-016e9ecb17cf5ba5 --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-00acb75db488dd75.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52722026-07-16T22:42:24.163Z 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=2dd8333293ca9518 -C extra-filename=-d1384ccc67bb0b88 --out-dir /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-47744c16ff29c52e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f14792a7d67f3270.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:24.199Z 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=10656235cb9e7a7a -C extra-filename=-08a29e260934fe22 --out-dir /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-47744c16ff29c52e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52742026-07-16T22:42:24.499Z 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=34419de92241a226 -C extra-filename=-2950f85dafb42035 --out-dir /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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.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`
52752026-07-16T22:42:24.533Z 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=2299cb9bc17b44e1 -C extra-filename=-0ebf9d22733d36a9 --out-dir /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-7cb43d17e5d87995.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-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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-741e283204d81d92.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-20d2f70ea9bb014b.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-c43277cde92877f6.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-c86c5e8e58ffa430.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`
52762026-07-16T22:42:24.565Z 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=0b30d0923a949fc6 -C extra-filename=-33933dd712e61dc5 --out-dir /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-7cb43d17e5d87995.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2c98a2751b510572.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-4a3eb910ce9265bc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:24.693Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
52782026-07-16T22:42:24.697Z 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=98ff34f12e4b9e63 -C extra-filename=-faf4bbec7adcfeb9 --out-dir /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-7cb43d17e5d87995.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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`
52792026-07-16T22:42:24.762Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52802026-07-16T22:42:24.770Z 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=233e612d3d1562e4 -C extra-filename=-21164740c991f365 --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-72c96b2b7e03a967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52812026-07-16T22:42:24.905Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52822026-07-16T22:42:24.913Z 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=1bd385f0a634a47b -C extra-filename=-740d69e5fe127d57 --out-dir /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-146b6e1ef17ef086.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.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-6f63008d42a59760.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-20d2f70ea9bb014b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-7d2599b5b291405e.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-c43277cde92877f6.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-f869c5adb5fe9c31.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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/`
52832026-07-16T22:42:25.173Z 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=f684d1c5a2d3ee10 -C extra-filename=-91604b998dc077be --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-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52842026-07-16T22:42:25.439Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52852026-07-16T22:42:25.443Z 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=abe0bdca8a31c150 -C extra-filename=-8eb787780bbbe2d2 --out-dir /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-5c1967d3209b1f0d.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-7cb43d17e5d87995.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-00acb75db488dd75.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-acd5423646243a9c.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-faf4bbec7adcfeb9.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`
52862026-07-16T22:42:25.492Z 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=200b9e1d658c0475 -C extra-filename=-8b1b0dadadb3b4fc --out-dir /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-7cb43d17e5d87995.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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`
52872026-07-16T22:42:25.788Z 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=96378e19dabe258f -C extra-filename=-ec5d2bf3e47aa0a1 --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-8d9e39d182030183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52882026-07-16T22:42:25.805Z 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=1af85aa787809e14 -C extra-filename=-f3439b8dc7fdd54e --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-8d9e39d182030183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52892026-07-16T22:42:25.887Z 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=a0556924844a91b0 -C extra-filename=-e600531442f7e5bf --out-dir /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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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 toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
52902026-07-16T22:42:26.064Z 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=3b7a0d8f60f3658c -C extra-filename=-73f868ab5a6a5a18 --out-dir /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-eeae12a73a112a53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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`
52912026-07-16T22:42:26.311Z 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=42f406db01dbfb7c -C extra-filename=-e4914e576045a20d --out-dir /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-5c1967d3209b1f0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.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`
52922026-07-16T22:42:26.388Z 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=4879c39dbb35d443 -C extra-filename=-bc1c9004b1f72587 --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-8d9e39d182030183.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
52932026-07-16T22:42:26.392Z 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=fa7e9cd88ada7867 -C extra-filename=-1d51445cefcb3bc2 --out-dir /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-7cb43d17e5d87995.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-047073d12058efd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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-741e283204d81d92.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-20d2f70ea9bb014b.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-c43277cde92877f6.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-c86c5e8e58ffa430.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`
52942026-07-16T22:42:26.587Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52952026-07-16T22:42:26.587Z 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=8cdcc3528e5b54c7 -C extra-filename=-00a186c7916f9048 --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-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
52962026-07-16T22:42:27.098Z 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=19a255c89058a987 -C extra-filename=-2995d5afe27d8721 --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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
52972026-07-16T22:42:27.832Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52982026-07-16T22:42:27.859Z 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=dd751412470ef089 -C extra-filename=-e93c5c094c3aa9f7 --out-dir /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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0ffbe722cdc81f97.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-00a186c7916f9048.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
52992026-07-16T22:42:28.189Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
53002026-07-16T22:42:28.193Z 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=1761c135a0b9af2d -C extra-filename=-4c4d9b1bb1b182b5 --out-dir /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-5c1967d3209b1f0d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-00a186c7916f9048.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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`
53012026-07-16T22:42:28.376Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53022026-07-16T22:42:28.392Z 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=83d0f7ac4ab6feac -C extra-filename=-1cf7d9740d55e62a --out-dir /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-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-7d2599b5b291405e.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-c43277cde92877f6.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-f9aef24b8bef0a41.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.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`
53032026-07-16T22:42:28.568Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53042026-07-16T22:42:28.572Z 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=bde9d011cc712f19 -C extra-filename=-857014a266ff6244 --out-dir /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-30fe023ed7ddd1a1.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-579c7286f27cade5.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-eeae12a73a112a53.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f53c8d9537467c7b.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-0f8eec6f3100ca05.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-7cb43d17e5d87995.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-febf50b1810da258.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0e39179b60f73a21.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-a879f84dfa0d7b67.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53052026-07-16T22:42:29.065Z 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=8ecc97b7fc5451b0 -C extra-filename=-22c0ab5c41637ed7 --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.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-47744c16ff29c52e.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-72c96b2b7e03a967.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-0ceda6a763c7479b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
53062026-07-16T22:42:29.107Z 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=658526dbcf7285d2 -C extra-filename=-8c801ac714b96dcf --out-dir /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-5c1967d3209b1f0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-00a186c7916f9048.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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`
53072026-07-16T22:42:29.612Z 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=ba6aa564d71127cc -C extra-filename=-502d9b3fa12a326f --out-dir /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-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-7d2599b5b291405e.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-c43277cde92877f6.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-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.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`
53082026-07-16T22:42:29.960Z 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=ec65dc5a85b0adbf -C extra-filename=-df5f29af95f35c05 --out-dir /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-5c1967d3209b1f0d.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0f34d87564e7ceae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
53092026-07-16T22:42:29.965Z 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=0e42bb1e16765676 -C extra-filename=-9c50366bb8766017 --out-dir /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-5c1967d3209b1f0d.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0f34d87564e7ceae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
53102026-07-16T22:42:29.965Z 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=315484a1aa46d6e8 -C extra-filename=-211df834059a2ff3 --out-dir /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-5c1967d3209b1f0d.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0f34d87564e7ceae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
53112026-07-16T22:42:30.614Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53122026-07-16T22:42:30.618Z 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=f96140f28aded4c8 -C extra-filename=-20d020489ab07c97 --out-dir /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-55f5d4afce3d242a.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-8d9e39d182030183.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-724921aff3a5a609.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-47744c16ff29c52e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-789a9953d12eca7e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.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-74c85f9eda481f9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-acd5423646243a9c.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-3a1456ff8630d196.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-a879f84dfa0d7b67.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.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`
53132026-07-16T22:42:30.842Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
53142026-07-16T22:42:30.846Z 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=61b4daa933c76ac5 -C extra-filename=-81df2122b69de37e --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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-e93c5c094c3aa9f7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-f869c5adb5fe9c31.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53152026-07-16T22:42:31.718Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
53162026-07-16T22:42:31.721Z 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=e2d2f8f2e840345e -C extra-filename=-3c2cada92c583b41 --out-dir /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-72c96b2b7e03a967.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-e93c5c094c3aa9f7.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.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`
53172026-07-16T22:42:32.212Z 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=f2bee46b6cb28bb9 -C extra-filename=-d4463388d70d7785 --out-dir /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-72c96b2b7e03a967.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.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`
53182026-07-16T22:42:32.212Z 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=e67f259770e390f8 -C extra-filename=-b5fc2f26f0e85818 --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-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53192026-07-16T22:42:32.314Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
53202026-07-16T22:42:32.317Z 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=e791575217ad1b02 -C extra-filename=-219425e21e23ca15 --out-dir /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-3828ed9f7c740f74.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-146b6e1ef17ef086.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-a31d758ca56a95ce.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-72c96b2b7e03a967.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-3c2cada92c583b41.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-9b3d65c162f15550.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-54697e5ab0fecc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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/`
53212026-07-16T22:42:32.629Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53222026-07-16T22:42:32.633Z 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=ec17181bfc931a9d -C extra-filename=-1ee4ec08f7a4c900 --out-dir /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-00acb75db488dd75.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-0ceda6a763c7479b.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-7d2599b5b291405e.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-c43277cde92877f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53232026-07-16T22:42:35.925Z 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=b7ee44f088cb2e87 -C extra-filename=-64152832bcafaf3f --out-dir /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-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-7d2599b5b291405e.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-c43277cde92877f6.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-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.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`
53242026-07-16T22:42:35.931Z 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=e35db3ceb7f29963 -C extra-filename=-8e92d77f7fa3e463 --out-dir /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-00acb75db488dd75.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-0ceda6a763c7479b.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-7d2599b5b291405e.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1ee4ec08f7a4c900.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53252026-07-16T22:42:35.932Z 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=35512ba56020ce1b -C extra-filename=-e4023293ee883499 --out-dir /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-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-7d2599b5b291405e.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-c43277cde92877f6.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-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.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`
53262026-07-16T22:42:35.933Z 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=29b1afe50739ec6f -C extra-filename=-d830e0f518da2cc9 --out-dir /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-00acb75db488dd75.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-0ceda6a763c7479b.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-7d2599b5b291405e.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1ee4ec08f7a4c900.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53272026-07-16T22:42:35.956Z 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=1b8a11c88e2cea5e -C extra-filename=-5df01fede3ebf2cc --out-dir /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-00acb75db488dd75.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-0ceda6a763c7479b.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-7d2599b5b291405e.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53282026-07-16T22:42:35.961Z 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=931c7b855c46c2e1 -C extra-filename=-80912088ac90ccec --out-dir /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-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-7d2599b5b291405e.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-c43277cde92877f6.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-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.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`
53292026-07-16T22:42:38.077Z 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=72ae5f0dd5786d45 -C extra-filename=-028440d6b978f3b7 --out-dir /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-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f53c8d9537467c7b.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-0f8eec6f3100ca05.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-7cb43d17e5d87995.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-febf50b1810da258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0e39179b60f73a21.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-a879f84dfa0d7b67.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-857014a266ff6244.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53302026-07-16T22:42:40.447Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53312026-07-16T22:42:40.447Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53322026-07-16T22:42:40.451Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53332026-07-16T22:42:40.451Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53342026-07-16T22:42:40.451Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53352026-07-16T22:42:40.451Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53362026-07-16T22:42:40.451Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53372026-07-16T22:42:40.451Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53382026-07-16T22:42:40.451Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53392026-07-16T22:42:40.451Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53402026-07-16T22:42:40.484Z 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=598974f403ded92d -C extra-filename=-af46f918fc513dbf --out-dir /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-47744c16ff29c52e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.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`
53412026-07-16T22:42:40.489Z 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=8dd67aa69066f1ed -C extra-filename=-38070303f6275196 --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-5c1967d3209b1f0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.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`
53422026-07-16T22:42:40.489Z 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=e1dee9992a2e2483 -C extra-filename=-87fc48c4db797880 --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-8d9e39d182030183.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
53432026-07-16T22:42:40.489Z 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=d2dd9913bafde478 -C extra-filename=-016c91f6f47a63ef --out-dir /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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-f53c8d9537467c7b.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-0f8eec6f3100ca05.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-30f9696b11ba3844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.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`
53442026-07-16T22:42:40.491Z 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=6bebfcb9bcd4db1a -C extra-filename=-13091776646bff3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:40.491Z 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=4c0e658b5120d76a -C extra-filename=-ad083277bdae0f67 --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-47744c16ff29c52e.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-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.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`
53462026-07-16T22:42:40.522Z 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=525214f706d1250f -C extra-filename=-6854fe35bb9ea461 --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-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53472026-07-16T22:42:40.554Z 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=3cdc2aa1d3484f86 -C extra-filename=-2295b8dc1ad4f219 --out-dir /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-55f5d4afce3d242a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-5ca1d961e567c480.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4fd3f6ffb2ea1d19.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-16T22:42:40.558Z 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=6d634d2c4bc94f76 -C extra-filename=-9f52f7a502004765 --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-47744c16ff29c52e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
53492026-07-16T22:42:40.558Z 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=3c3c286c6aafde69 -C extra-filename=-48adb393fc1bb133 --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-5c1967d3209b1f0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-0f8eec6f3100ca05.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-87fcee6cdc0bbbe2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
53502026-07-16T22:42:40.558Z 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=940420715ea9587e -C extra-filename=-03917786fe5fcca1 --out-dir /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-47744c16ff29c52e.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-0f8eec6f3100ca05.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-20d020489ab07c97.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0e39179b60f73a21.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`
53512026-07-16T22:42:42.437Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53522026-07-16T22:42:42.437Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53532026-07-16T22:42:42.441Z 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=58904598d98e1870 -C extra-filename=-b3eee0e364fa1353 --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-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-8827d9eb43afbbab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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`
53542026-07-16T22:42:42.442Z 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=fcf1b08ef1e49315 -C extra-filename=-b34e51034b678857 --out-dir /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-5c1967d3209b1f0d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
53552026-07-16T22:42:42.503Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53562026-07-16T22:42:42.508Z 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=21cc388723ad9f41 -C extra-filename=-b8b0fde0b17f5569 --out-dir /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-47744c16ff29c52e.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-af46f918fc513dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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 port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-26ab0e16a7b9a80e.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-741e283204d81d92.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.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-c86c5e8e58ffa430.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-56540526f4c85c22.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`
53572026-07-16T22:42:42.508Z 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=83ca54add8ba61a0 -C extra-filename=-e0e6e5565301f86f --out-dir /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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-794683267129d87f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-af46f918fc513dbf.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-febf50b1810da258.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-30f9696b11ba3844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f816ab49c6dae4be.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-acd5423646243a9c.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-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-54697e5ab0fecc7b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
53582026-07-16T22:42:42.608Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53592026-07-16T22:42:42.613Z 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=234c2c4016664cf1 -C extra-filename=-ffa7b4cc55044cb0 --out-dir /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-5c1967d3209b1f0d.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-724921aff3a5a609.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-f53c8d9537467c7b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-11901a36d6e49220.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-af46f918fc513dbf.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-18053cd4b9f3fcb2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
53602026-07-16T22:42:43.077Z 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=e3e967bb0e986cc4 -C extra-filename=-a8c0ae28f16800b9 --out-dir /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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-794683267129d87f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-af46f918fc513dbf.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-febf50b1810da258.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f816ab49c6dae4be.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-acd5423646243a9c.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-54697e5ab0fecc7b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
53612026-07-16T22:42:43.083Z 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=e09997ec3933a405 -C extra-filename=-3007cbf7ab5908d4 --out-dir /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-55f5d4afce3d242a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4fd3f6ffb2ea1d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
53622026-07-16T22:42:43.084Z 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=e8a7c1420e4e58c0 -C extra-filename=-bb2c9346227f013a --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-8d9e39d182030183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
53632026-07-16T22:42:43.109Z 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=5bc8096974aa9bc6 -C extra-filename=-bc7132774f0445c6 --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-47744c16ff29c52e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
53642026-07-16T22:42:43.113Z 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=b478e6f29b0715bd -C extra-filename=-ddec3221245250ac --out-dir /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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-af46f918fc513dbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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 port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-26ab0e16a7b9a80e.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.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-c86c5e8e58ffa430.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-56540526f4c85c22.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`
53652026-07-16T22:42:43.114Z 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=7eeec31f82c753c0 -C extra-filename=-a190a0cf92bcd9cb --out-dir /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-47744c16ff29c52e.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-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.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`
53662026-07-16T22:42:43.142Z 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=c3b7b73fade083b6 -C extra-filename=-014661f16c911f26 --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-5c1967d3209b1f0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.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`
53672026-07-16T22:42:43.146Z 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=4368c11455a79209 -C extra-filename=-8f8ad646239bc9e6 --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-47744c16ff29c52e.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-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.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`
53682026-07-16T22:42:43.146Z 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=49755b37e320bcca -C extra-filename=-9f114d9665fade9d --out-dir /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-47744c16ff29c52e.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-0f8eec6f3100ca05.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-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0e39179b60f73a21.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`
53692026-07-16T22:42:43.147Z 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=245065c734769a32 -C extra-filename=-6106b35de9f189c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-4af9281e768f6173.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`
53702026-07-16T22:42:43.371Z 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=cdd5c18aa94cc53d -C extra-filename=-02056bb71b4d3676 --out-dir /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-47744c16ff29c52e.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-0f8eec6f3100ca05.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-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0e39179b60f73a21.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-03917786fe5fcca1.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`
53712026-07-16T22:42:43.440Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
53722026-07-16T22:42:43.443Z 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=b796910e818669a1 -C extra-filename=-e25af58169ade96c --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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-16T22:42:43.628Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53742026-07-16T22:42:43.631Z 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=8558e1d123c38a20 -C extra-filename=-36ce63ebce1c8ac9 --out-dir /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-5c1967d3209b1f0d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c9eb82e23a1101c6.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-0f8eec6f3100ca05.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-f869c5adb5fe9c31.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/`
53752026-07-16T22:42:44.013Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
53762026-07-16T22:42:44.013Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
53772026-07-16T22:42:44.016Z 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=56a547cae015b89f -C extra-filename=-8952335af4a1edc6 --out-dir /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-5c1967d3209b1f0d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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`
53782026-07-16T22:42:44.016Z 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=7afcb387500188d8 -C extra-filename=-af44c4cf0fdc0f71 --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-b8b0fde0b17f5569.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
53792026-07-16T22:42:44.622Z 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=643a5435aee791d3 -C extra-filename=-850c151c3ca57826 --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-448f1f00cf2b0d5d.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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-56540526f4c85c22.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53802026-07-16T22:42:44.626Z 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=6971c5269363d594 -C extra-filename=-d81e4d08cb90462c --out-dir /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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
53812026-07-16T22:42:44.626Z 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=e5dcac3cb7bbb074 -C extra-filename=-136f0013a51de275 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-7d2599b5b291405e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c43277cde92877f6.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`
53822026-07-16T22:42:44.626Z 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=19bd69c8b52ee179 -C extra-filename=-8e30696b69db1aae --out-dir /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-72c96b2b7e03a967.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-b1eb5f98128de3e5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-470c1c741a20fe73.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/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-16T22:42:44.654Z 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=44f0445ad3f73ad2 -C extra-filename=-1c29d5da17d219e5 --out-dir /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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-56540526f4c85c22.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53842026-07-16T22:42:44.654Z 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=29e036015e60ae18 -C extra-filename=-240e414781da05ae --out-dir /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-7cb43d17e5d87995.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.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`
53852026-07-16T22:42:44.655Z 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=5d1897cca74ecaf2 -C extra-filename=-a13e8720afd5e34e --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
53862026-07-16T22:42:44.659Z 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=af1f0189c63e55d7 -C extra-filename=-fd06822a2ab9b520 --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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
53872026-07-16T22:42:44.913Z 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=e817c09ad99b2f34 -C extra-filename=-30ffd5ae0e58d04a --out-dir /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-af44c4cf0fdc0f71.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-56540526f4c85c22.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53882026-07-16T22:42:44.917Z 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=2d9dce9b41d9f290 -C extra-filename=-ab945d956e1e9ec2 --out-dir /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-af44c4cf0fdc0f71.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-56540526f4c85c22.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
53892026-07-16T22:42:45.161Z 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=9419b8b8af6ee687 -C extra-filename=-0ef32fb32c0c108d --out-dir /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-146b6e1ef17ef086.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-740d69e5fe127d57.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.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-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-7d2599b5b291405e.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-c43277cde92877f6.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-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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/`
53902026-07-16T22:42:45.267Z 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=ee06fffd7f585bc5 -C extra-filename=-5ccb54195bcee2a2 --out-dir /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-5c1967d3209b1f0d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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`
53912026-07-16T22:42:45.585Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53922026-07-16T22:42:45.589Z 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=ed4be92a8054efad -C extra-filename=-fb0dcf94cb55cc43 --out-dir /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-5c1967d3209b1f0d.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-016c91f6f47a63ef.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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-f869c5adb5fe9c31.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.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`
53932026-07-16T22:42:45.622Z 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=7b54a7dffe6cfc85 -C extra-filename=-e0379f4aedd6c00a --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
53942026-07-16T22:42:45.879Z 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=36ff2db628b6bdfe -C extra-filename=-d31eb6debe2635ba --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.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-47744c16ff29c52e.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-72c96b2b7e03a967.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-0ceda6a763c7479b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
53952026-07-16T22:42:45.919Z 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=eebcd92f750c094c -C extra-filename=-f049722f91d0bb03 --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.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-47744c16ff29c52e.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-72c96b2b7e03a967.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-0ceda6a763c7479b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
53962026-07-16T22:42:45.974Z 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=861404cab1f539f1 -C extra-filename=-a6101436351aa429 --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.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-47744c16ff29c52e.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-72c96b2b7e03a967.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-0ceda6a763c7479b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
53972026-07-16T22:42:46.050Z 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=b665ca6bc110c25b -C extra-filename=-937d5d353a4f82a4 --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
53982026-07-16T22:42:46.506Z 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=01c45ef7b82b508a -C extra-filename=-9e9e205ea1745927 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
53992026-07-16T22:42:46.739Z 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=b6f65618a47e834a -C extra-filename=-fe272948bbabf6c6 --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
54002026-07-16T22:42:46.769Z 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=f9df8b617ac2ad85 -C extra-filename=-2d1d77e315bc2ddd --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
54012026-07-16T22:42:46.805Z 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=aef0fbca285cff25 -C extra-filename=-48546a6f88aa55f5 --out-dir /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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
54022026-07-16T22:42:47.528Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
54032026-07-16T22:42:47.534Z 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=177bac103aecfdb0 -C extra-filename=-46c9a692fcd79a21 --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-47744c16ff29c52e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-0f8eec6f3100ca05.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-03917786fe5fcca1.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/`
54042026-07-16T22:42:47.563Z 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=faef5a1e9a1b897e -C extra-filename=-396bd859f83e6b7a --out-dir /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-5c1967d3209b1f0d.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-146b6e1ef17ef086.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-789a9953d12eca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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-c43277cde92877f6.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-18053cd4b9f3fcb2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54052026-07-16T22:42:47.818Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
54062026-07-16T22:42:47.822Z 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=3bcf06824db5b5d5 -C extra-filename=-2806d9465bec5e14 --out-dir /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-3828ed9f7c740f74.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-79331f7b5547030c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-219425e21e23ca15.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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/`
54072026-07-16T22:42:48.475Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
54082026-07-16T22:42:48.479Z 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=da935d17c7d23ab7 -C extra-filename=-9248cc74a49c85ee --out-dir /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-8ce7b443c74e009d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.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-ecf2fc345c1acad9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-579023c4d60148b0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-ecdaea56814571f2.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-c9eb82e23a1101c6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c54e167823b5092.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-abb7f7c974abb6a5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.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-00a186c7916f9048.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54092026-07-16T22:42:48.624Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
54102026-07-16T22:42:48.655Z 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=932b7b43520d83b4 -C extra-filename=-84633fa999766d39 --out-dir /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-3faee7b1c39bb530.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.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`
54112026-07-16T22:42:48.659Z 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=9b30cd563d864a0c -C extra-filename=-5221a6698f5cf106 --out-dir /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-72c96b2b7e03a967.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-b1eb5f98128de3e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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=/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`
54122026-07-16T22:42:48.739Z 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=d64658bb9e6b8b43 -C extra-filename=-b4c0446828f4065d --out-dir /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-3828ed9f7c740f74.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-57fdd260842c60f7.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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-a3549fa7b647f84c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
54132026-07-16T22:42:49.737Z 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=a88a32a2e9c23785 -C extra-filename=-8939645d66604ca1 --out-dir /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-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
54142026-07-16T22:42:49.773Z 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=1945640efc686892 -C extra-filename=-fbe48433587be482 --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-b8fbe7ea8fbd163e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3828ed9f7c740f74.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-146b6e1ef17ef086.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.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-72c96b2b7e03a967.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-54697e5ab0fecc7b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d574b7538ec879fa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
54152026-07-16T22:42:49.811Z 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=bcab1b63d559d6d9 -C extra-filename=-c87a0de4f080ebc5 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
54162026-07-16T22:42:50.939Z 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=744d422ec551876c -C extra-filename=-347dee4d90e0bd78 --out-dir /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-3828ed9f7c740f74.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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-a34093a339eb93dc.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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`
54172026-07-16T22:42:51.119Z 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=b7146413b54ae31d -C extra-filename=-dc29419172fd6f4f --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
54182026-07-16T22:42:51.744Z 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=6cb68fde3fcc57d3 -C extra-filename=-b94a6728941a8c2d --out-dir /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-5c1967d3209b1f0d.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-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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-f869c5adb5fe9c31.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.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`
54192026-07-16T22:42:51.814Z 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=541aebf3360af7cf -C extra-filename=-49ef55a431fd4c51 --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-ffa7b4cc55044cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54202026-07-16T22:42:51.882Z 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=fc10b982111d51ad -C extra-filename=-8b9d5a408427430d --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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/`
54212026-07-16T22:42:54.534Z 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=ea33abe4ee83d88b -C extra-filename=-ef5414e64f5a2acb --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
54222026-07-16T22:42:54.835Z 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=9f445f357166eaf5 -C extra-filename=-5ba06d357672c014 --out-dir /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-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-7cb43d17e5d87995.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-740d69e5fe127d57.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-febf50b1810da258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0e39179b60f73a21.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-857014a266ff6244.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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/`
54232026-07-16T22:42:56.120Z 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=1df4f2e07dbafb8f -C extra-filename=-30ab242e2975563d --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-c9eb82e23a1101c6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-03917786fe5fcca1.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-f869c5adb5fe9c31.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/`
54242026-07-16T22:42:56.270Z 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=614076f441138d8d -C extra-filename=-603c3d1a6c1efcba --out-dir /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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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/`
54252026-07-16T22:42:56.831Z 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=bd71c4fb3c229f26 -C extra-filename=-e93591ca4d9fdb41 --out-dir /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-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-7cb43d17e5d87995.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-740d69e5fe127d57.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-febf50b1810da258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0e39179b60f73a21.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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/`
54262026-07-16T22:42:57.036Z 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=548f153f3e120296 -C extra-filename=-bc514e784df903d7 --out-dir /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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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/`
54272026-07-16T22:42:57.682Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
54282026-07-16T22:42:57.686Z 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=22bc0ac5eb9a3353 -C extra-filename=-ebbcfd6e16209b0a --out-dir /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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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/`
54292026-07-16T22:43:00.078Z 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=dca01e7584df1619 -C extra-filename=-c5b4379d07566d00 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-c9eb82e23a1101c6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-03917786fe5fcca1.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-f869c5adb5fe9c31.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/`
54302026-07-16T22:43:00.520Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
54312026-07-16T22:43:00.530Z 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=5f117dfa6fab201e -C extra-filename=-1044188ccb89a653 --out-dir /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-146b6e1ef17ef086.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-396bd859f83e6b7a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0ceda6a763c7479b.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-db93ad9036e9b6d2.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-54697e5ab0fecc7b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d574b7538ec879fa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54322026-07-16T22:43:00.650Z 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=c1a54a53b1befc41 -C extra-filename=-701322bd6dbf56fe --out-dir /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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-af46f918fc513dbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-b1eb5f98128de3e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-396bd859f83e6b7a.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-a34093a339eb93dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54332026-07-16T22:43:00.742Z 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=2c67a902db6d99cd -C extra-filename=-a1bbf39d77f41a49 --out-dir /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-5c1967d3209b1f0d.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-146b6e1ef17ef086.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-789a9953d12eca7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-396bd859f83e6b7a.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-4af9281e768f6173.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-c43277cde92877f6.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-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54342026-07-16T22:43:00.954Z 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=927fba89a7c8839a -C extra-filename=-6451534b1702af38 --out-dir /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-5c1967d3209b1f0d.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-146b6e1ef17ef086.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-789a9953d12eca7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-396bd859f83e6b7a.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-4af9281e768f6173.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-c43277cde92877f6.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-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54352026-07-16T22:43:01.016Z 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=a1650fe7ea90871e -C extra-filename=-0f0e9eae31f24493 --out-dir /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-00acb75db488dd75.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-396bd859f83e6b7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54362026-07-16T22:43:01.615Z 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=bc605bd8ae006b3a -C extra-filename=-48542ba109531edb --out-dir /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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-af46f918fc513dbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-b1eb5f98128de3e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-396bd859f83e6b7a.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-a34093a339eb93dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54372026-07-16T22:43:01.796Z 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=09455f62946ae3cd -C extra-filename=-2e47137c27e1125b --out-dir /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-5c1967d3209b1f0d.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-146b6e1ef17ef086.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-789a9953d12eca7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-396bd859f83e6b7a.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-4af9281e768f6173.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-c43277cde92877f6.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-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54382026-07-16T22:43:02.323Z 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=fa4affa292876b85 -C extra-filename=-274c5f0ec4779fdf --out-dir /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-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-7cb43d17e5d87995.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-740d69e5fe127d57.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-febf50b1810da258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0e39179b60f73a21.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-857014a266ff6244.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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/`
54392026-07-16T22:43:02.634Z 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=c5d0e51bd2038d3c -C extra-filename=-828238e0aa4956bc --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c9eb82e23a1101c6.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-0f8eec6f3100ca05.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-f869c5adb5fe9c31.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/`
54402026-07-16T22:43:02.915Z 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=209a3db7ed34c798 -C extra-filename=-681ef6834ea30cf3 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-c9eb82e23a1101c6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-03917786fe5fcca1.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-f869c5adb5fe9c31.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/`
54412026-07-16T22:43:03.382Z 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=74d53cc53d122e53 -C extra-filename=-f15841875d6f6784 --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-47744c16ff29c52e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-0f8eec6f3100ca05.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-03917786fe5fcca1.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/`
54422026-07-16T22:43:03.507Z 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=4f3d09ba988b2c97 -C extra-filename=-4e14bb450ff30629 --out-dir /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-5c1967d3209b1f0d.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-146b6e1ef17ef086.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-789a9953d12eca7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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-c43277cde92877f6.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-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
54432026-07-16T22:43:04.310Z 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=de9829d161f330da -C extra-filename=-a8bf097b6b9cdefe --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
54442026-07-16T22:43:04.696Z 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=0c428b564b10d615 -C extra-filename=-0711d9c953220829 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
54452026-07-16T22:43:04.793Z 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=7bbd546d1b38eba3 -C extra-filename=-2fb8e4b1d6841c5d --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
54462026-07-16T22:43:06.100Z 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=21c3b85867d15729 -C extra-filename=-f5481816941cafaf --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
54472026-07-16T22:43:06.651Z 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=6dbd0e1d633a3516 -C extra-filename=-eb627431e3eac2ef --out-dir /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-b8fbe7ea8fbd163e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3828ed9f7c740f74.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-146b6e1ef17ef086.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-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.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-72c96b2b7e03a967.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-3c2cada92c583b41.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-9b3d65c162f15550.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-54697e5ab0fecc7b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d574b7538ec879fa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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/`
54482026-07-16T22:43:07.145Z 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=9eb7d8a081aa9563 -C extra-filename=-6190207f4a04fad0 --out-dir /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-5c1967d3209b1f0d.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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-3a1456ff8630d196.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`
54492026-07-16T22:43:07.436Z 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=cce3000be72bca95 -C extra-filename=-b7a245c35df7ca20 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
54502026-07-16T22:43:07.500Z 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=51fad31ab17c7401 -C extra-filename=-9cb0932a2bba1d6f --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
54512026-07-16T22:43:07.790Z 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=18bc2c2364003c04 -C extra-filename=-1f68be3f779dba00 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-7d2599b5b291405e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c43277cde92877f6.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`
54522026-07-16T22:43:08.142Z 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=1e8cce40dbc98342 -C extra-filename=-9099258046adb971 --out-dir /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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0ffbe722cdc81f97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
54532026-07-16T22:43:09.906Z 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=144fd6ea07390114 -C extra-filename=-d12b17e189f087f0 --out-dir /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-72c96b2b7e03a967.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-b1eb5f98128de3e5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-470c1c741a20fe73.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/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`
54542026-07-16T22:43:10.902Z 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=3c0d6e6ae14807f0 -C extra-filename=-ebca2b7f75b2a7fd --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-8827d9eb43afbbab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
54552026-07-16T22:43:11.271Z 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=dff28b5943217ad5 -C extra-filename=-e808c4bb0bb3a787 --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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54562026-07-16T22:43:11.639Z 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=0d23cf4240a8c1b2 -C extra-filename=-b83dc0658798b05d --out-dir /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-5c1967d3209b1f0d.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-7cb43d17e5d87995.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-faf4bbec7adcfeb9.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`
54572026-07-16T22:43:12.736Z 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=e657b637e6d8792c -C extra-filename=-ada34506d71a4e36 --out-dir /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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-20d2f70ea9bb014b.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`
54582026-07-16T22:43:13.026Z 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=5969608822566c18 -C extra-filename=-78672836806ce6f3 --out-dir /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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54592026-07-16T22:43:14.185Z 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=4c2865487aeead05 -C extra-filename=-de72e5167ecfb03c --out-dir /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-55f5d4afce3d242a.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-8d9e39d182030183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-47744c16ff29c52e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.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-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-acd5423646243a9c.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-3a1456ff8630d196.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-a879f84dfa0d7b67.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.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`
54602026-07-16T22:43:15.067Z 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=1881c24fe2b7e92d -C extra-filename=-c7ffb10566c87dcd --out-dir /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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-0ffbe722cdc81f97.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-75022602542b1ad9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-acd5423646243a9c.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-4af9281e768f6173.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-c43277cde92877f6.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)'`
54612026-07-16T22:43:15.330Z 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=3157fc25418b41b7 -C extra-filename=-a7da161f80c8f87c --out-dir /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-5c1967d3209b1f0d.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-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
54622026-07-16T22:43:17.917Z 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=f27af774309a9fd2 -C extra-filename=-a59bcf6ee723208d --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-b8fbe7ea8fbd163e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3828ed9f7c740f74.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-146b6e1ef17ef086.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.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-72c96b2b7e03a967.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-d574b7538ec879fa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
54632026-07-16T22:43:19.751Z 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=a97c25ea1d7272b6 -C extra-filename=-a8694d6148a74ec2 --out-dir /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-146b6e1ef17ef086.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.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-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-7d2599b5b291405e.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-c43277cde92877f6.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-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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/`
54642026-07-16T22:43:20.149Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
54652026-07-16T22:43:20.152Z 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=d6db08e77d4dbd39 -C extra-filename=-2c846983e818ad1d --out-dir /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-47744c16ff29c52e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54662026-07-16T22:43:21.060Z 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=4eeb0cbad2ed5082 -C extra-filename=-0542dff07b79727b --out-dir /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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54672026-07-16T22:43:21.106Z 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=cc6cbf08b0360f39 -C extra-filename=-b3f086d12a0ebe23 --out-dir /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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54682026-07-16T22:43:25.461Z 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=f2f4b5e40986d245 -C extra-filename=-a0f92d504bde2a44 --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-8d9e39d182030183.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-741e283204d81d92.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-4af9281e768f6173.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`
54692026-07-16T22:43:29.684Z 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=fa33fc5ab9c9158a -C extra-filename=-8cb707d1d8fbec46 --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-e0e6e5565301f86f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54702026-07-16T22:43:30.196Z 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=e911224b9419c155 -C extra-filename=-dcdcca1c61fc072e --out-dir /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-5c1967d3209b1f0d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f41cdf7287f8a579.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54712026-07-16T22:43:30.585Z 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=70e5b74485f3320d -C extra-filename=-65e5e5af54b355dd --out-dir /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-74441cbe9b8d31b2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-8cb707d1d8fbec46.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f9f2cc1aaa9c4dcc.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`
54722026-07-16T22:43:33.148Z 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=da7d12fb5b781751 -C extra-filename=-c81f3abb577fc39a --out-dir /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-5c1967d3209b1f0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f41cdf7287f8a579.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/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`
54732026-07-16T22:43:33.153Z 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=7a89339de02d6aa8 -C extra-filename=-936f5e15e2310a8a --out-dir /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-e0e6e5565301f86f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54742026-07-16T22:43:33.153Z 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=bb07dfd75034d5cc -C extra-filename=-2b6d867de4658a42 --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-e0e6e5565301f86f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54752026-07-16T22:43:33.154Z 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=f5d968889891d213 -C extra-filename=-efefb0dd09a24742 --out-dir /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-74441cbe9b8d31b2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-8cb707d1d8fbec46.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f9f2cc1aaa9c4dcc.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`
54762026-07-16T22:43:33.586Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
54772026-07-16T22:43:33.589Z 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=cd457ff2b71bcbd3 -C extra-filename=-1a5bdb7c31e90a0c --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-448f1f00cf2b0d5d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54782026-07-16T22:43:34.420Z 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=e9b7e8c4eb3bc834 -C extra-filename=-8f6fc885fcf1edb8 --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-3b758545fee92184.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54792026-07-16T22:43:34.508Z 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=002b563eda1019a0 -C extra-filename=-562a7fc33302a15d --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-448f1f00cf2b0d5d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54802026-07-16T22:43:38.945Z 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=04c013ae2a47739b -C extra-filename=-1af07b7c0a5aef50 --out-dir /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-3b758545fee92184.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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-65e5e5af54b355dd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-8cb707d1d8fbec46.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.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-30f9696b11ba3844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-acd5423646243a9c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-3a1456ff8630d196.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-54697e5ab0fecc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
54812026-07-16T22:43:38.985Z 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=ab7c76b14c573524 -C extra-filename=-607d87b5af07e582 --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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`
54822026-07-16T22:43:39.027Z 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=248bc1c59f4ab62c -C extra-filename=-f906dc05974f1c70 --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-8d9e39d182030183.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-a0f92d504bde2a44.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-741e283204d81d92.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-4af9281e768f6173.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`
54832026-07-16T22:43:39.035Z 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=06515f18fbfca526 -C extra-filename=-25445d88f06faedf --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
54842026-07-16T22:43:39.037Z 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=cbb71b0805c85c28 -C extra-filename=-fd0a944e18f771d6 --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-8d9e39d182030183.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-a0f92d504bde2a44.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-741e283204d81d92.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-4af9281e768f6173.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`
54852026-07-16T22:43:39.039Z 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=52c28c814e4078d8 -C extra-filename=-4c0c98b3e105e0b4 --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
54862026-07-16T22:43:39.040Z 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=384a656b0ca583e4 -C extra-filename=-3f219b87a79bd2af --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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`
54872026-07-16T22:43:39.045Z 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=9b59998f25ea353d -C extra-filename=-384649ff639506cd --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
54882026-07-16T22:43:39.058Z 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=51a260c2dd757bcd -C extra-filename=-b7a03fe47f2d9397 --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-8d9e39d182030183.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-741e283204d81d92.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-4af9281e768f6173.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`
54892026-07-16T22:43:39.089Z 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=ec08bd40aa4e388b -C extra-filename=-ea0c50a822e5d644 --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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`
54902026-07-16T22:43:39.089Z 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=294ff65354e1a816 -C extra-filename=-c59b7895b76deb8f --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
54912026-07-16T22:43:39.102Z 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=63419592a16ba521 -C extra-filename=-4bbc45f6be154604 --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
54922026-07-16T22:43:39.121Z 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=c189bbfbcc285bbc -C extra-filename=-feb0b792b6bf9841 --out-dir /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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.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`
54932026-07-16T22:43:39.125Z 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=527d27dd540ff700 -C extra-filename=-367f4358ba7208ba --out-dir /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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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`
54942026-07-16T22:43:39.128Z 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=c16dd0a43c5bc2ac -C extra-filename=-e6917721ba482ef0 --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-8d9e39d182030183.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-a0f92d504bde2a44.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-741e283204d81d92.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-4af9281e768f6173.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`
54952026-07-16T22:44:10.335Z 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=fdd1602a57020739 -C extra-filename=-0b3ad0966b6c2a46 --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-8d9e39d182030183.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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`
54962026-07-16T22:44:10.335Z 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=d386c5b677098619 -C extra-filename=-2d8eb9187b17a0d3 --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-5c1967d3209b1f0d.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-e0e6e5565301f86f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3b5f31a8c2f0e488.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`
54972026-07-16T22:44:10.342Z 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=6c5126062dd76d12 -C extra-filename=-40db59e4c0aca871 --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-5ca1d961e567c480.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-4af9281e768f6173.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=/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-16T22:44:10.375Z 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=2f43380565b89141 -C extra-filename=-3f7b8d80cac95816 --out-dir /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-1af07b7c0a5aef50.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
54992026-07-16T22:44:10.417Z 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=3081d0ce94b4604f -C extra-filename=-bcb2a551f75384e5 --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-5c1967d3209b1f0d.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-1af07b7c0a5aef50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.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`
55002026-07-16T22:44:10.419Z 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=d2a5a976c5855f78 -C extra-filename=-fd5dbbc23c87d293 --out-dir /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-e0e6e5565301f86f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
55012026-07-16T22:44:10.440Z 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=25a9468a3a2e69c6 -C extra-filename=-37a4fcfbc9e1b2fd --out-dir /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-f53c8d9537467c7b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
55022026-07-16T22:44:10.809Z 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=20f747d42b8f3060 -C extra-filename=-7412f96967b9d4f4 --out-dir /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-8d9e39d182030183.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-5c1967d3209b1f0d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-46c9a692fcd79a21.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b7a342392fed3ed8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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-56540526f4c85c22.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-a34093a339eb93dc.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`
55032026-07-16T22:44:12.176Z 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=f2be879208145b4f -C extra-filename=-1244d9416123bafd --out-dir /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-5c1967d3209b1f0d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.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-72c96b2b7e03a967.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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-4a3eb910ce9265bc.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`
55042026-07-16T22:44:14.214Z 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=d9d3abac851d2455 -C extra-filename=-5669c9da092d4aa3 --out-dir /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-5c1967d3209b1f0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-e0e6e5565301f86f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-79331f7b5547030c.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-f869c5adb5fe9c31.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`
55052026-07-16T22:44:14.409Z 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=7c83f50b13e2a357 -C extra-filename=-d610c0dd2e94db1e --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-3b758545fee92184.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
55062026-07-16T22:44:14.413Z 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=cde36fa3e1dac8e5 -C extra-filename=-e782b8ec9a325712 --out-dir /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-f53c8d9537467c7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
55072026-07-16T22:44:14.413Z 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=26ac8e5975593606 -C extra-filename=-e1125e3e4de8ce97 --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-8d9e39d182030183.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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`
55082026-07-16T22:44:14.439Z 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=b6e202465006f1d0 -C extra-filename=-1e76a1df22b6bbd5 --out-dir /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-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
55092026-07-16T22:44:14.444Z 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=20f5d39297489612 -C extra-filename=-31269b2b348bca19 --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-3b758545fee92184.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
55102026-07-16T22:44:14.444Z 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=97f6ed8e825c3b53 -C extra-filename=-241ad45623d7ea1b --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-5ca1d961e567c480.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-4af9281e768f6173.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=/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`
55112026-07-16T22:44:14.472Z 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=d63aaa8504f79602 -C extra-filename=-06ca8f5ce9741a52 --out-dir /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-8d9e39d182030183.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-5c1967d3209b1f0d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-46c9a692fcd79a21.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b7a342392fed3ed8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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-56540526f4c85c22.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-a34093a339eb93dc.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`
55122026-07-16T22:44:14.476Z 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=53310f4ebd6ef3f1 -C extra-filename=-e7d2b242722f7685 --out-dir /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-3b758545fee92184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
55132026-07-16T22:44:15.828Z 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=d3249928101a3e48 -C extra-filename=-2eec598bb1da1d12 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7412f96967b9d4f4.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c54e167823b5092.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-07e5ee65e17f180a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-6fc8dd2b6bff30d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
55142026-07-16T22:44:15.833Z 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=61e47f672b5d70dc -C extra-filename=-72d1d0710eeeccaf --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-5c1967d3209b1f0d.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-65e5e5af54b355dd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3b5f31a8c2f0e488.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`
55152026-07-16T22:44:15.859Z 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=685c049df65664b7 -C extra-filename=-5d3518723f92d968 --out-dir /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-3b758545fee92184.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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b994b2f2e9fff9a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-65e5e5af54b355dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-8cb707d1d8fbec46.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-5ff8efa110d3ce34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
55162026-07-16T22:44:15.888Z 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=d5c98c7149fca580 -C extra-filename=-9011bbc76c25dd5b --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-3b758545fee92184.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-5ca1d961e567c480.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.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`
55172026-07-16T22:44:15.893Z 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=f3852aae28713719 -C extra-filename=-f7a18017be148109 --out-dir /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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7412f96967b9d4f4.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c54e167823b5092.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-07e5ee65e17f180a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
55182026-07-16T22:44:15.982Z 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=70f515a200b88cbd -C extra-filename=-0d2d0ea426ad40eb --out-dir /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-5c1967d3209b1f0d.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-579023c4d60148b0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b7a342392fed3ed8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
55192026-07-16T22:44:15.986Z 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=2f65912e4595538f -C extra-filename=-e180f1d3f813e8fb --out-dir /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-5c1967d3209b1f0d.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-579023c4d60148b0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
55202026-07-16T22:44:16.399Z 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=348700edd8b1b8d1 -C extra-filename=-9e257b791a1a0fa4 --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-de3eb2debca04e6e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-3a1456ff8630d196.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-79331f7b5547030c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55212026-07-16T22:44:16.579Z 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=7710ae01bea52fd5 -C extra-filename=-d21460fa17b34610 --out-dir /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-47744c16ff29c52e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-87fcee6cdc0bbbe2.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-4a3eb910ce9265bc.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`
55222026-07-16T22:44:18.820Z 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=52a988fb68b3af46 -C extra-filename=-cb396d5b4004dc73 --out-dir /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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-79331f7b5547030c.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-f869c5adb5fe9c31.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`
55232026-07-16T22:44:18.853Z 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=29598f5c6b017928 -C extra-filename=-99c077cbf0ba8243 --out-dir /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-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ac5d00c9bea0068e.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-4af9281e768f6173.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`
55242026-07-16T22:44:18.854Z 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=80c989f949cd852c -C extra-filename=-501dac1277992a29 --out-dir /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-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ac5d00c9bea0068e.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-4af9281e768f6173.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`
55252026-07-16T22:44:18.917Z 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=543eb4656635b547 -C extra-filename=-c1954dce804e3926 --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.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-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-6b994b2f2e9fff9a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-b3483a0d075bb684.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-60ce014ad00cce0a.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55262026-07-16T22:46:54.935Z 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=22c1d5faeb102726 -C extra-filename=-df916b4c20b99528 --out-dir /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-1af07b7c0a5aef50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-396bd859f83e6b7a.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`
55272026-07-16T22:46:54.935Z 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=238d2b1d59246ce8 -C extra-filename=-f5fae2586f87579b --out-dir /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-47744c16ff29c52e.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-f53c8d9537467c7b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-46c9a692fcd79a21.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-af44c4cf0fdc0f71.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-56540526f4c85c22.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`
55282026-07-16T22:46:55.028Z 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=8ed4ea7fb20f9071 -C extra-filename=-fb98acd54adaf927 --out-dir /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-3b758545fee92184.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-579c7286f27cade5.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-5c1967d3209b1f0d.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-8bc003df75b0db37.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-a612911803bd2aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-47744c16ff29c52e.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-2ca3c8bee68cd45f.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-af46f918fc513dbf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f816ab49c6dae4be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-8f5ee7d68335cef9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-0ceda6a763c7479b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.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`
55292026-07-16T22:46:55.030Z 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=39c7060bdb0a6ac4 -C extra-filename=-8b9f25d125185d4d --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55302026-07-16T22:46:55.034Z 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=6bd427db1fba09f4 -C extra-filename=-cbb64189d4c88667 --out-dir /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-3b758545fee92184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-72c96b2b7e03a967.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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-4a3eb910ce9265bc.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`
55312026-07-16T22:46:55.035Z 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=e1dba92e17100612 -C extra-filename=-4e686a7c0c6ba3cd --out-dir /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-47744c16ff29c52e.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-f53c8d9537467c7b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-46c9a692fcd79a21.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-af44c4cf0fdc0f71.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-56540526f4c85c22.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`
55322026-07-16T22:46:55.045Z 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=97c98e4580c8a19f -C extra-filename=-f98d616542794b9f --out-dir /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-1af07b7c0a5aef50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-396bd859f83e6b7a.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`
55332026-07-16T22:46:55.046Z 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=bb60d561e1210319 -C extra-filename=-6d02407863811caa --out-dir /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-3b758545fee92184.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-579c7286f27cade5.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-5c1967d3209b1f0d.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-8bc003df75b0db37.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-a612911803bd2aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-47744c16ff29c52e.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-2ca3c8bee68cd45f.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-af46f918fc513dbf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f816ab49c6dae4be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-8f5ee7d68335cef9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-0ceda6a763c7479b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.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`
55342026-07-16T22:46:55.047Z 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=718e6a14d3dcb86c -C extra-filename=-6c33bf8e87b4f07c --out-dir /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-3b758545fee92184.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-579c7286f27cade5.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-5c1967d3209b1f0d.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-8bc003df75b0db37.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-a612911803bd2aaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-47744c16ff29c52e.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-2ca3c8bee68cd45f.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-af46f918fc513dbf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f816ab49c6dae4be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-8f5ee7d68335cef9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-0ceda6a763c7479b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.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`
55352026-07-16T22:46:55.048Z 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=f1a99cf0fea3b650 -C extra-filename=-8371db8b0a87fc07 --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.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-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-6b994b2f2e9fff9a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-b3483a0d075bb684.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-60ce014ad00cce0a.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55362026-07-16T22:46:55.053Z 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=153d1550d4ddd942 -C extra-filename=-f949c86bd71f8516 --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.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-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-6b994b2f2e9fff9a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-b3483a0d075bb684.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-60ce014ad00cce0a.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55372026-07-16T22:46:55.054Z 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=90039e6e64d5e339 -C extra-filename=-b4dfa1fcc13e9c04 --out-dir /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-47744c16ff29c52e.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-f53c8d9537467c7b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-46c9a692fcd79a21.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
55382026-07-16T22:46:55.073Z 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=09ba8de7dddbe2c0 -C extra-filename=-473ce8cb11838c15 --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.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-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-6b994b2f2e9fff9a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-b3483a0d075bb684.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-60ce014ad00cce0a.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55392026-07-16T22:46:55.138Z 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=8049ee5654d9fb98 -C extra-filename=-763a7aa96f1129c7 --out-dir /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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
55402026-07-16T22:49:04.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 11s
55412026-07-16T22:49:05.081Z
55422026-07-16T22:49:05.085Zreal 8:11.655504537
55432026-07-16T22:49:05.085Zuser 1:23:01.369131001
55442026-07-16T22:49:05.085Zsys 22:00.780540127
55452026-07-16T22:49:05.085Ztrap 2.262268838
55462026-07-16T22:49:05.085Ztflt 3.062402135
55472026-07-16T22:49:05.085Zdflt 20.915325815
55482026-07-16T22:49:05.085Zkflt 0.016563378
55492026-07-16T22:49:05.085Zlock 5:06:32.641890064
55502026-07-16T22:49:05.085Zslp 5:21:20.420341666
55512026-07-16T22:49:05.085Zlat 2:21.782036564
55522026-07-16T22:49:05.085Zstop 33:02.559206076
55532026-07-16T22:49:05.085Z++ ls -t /home/build/.cargo/log/20260716T224052705Z-e4292872132ecfd0.jsonl
55542026-07-16T22:49:05.089Z++ head -1
55552026-07-16T22:49:05.089Z+ cp /home/build/.cargo/log/20260716T224052705Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
55562026-07-16T22:49:05.096Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
55572026-07-16T22:49:05.096Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
55582026-07-16T22:49:05.099Z++ mktemp -d /tmp/nextest-state.XXXXXX
55592026-07-16T22:49:05.099Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.IsaOPs
55602026-07-16T22:49:05.099Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
55612026-07-16T22:49:05.099Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
55622026-07-16T22:49:05.099Z+ mkdir -p /tmp/nextest-recording-config
55632026-07-16T22:49:05.103Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
55642026-07-16T22:49:05.103Z+ export NEXTEST_STATE_DIR
55652026-07-16T22:49:05.103Z+ banner test
55662026-07-16T22:49:05.103Z
55672026-07-16T22:49:05.103Z ##### ###### #### #####
55682026-07-16T22:49:05.103Z # # # #
55692026-07-16T22:49:05.103Z # ##### #### #
55702026-07-16T22:49:05.103Z # # # #
55712026-07-16T22:49:05.103Z # # # # #
55722026-07-16T22:49:05.103Z # ###### #### #
55732026-07-16T22:49:05.103Z
55742026-07-16T22:49:05.103Z+ NEXTEST_EXIT=0
55752026-07-16T22:49:05.103Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
55762026-07-16T22:49:06.297Zinfo: experimental features enabled: setup-scripts, benchmarks
55772026-07-16T22:49:07.676Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
55782026-07-16T22:49:07.867Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
55792026-07-16T22:49:07.899Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55802026-07-16T22:49:07.927Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
55812026-07-16T22:49:19.056Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.74s
55822026-07-16T22:49:20.150Z────────────
55832026-07-16T22:49:20.150Z Nextest run ID 1f5ad14f-4cbc-433a-8f4b-0fc56962a41b with nextest profile: ci
55842026-07-16T22:49:20.150Z Starting 3039 tests across 242 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
55852026-07-16T22:49:20.158Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
55862026-07-16T22:49:20.906Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
55872026-07-16T22:49:21.024Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
55882026-07-16T22:49:21.035Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
55892026-07-16T22:49:21.039Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
55902026-07-16T22:49:21.062Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
55912026-07-16T22:49:21.081Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
55922026-07-16T22:49:21.081Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
55932026-07-16T22:49:21.119Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
55942026-07-16T22:49:21.138Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
55952026-07-16T22:49:21.295Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
55962026-07-16T22:49:21.348Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
55972026-07-16T22:49:21.662Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
55982026-07-16T22:49:21.993Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
55992026-07-16T22:49:22.558Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
56002026-07-16T22:49:22.608Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
56012026-07-16T22:49:22.621Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
56022026-07-16T22:49:22.721Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
56032026-07-16T22:49:29.757Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
56042026-07-16T22:49:29.757Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
56052026-07-16T22:49:30.562Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
56062026-07-16T22:49:30.563Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
56072026-07-16T22:49:39.278Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
56082026-07-16T22:49:47.286Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
56092026-07-16T22:49:48.860Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56102026-07-16T22:49:50.521Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
56112026-07-16T22:49:59.339Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.17s
56122026-07-16T22:49:59.464Z Running `target/debug/crdb-seed`
56132026-07-16T22:49:59.524ZJul 16 22:49:58.844 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpLLFBAj
56142026-07-16T22:49:59.528ZJul 16 22:49:58.844 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp6DbP3V,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpLLFBAj/listen-url --max-sql-memory 256MiB
56152026-07-16T22:49:59.528ZJul 16 22:49:58.845 INFO cockroach environment: BUILDOMAT_JOB_ID=01KXPH601RD3MNS3GWKT9A13BV 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_BRANCH=dependabot/cargo/diesel-2.3.10 GITHUB_REF=refs/heads/dependabot/cargo/diesel-2.3.10 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=cfb5b3af7addba321b7421c4ef3d906a42d1dc07 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-envcqyJ0W 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=1f5ad14f-4cbc-433a-8f4b-0fc56962a41b NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.IsaOPs 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
56162026-07-16T22:49:59.961ZJul 16 22:49:59.282 INFO cockroach pid: 10103
56172026-07-16T22:49:59.961ZJul 16 22:49:59.282 INFO cockroach listen URL: postgresql://root@[::1]:33596/omicron?sslmode=disable
56182026-07-16T22:49:59.965ZJul 16 22:49:59.286 INFO cockroach: populating
56192026-07-16T22:50:01.022ZJul 16 22:50:00.343 INFO cockroach: populated
56202026-07-16T22:50:02.048ZJul 16 22:50:01.367 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/449db10c5fe69967779fef391d4bb4b79b2ea420bc55a9931df81ca16427a7f9.tar`
56212026-07-16T22:50:02.054Z SETUP PASS [ 41.904s] crdb-seed: cargo run -p crdb-seed --profile test
56222026-07-16T22:50:02.058Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
56232026-07-16T22:50:02.790Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
56242026-07-16T22:50:02.795Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56252026-07-16T22:50:04.075Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
56262026-07-16T22:50:04.971Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56272026-07-16T22:50:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
56282026-07-16T22:50:15.391Z Running `target/debug/clickhouse-cluster-dev`
56292026-07-16T22:50:15.450ZJul 16 22:50:14.749 INFO Setting up a ClickHouse cluster
56302026-07-16T22:50:15.482ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
56312026-07-16T22:50:15.483ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
56322026-07-16T22:50:15.483ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
56332026-07-16T22:50:15.483ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
56342026-07-16T22:50:15.483ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
56352026-07-16T22:50:15.782ZJul 16 22:50:15.091 INFO ClickHouse server ready
56362026-07-16T22:50:15.906ZJul 16 22:50:15.210 INFO ClickHouse server ready
56372026-07-16T22:50:18.144ZJul 16 22:50:16.907 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
56382026-07-16T22:50:18.225Z SETUP PASS [ 15.540s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
56392026-07-16T22:50:18.226Z PASS [ 0.023s] ( 1/3039) api_identity test::test_identity
56402026-07-16T22:50:18.226Z PASS [ 0.024s] ( 2/3039) api_identity test::test_identity_no_field
56412026-07-16T22:50:18.226Z PASS [ 0.025s] ( 3/3039) authz-macros tests::test_authz_snapshots
56422026-07-16T22:50:18.226Z PASS [ 0.016s] ( 4/3039) bootstore schemes::tests::hello_roundtrip
56432026-07-16T22:50:18.226Z PASS [ 0.014s] ( 5/3039) bootstore schemes::v0::share_pkg::tests::create_packages
56442026-07-16T22:50:18.226Z PASS [ 0.012s] ( 6/3039) bootstore trust_quorum::rack_secret::tests::create_and_verify
56452026-07-16T22:50:18.226Z PASS [ 0.038s] ( 7/3039) bootstore schemes::v0::peer::tests::network_config
56462026-07-16T22:50:18.226Z PASS [ 0.014s] ( 8/3039) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
56472026-07-16T22:50:18.716Z PASS [ 1.050s] ( 9/3039) bootstore schemes::v0::peer::tests::basic_3_nodes
56482026-07-16T22:50:18.797Z PASS [ 0.101s] ( 10/3039) cert-dev::test-cert-dev test_cert_create
56492026-07-16T22:50:18.884Z PASS [ 0.075s] ( 11/3039) clickana chart::tests::gather_chart_data_failure
56502026-07-16T22:50:18.914Z PASS [ 0.013s] ( 12/3039) clickana chart::tests::gather_chart_data_for_disk_usage_success
56512026-07-16T22:50:18.914Z PASS [ 0.011s] ( 13/3039) clickana chart::tests::gather_chart_data_for_memory_tracking_success
56522026-07-16T22:50:18.925Z PASS [ 0.014s] ( 14/3039) clickana chart::tests::gather_chart_data_for_query_count_success
56532026-07-16T22:50:18.925Z PASS [ 0.012s] ( 15/3039) clickana chart::tests::gather_chart_data_for_running_queries_success
56542026-07-16T22:50:18.947Z PASS [ 0.014s] ( 16/3039) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
56552026-07-16T22:50:18.957Z PASS [ 0.014s] ( 17/3039) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
56562026-07-16T22:50:18.957Z PASS [ 0.014s] ( 18/3039) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
56572026-07-16T22:50:18.971Z PASS [ 0.014s] ( 19/3039) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
56582026-07-16T22:50:18.998Z PASS [ 0.018s] ( 20/3039) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
56592026-07-16T22:50:19.029Z PASS [ 0.018s] ( 21/3039) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
56602026-07-16T22:50:19.029Z PASS [ 1.327s] ( 22/3039) bootstore::v0-fsm-proptest-learner run
56612026-07-16T22:50:19.043Z PASS [ 0.020s] ( 23/3039) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
56622026-07-16T22:50:19.043Z PASS [ 0.019s] ( 24/3039) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
56632026-07-16T22:50:19.059Z PASS [ 0.020s] ( 25/3039) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
56642026-07-16T22:50:19.059Z PASS [ 0.023s] ( 26/3039) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
56652026-07-16T22:50:19.084Z PASS [ 0.020s] ( 27/3039) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
56662026-07-16T22:50:19.084Z PASS [ 0.024s] ( 28/3039) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
56672026-07-16T22:50:19.101Z PASS [ 0.021s] ( 29/3039) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
56682026-07-16T22:50:19.136Z PASS [ 0.028s] ( 30/3039) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
56692026-07-16T22:50:19.136Z PASS [ 0.021s] ( 31/3039) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
56702026-07-16T22:50:19.149Z PASS [ 0.024s] ( 32/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
56712026-07-16T22:50:19.176Z PASS [ 0.033s] ( 33/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
56722026-07-16T22:50:19.199Z PASS [ 0.077s] ( 34/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
56732026-07-16T22:50:19.216Z PASS [ 0.027s] ( 35/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
56742026-07-16T22:50:19.216Z PASS [ 0.028s] ( 36/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
56752026-07-16T22:50:19.233Z PASS [ 0.025s] ( 37/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
56762026-07-16T22:50:19.246Z PASS [ 0.026s] ( 38/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
56772026-07-16T22:50:19.246Z PASS [ 0.026s] ( 39/3039) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
56782026-07-16T22:50:19.276Z PASS [ 0.022s] ( 40/3039) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
56792026-07-16T22:50:19.277Z PASS [ 0.022s] ( 41/3039) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
56802026-07-16T22:50:19.303Z PASS [ 0.023s] ( 42/3039) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
56812026-07-16T22:50:19.303Z PASS [ 0.024s] ( 43/3039) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
56822026-07-16T22:50:19.316Z PASS [ 0.028s] ( 44/3039) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
56832026-07-16T22:50:19.352Z PASS [ 0.028s] ( 45/3039) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
56842026-07-16T22:50:19.352Z PASS [ 0.027s] ( 46/3039) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
56852026-07-16T22:50:19.387Z PASS [ 0.027s] ( 47/3039) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
56862026-07-16T22:50:19.388Z PASS [ 0.024s] ( 48/3039) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
56872026-07-16T22:50:19.388Z PASS [ 0.027s] ( 49/3039) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
56882026-07-16T22:50:19.415Z PASS [ 0.028s] ( 50/3039) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
56892026-07-16T22:50:19.415Z PASS [ 0.042s] ( 51/3039) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
56902026-07-16T22:50:19.495Z PASS [ 0.038s] ( 52/3039) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
56912026-07-16T22:50:19.496Z PASS [ 0.016s] ( 53/3039) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
56922026-07-16T22:50:19.567Z PASS [ 0.017s] ( 54/3039) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
56932026-07-16T22:50:19.567Z PASS [ 0.018s] ( 55/3039) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
56942026-07-16T22:50:19.567Z PASS [ 0.017s] ( 56/3039) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
56952026-07-16T22:50:19.568Z PASS [ 0.017s] ( 57/3039) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
56962026-07-16T22:50:19.568Z PASS [ 0.017s] ( 58/3039) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
56972026-07-16T22:50:19.568Z PASS [ 0.047s] ( 59/3039) db-dev::test-db-dev test_db_dev_populate_no_args
56982026-07-16T22:50:19.583Z PASS [ 0.045s] ( 60/3039) db-dev::test-db-dev test_db_dev_wipe_no_args
56992026-07-16T22:50:20.360Z PASS [ 2.656s] ( 61/3039) bootstore::v0-fsm-proptest-rack-coordinator run
57002026-07-16T22:50:20.410Z PASS [ 0.050s] ( 62/3039) db-macros lookup::test::test_lookup_snapshots
57012026-07-16T22:50:20.433Z PASS [ 0.035s] ( 63/3039) db-macros tests::test_derive_metadata_identity_fails_for_enums
57022026-07-16T22:50:20.471Z PASS [ 0.033s] ( 64/3039) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
57032026-07-16T22:50:20.525Z PASS [ 0.031s] ( 65/3039) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
57042026-07-16T22:50:20.535Z PASS [ 0.034s] ( 66/3039) db-macros tests::test_derive_metadata_identity_fails_without_table_name
57052026-07-16T22:50:20.568Z PASS [ 0.033s] ( 67/3039) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
57062026-07-16T22:50:20.601Z PASS [ 0.027s] ( 68/3039) db-macros tests::test_derive_snapshots
57072026-07-16T22:50:20.642Z PASS [ 0.027s] ( 69/3039) db-macros tests::test_derive_with_unknown_field
57082026-07-16T22:50:20.726Z PASS [ 0.099s] ( 70/3039) dns-server storage::test::test_update_basic
57092026-07-16T22:50:20.834Z PASS [ 0.105s] ( 71/3039) dns-server storage::test::test_update_in_progress
57102026-07-16T22:50:20.911Z PASS [ 0.087s] ( 72/3039) dns-server storage::test::test_update_interrupted
57112026-07-16T22:50:21.052Z PASS [ 0.115s] ( 73/3039) dns-server storage::test::test_zone_gets_soa_record
57122026-07-16T22:50:21.198Z PASS [ 0.155s] ( 74/3039) dns-server::basic_test a_crud
57132026-07-16T22:50:21.356Z PASS [ 0.174s] ( 75/3039) dns-server::basic_test aaaa_crud
57142026-07-16T22:50:21.534Z PASS [ 0.141s] ( 76/3039) dns-server::basic_test answers_match_question
57152026-07-16T22:50:21.655Z PASS [ 0.156s] ( 77/3039) dns-server::basic_test empty_record
57162026-07-16T22:50:21.795Z PASS [ 0.137s] ( 78/3039) dns-server::basic_test multi_record_crud
57172026-07-16T22:50:21.933Z PASS [ 0.125s] ( 79/3039) dns-server::basic_test name_contains_zone
57182026-07-16T22:50:22.042Z PASS [ 0.126s] ( 80/3039) dns-server::basic_test nxdomain
57192026-07-16T22:50:22.250Z PASS [ 0.206s] ( 81/3039) dns-server::basic_test servfail
57202026-07-16T22:50:22.629Z PASS [ 0.287s] ( 82/3039) dns-server::basic_test soa
57212026-07-16T22:50:22.651Z PASS [ 3.126s] ( 83/3039) db-dev::test-db-dev test_db_killed
57222026-07-16T22:50:22.669Z PASS [ 0.117s] ( 84/3039) dns-server::basic_test srv_crud
57232026-07-16T22:50:22.818Z PASS [ 0.180s] ( 85/3039) dns-server::cross_version_test cross_version_works
57242026-07-16T22:50:22.834Z PASS [ 0.018s] ( 86/3039) ereport-types tests::test_arb_json_deserializes
57252026-07-16T22:50:22.846Z PASS [ 0.016s] ( 87/3039) ereport-types tests::test_ena_from_str
57262026-07-16T22:50:22.883Z PASS [ 0.017s] ( 88/3039) ereport-types tests::test_ena_from_str_roundtrip
57272026-07-16T22:50:22.895Z PASS [ 0.017s] ( 89/3039) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
57282026-07-16T22:50:22.909Z PASS [ 0.018s] ( 90/3039) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
57292026-07-16T22:50:22.929Z PASS [ 0.019s] ( 91/3039) gfss gf256::tests::test_all_multiplication
57302026-07-16T22:50:22.937Z PASS [ 0.019s] ( 92/3039) gfss gf256::tests::test_all_multiplicative_inverses
57312026-07-16T22:50:22.963Z PASS [ 0.019s] ( 93/3039) gfss gf256::tests::test_docs_example
57322026-07-16T22:50:25.865Z PASS [ 3.215s] ( 94/3039) dnsadm::commands_test test_dnsadm
57332026-07-16T22:50:28.336Z PASS [ 2.422s] ( 95/3039) gfss shamir::tests::split_and_combine
57342026-07-16T22:50:28.358Z PASS [ 0.019s] ( 96/3039) gfss shamir::tests::test_share_reconstruction
57352026-07-16T22:50:28.358Z PASS [ 0.033s] ( 97/3039) illumos-utils destructor::test::test_delayed_delete
57362026-07-16T22:50:29.103Z PASS [ 0.759s] ( 98/3039) illumos-utils destructor::test::test_delayed_delete_with_error
57372026-07-16T22:50:29.121Z PASS [ 0.025s] ( 99/3039) illumos-utils destructor::test::test_destructor_bad_close
57382026-07-16T22:50:29.150Z PASS [ 0.025s] ( 100/3039) illumos-utils link::test::test_allocate
57392026-07-16T22:50:29.258Z PASS [ 0.109s] ( 101/3039) illumos-utils link::test::test_allocate_within_scopes
57402026-07-16T22:50:29.292Z PASS [ 0.029s] ( 102/3039) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
57412026-07-16T22:50:29.318Z PASS [ 0.026s] ( 103/3039) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
57422026-07-16T22:50:29.349Z PASS [ 0.031s] ( 104/3039) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
57432026-07-16T22:50:29.364Z PASS [ 0.023s] ( 105/3039) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
57442026-07-16T22:50:29.391Z PASS [ 0.026s] ( 106/3039) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
57452026-07-16T22:50:29.428Z PASS [ 0.030s] ( 107/3039) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
57462026-07-16T22:50:29.456Z PASS [ 0.023s] ( 108/3039) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
57472026-07-16T22:50:29.474Z PASS [ 0.026s] ( 109/3039) illumos-utils running_zone::tests::test_is_oxide_smf_service
57482026-07-16T22:50:29.503Z PASS [ 0.028s] ( 110/3039) illumos-utils svcs::tests::test_svc_parse_empty_success
57492026-07-16T22:50:29.537Z PASS [ 0.030s] ( 111/3039) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
57502026-07-16T22:50:29.557Z PASS [ 0.028s] ( 112/3039) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
57512026-07-16T22:50:29.586Z PASS [ 0.026s] ( 113/3039) illumos-utils svcs::tests::test_svc_parse_success
57522026-07-16T22:50:29.615Z PASS [ 0.026s] ( 114/3039) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
57532026-07-16T22:50:29.640Z PASS [ 0.026s] ( 115/3039) illumos-utils svcs::tests::test_to_enabled_not_online
57542026-07-16T22:50:29.679Z PASS [ 0.024s] ( 116/3039) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
57552026-07-16T22:50:29.712Z PASS [ 0.047s] ( 117/3039) illumos-utils zfs::test::directory_mutability
57562026-07-16T22:50:29.751Z PASS [ 0.043s] ( 118/3039) illumos-utils zfs::test::get_values_of_rpool
57572026-07-16T22:50:29.780Z PASS [ 0.027s] ( 119/3039) illumos-utils zfs::test::parse_dataset_bad_avail
57582026-07-16T22:50:29.814Z PASS [ 0.025s] ( 120/3039) illumos-utils zfs::test::parse_dataset_bad_quota
57592026-07-16T22:50:29.830Z PASS [ 0.024s] ( 121/3039) illumos-utils zfs::test::parse_dataset_bad_reservation
57602026-07-16T22:50:29.855Z PASS [ 0.025s] ( 122/3039) illumos-utils zfs::test::parse_dataset_bad_usage
57612026-07-16T22:50:29.889Z PASS [ 0.028s] ( 123/3039) illumos-utils zfs::test::parse_dataset_bad_uuid
57622026-07-16T22:50:29.915Z PASS [ 0.025s] ( 124/3039) illumos-utils zfs::test::parse_dataset_missing_fields
57632026-07-16T22:50:29.945Z PASS [ 0.028s] ( 125/3039) illumos-utils zfs::test::parse_dataset_props
57642026-07-16T22:50:29.963Z PASS [ 0.026s] ( 126/3039) illumos-utils zfs::test::parse_dataset_props_with_optionals
57652026-07-16T22:50:29.997Z PASS [ 0.027s] ( 127/3039) illumos-utils zfs::test::parse_dataset_too_many_columns
57662026-07-16T22:50:30.015Z PASS [ 0.026s] ( 128/3039) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
57672026-07-16T22:50:30.040Z PASS [ 0.025s] ( 129/3039) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
57682026-07-16T22:50:30.069Z PASS [ 0.026s] ( 130/3039) illumos-utils zfs::test::parse_quota_ignored_if_default
57692026-07-16T22:50:30.098Z PASS [ 0.028s] ( 131/3039) illumos-utils zfs::test::parse_reservation_ignored_if_default
57702026-07-16T22:50:30.127Z PASS [ 0.027s] ( 132/3039) illumos-utils zfs::test::parse_sorts_and_dedups
57712026-07-16T22:50:30.161Z PASS [ 0.024s] ( 133/3039) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
57722026-07-16T22:50:30.180Z PASS [ 0.027s] ( 134/3039) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
57732026-07-16T22:50:30.209Z PASS [ 0.033s] ( 135/3039) illumos-utils zfs::test::props_needing_update_none_matches_unset
57742026-07-16T22:50:30.231Z PASS [ 0.025s] ( 136/3039) illumos-utils zfs::test::props_needing_update_oxide_uuid
57752026-07-16T22:50:30.262Z PASS [ 0.027s] ( 137/3039) illumos-utils zfs::test::props_needing_update_skips_matching_values
57762026-07-16T22:50:30.293Z PASS [ 0.026s] ( 138/3039) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
57772026-07-16T22:50:30.311Z PASS [ 0.025s] ( 139/3039) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
57782026-07-16T22:50:30.341Z PASS [ 0.032s] ( 140/3039) illumos-utils zone::tests::delete_nonexistent_address
57792026-07-16T22:50:30.366Z PASS [ 0.024s] ( 141/3039) illumos-utils zone::tests::test_parse_ip_network
57802026-07-16T22:50:30.399Z PASS [ 0.026s] ( 142/3039) illumos-utils zpool::test::test_parse_zpool
57812026-07-16T22:50:30.416Z PASS [ 0.025s] ( 143/3039) illumos-utils zpool::test::test_parse_zpool_missing_column
57822026-07-16T22:50:31.895Z PASS [ 1.478s] ( 144/3039) installinator mock_peers::tests::proptest_fetch_artifact
57832026-07-16T22:50:31.922Z PASS [ 0.026s] ( 145/3039) installinator peers::tests::iter_no_preferred_preserves_btree_order
57842026-07-16T22:50:31.949Z PASS [ 0.025s] ( 146/3039) installinator peers::tests::last_known_peer_preferred
57852026-07-16T22:50:31.974Z PASS [ 0.025s] ( 147/3039) installinator peers::tests::last_known_peer_stale
57862026-07-16T22:50:32.130Z PASS [ 9.171s] ( 148/3039) gfss polynomial::tests::test_polynomial_eval
57872026-07-16T22:50:32.186Z PASS [ 0.049s] ( 149/3039) installinator-common block_size_writer::tests::proptest_block_writer
57882026-07-16T22:50:32.349Z PASS [ 0.171s] ( 150/3039) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
57892026-07-16T22:50:32.503Z PASS [ 0.149s] ( 151/3039) internal-dns-resolver resolver::test::insert_and_lookup_one_record
57902026-07-16T22:50:32.623Z PASS [ 0.129s] ( 152/3039) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
57912026-07-16T22:50:32.865Z PASS [ 0.235s] ( 153/3039) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
57922026-07-16T22:50:32.874Z PASS [ 13.347s] ( 154/3039) db-dev::test-db-dev test_db_run
57932026-07-16T22:50:32.952Z PASS [ 0.979s] ( 155/3039) installinator write::tests::proptest_write_artifact
57942026-07-16T22:50:33.027Z PASS [ 0.159s] ( 156/3039) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
57952026-07-16T22:50:33.040Z PASS [ 0.019s] ( 157/3039) internal-dns-types config::test::display_hosts
57962026-07-16T22:50:33.058Z PASS [ 0.195s] ( 158/3039) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
57972026-07-16T22:50:33.072Z PASS [ 0.017s] ( 159/3039) internal-dns-types config::test::display_srv_service
57982026-07-16T22:50:33.077Z PASS [ 0.021s] ( 160/3039) internal-dns-types config::test::host_zone_switch_publishes_all_services
57992026-07-16T22:50:33.082Z PASS [ 0.021s] ( 161/3039) internal-dns-types config::test::test_builder_errors
58002026-07-16T22:50:33.103Z PASS [ 0.020s] ( 162/3039) internal-dns-types config::test::test_builder_output
58012026-07-16T22:50:33.132Z PASS [ 0.020s] ( 163/3039) internal-dns-types diff::test::diff_different
58022026-07-16T22:50:33.132Z PASS [ 0.157s] ( 164/3039) internal-dns-resolver resolver::test::update_record
58032026-07-16T22:50:33.132Z PASS [ 0.018s] ( 165/3039) internal-dns-types diff::test::diff_equivalent
58042026-07-16T22:50:33.132Z PASS [ 0.018s] ( 166/3039) internal-dns-types diff::test::diff_invalid
58052026-07-16T22:50:33.143Z PASS [ 0.018s] ( 167/3039) ipcc tests::deserialize_fixed_value
58062026-07-16T22:50:33.143Z PASS [ 0.019s] ( 168/3039) ipcc tests::installinator_image_id_round_trip
58072026-07-16T22:50:33.143Z PASS [ 0.018s] ( 169/3039) ipcc tests::serialized_size
58082026-07-16T22:50:33.153Z PASS [ 0.019s] ( 170/3039) key-manager tests::different_disks_produce_different_keys
58092026-07-16T22:50:33.201Z PASS [ 0.023s] ( 171/3039) key-manager tests::different_ikm_produces_different_keys
58102026-07-16T22:50:33.203Z PASS [ 0.021s] ( 172/3039) key-manager tests::disk_encryption_key_epoch_0
58112026-07-16T22:50:33.214Z PASS [ 0.020s] ( 173/3039) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
58122026-07-16T22:50:33.214Z PASS [ 0.040s] ( 174/3039) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
58132026-07-16T22:50:33.214Z PASS [ 0.038s] ( 175/3039) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
58142026-07-16T22:50:33.214Z PASS [ 0.049s] ( 176/3039) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
58152026-07-16T22:50:33.236Z PASS [ 0.034s] ( 177/3039) nexus-auth authn::external::session_cookie::test::test_get_token
58162026-07-16T22:50:33.248Z PASS [ 0.039s] ( 178/3039) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
58172026-07-16T22:50:33.255Z PASS [ 0.044s] ( 179/3039) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
58182026-07-16T22:50:33.264Z PASS [ 0.033s] ( 180/3039) nexus-auth authn::external::session_cookie::test::test_missing_cookie
58192026-07-16T22:50:33.273Z PASS [ 0.031s] ( 181/3039) nexus-auth authn::external::session_cookie::test::test_other_cookie
58202026-07-16T22:50:33.280Z PASS [ 0.031s] ( 182/3039) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
58212026-07-16T22:50:33.288Z PASS [ 0.027s] ( 183/3039) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
58222026-07-16T22:50:33.306Z PASS [ 0.029s] ( 184/3039) nexus-auth authn::external::session_cookie::test::test_valid_cookie
58232026-07-16T22:50:33.319Z PASS [ 0.030s] ( 185/3039) nexus-auth authn::external::spoof::test::test_make_header_value
58242026-07-16T22:50:33.328Z PASS [ 0.035s] ( 186/3039) nexus-auth authn::external::spoof::test::test_make_header_value_raw
58252026-07-16T22:50:33.339Z PASS [ 0.034s] ( 187/3039) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
58262026-07-16T22:50:33.352Z PASS [ 0.036s] ( 188/3039) nexus-auth authn::external::spoof::test::test_spoof_header_missing
58272026-07-16T22:50:33.358Z PASS [ 0.031s] ( 189/3039) nexus-auth authn::external::spoof::test::test_spoof_header_valid
58282026-07-16T22:50:33.373Z PASS [ 0.029s] ( 190/3039) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
58292026-07-16T22:50:33.384Z PASS [ 0.032s] ( 191/3039) nexus-auth authn::external::test::test_authn_sequence
58302026-07-16T22:50:33.390Z PASS [ 0.029s] ( 192/3039) nexus-auth authn::external::token::test::test_make_header_value
58312026-07-16T22:50:33.407Z PASS [ 0.026s] ( 193/3039) nexus-auth authn::external::token::test::test_token_header_bad_utf8
58322026-07-16T22:50:33.413Z PASS [ 0.027s] ( 194/3039) nexus-auth authn::external::token::test::test_token_header_missing
58332026-07-16T22:50:33.418Z PASS [ 0.032s] ( 195/3039) nexus-auth authn::external::token::test::test_token_header_valid
58342026-07-16T22:50:33.446Z PASS [ 0.036s] ( 196/3039) nexus-auth authn::test::test_internal_users
58352026-07-16T22:50:33.463Z PASS [ 15.850s] ( 197/3039) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
58362026-07-16T22:50:33.471Z PASS [ 0.048s] ( 198/3039) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
58372026-07-16T22:50:33.494Z PASS [ 0.065s] ( 199/3039) nexus-auth context::test::test_background_context
58382026-07-16T22:50:33.503Z PASS [ 0.090s] ( 200/3039) nexus-auth authz::context::test::test_unregistered_resource
58392026-07-16T22:50:33.525Z PASS [ 0.031s] ( 201/3039) nexus-config nexus_config::test::test_bad_authn_schemes
58402026-07-16T22:50:33.530Z PASS [ 0.065s] ( 202/3039) nexus-auth context::test::test_test_context
58412026-07-16T22:50:33.535Z PASS [ 0.034s] ( 203/3039) nexus-config nexus_config::test::test_config_bad_toml
58422026-07-16T22:50:33.548Z PASS [ 0.074s] ( 204/3039) nexus-auth context::test::test_child_context
58432026-07-16T22:50:33.557Z PASS [ 0.029s] ( 205/3039) nexus-config nexus_config::test::test_config_empty
58442026-07-16T22:50:33.562Z PASS [ 0.031s] ( 206/3039) nexus-config nexus_config::test::test_config_nonexistent
58452026-07-16T22:50:33.569Z PASS [ 0.036s] ( 207/3039) nexus-config nexus_config::test::test_deployment_config_schema
58462026-07-16T22:50:33.574Z PASS [ 0.033s] ( 208/3039) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
58472026-07-16T22:50:33.589Z PASS [ 0.031s] ( 209/3039) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
58482026-07-16T22:50:33.603Z PASS [ 0.039s] ( 210/3039) nexus-config nexus_config::test::test_repo_configs_are_valid
58492026-07-16T22:50:33.608Z PASS [ 0.035s] ( 211/3039) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
58502026-07-16T22:50:33.620Z PASS [ 0.053s] ( 212/3039) nexus-config nexus_config::test::test_valid
58512026-07-16T22:50:33.621Z PASS [ 0.036s] ( 213/3039) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
58522026-07-16T22:50:33.631Z PASS [ 0.029s] ( 214/3039) nexus-config postgres_config::test::test_all_addresses_single_host
58532026-07-16T22:50:33.646Z PASS [ 0.030s] ( 215/3039) nexus-config postgres_config::test::test_bad_url
58542026-07-16T22:50:33.722Z PASS [ 0.028s] ( 216/3039) nexus-config postgres_config::test::test_example_url
58552026-07-16T22:50:33.722Z PASS [ 0.030s] ( 217/3039) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
58562026-07-16T22:50:33.722Z PASS [ 0.028s] ( 218/3039) nexus-db-fixed-data test::test_allowlist_id_is_valid
58572026-07-16T22:50:33.722Z PASS [ 0.028s] ( 219/3039) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
58582026-07-16T22:50:33.722Z PASS [ 0.027s] ( 220/3039) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
58592026-07-16T22:50:33.724Z PASS [ 0.034s] ( 221/3039) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
58602026-07-16T22:50:33.724Z PASS [ 0.037s] ( 222/3039) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
58612026-07-16T22:50:33.733Z PASS [ 0.040s] ( 223/3039) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
58622026-07-16T22:50:33.733Z PASS [ 0.028s] ( 224/3039) nexus-db-model bytecount::test::test_bytecount_i64_conversions
58632026-07-16T22:50:33.733Z PASS [ 0.026s] ( 225/3039) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
58642026-07-16T22:50:33.755Z PASS [ 0.028s] ( 226/3039) nexus-db-model device_auth::test::test_generate_user_code
58652026-07-16T22:50:33.764Z PASS [ 0.030s] ( 227/3039) nexus-db-model instance_state::tests::test_from_str_roundtrips
58662026-07-16T22:50:33.764Z PASS [ 0.028s] ( 228/3039) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
58672026-07-16T22:50:33.770Z PASS [ 0.026s] ( 229/3039) nexus-db-model role_assignment::tests::test_role_assignment_from_database
58682026-07-16T22:50:33.797Z PASS [ 0.039s] ( 230/3039) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
58692026-07-16T22:50:33.808Z PASS [ 0.056s] ( 231/3039) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
58702026-07-16T22:50:33.819Z PASS [ 0.043s] ( 232/3039) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
58712026-07-16T22:50:33.852Z PASS [ 0.043s] ( 233/3039) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
58722026-07-16T22:50:33.860Z PASS [ 0.052s] ( 234/3039) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
58732026-07-16T22:50:33.867Z PASS [ 0.047s] ( 235/3039) nexus-db-model schema_versions::test::test_classify_create_index
58742026-07-16T22:50:33.881Z PASS [ 0.039s] ( 236/3039) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
58752026-07-16T22:50:33.956Z PASS [ 0.040s] ( 237/3039) nexus-db-model schema_versions::test::test_classify_dml_ignored
58762026-07-16T22:50:34.028Z PASS [ 0.048s] ( 238/3039) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
58772026-07-16T22:50:34.028Z PASS [ 0.045s] ( 239/3039) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
58782026-07-16T22:50:34.028Z PASS [ 0.031s] ( 240/3039) nexus-db-model schema_versions::test::test_known_versions
58792026-07-16T22:50:34.028Z PASS [ 0.042s] ( 241/3039) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
58802026-07-16T22:50:34.050Z PASS [ 0.036s] ( 242/3039) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
58812026-07-16T22:50:34.050Z PASS [ 0.042s] ( 243/3039) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
58822026-07-16T22:50:34.050Z PASS [ 0.088s] ( 244/3039) nexus-db-model schema_versions::test::test_migration_verification_files
58832026-07-16T22:50:34.050Z PASS [ 0.052s] ( 245/3039) nexus-db-model schema_versions::test::test_one_ddl_enforcement
58842026-07-16T22:50:34.050Z PASS [ 0.057s] ( 246/3039) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
58852026-07-16T22:50:34.051Z PASS [ 0.029s] ( 247/3039) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
58862026-07-16T22:50:34.083Z PASS [ 0.041s] ( 248/3039) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
58872026-07-16T22:50:34.103Z PASS [ 0.046s] ( 249/3039) nexus-db-model schema_versions::test::test_preprocess_storing
58882026-07-16T22:50:34.103Z PASS [ 0.045s] ( 250/3039) nexus-db-model schema_versions::test::test_preprocess_type_array
58892026-07-16T22:50:34.115Z PASS [ 0.035s] ( 251/3039) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
58902026-07-16T22:50:34.142Z PASS [ 0.040s] ( 252/3039) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
58912026-07-16T22:50:34.162Z PASS [ 0.043s] ( 253/3039) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
58922026-07-16T22:50:34.162Z PASS [ 0.028s] ( 254/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
58932026-07-16T22:50:34.162Z PASS [ 0.027s] ( 255/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
58942026-07-16T22:50:34.183Z PASS [ 0.029s] ( 256/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
58952026-07-16T22:50:34.183Z PASS [ 0.029s] ( 257/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
58962026-07-16T22:50:34.201Z PASS [ 0.032s] ( 258/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
58972026-07-16T22:50:34.201Z PASS [ 0.032s] ( 259/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
58982026-07-16T22:50:34.201Z PASS [ 0.033s] ( 260/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
58992026-07-16T22:50:34.230Z PASS [ 0.034s] ( 261/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
59002026-07-16T22:50:34.230Z PASS [ 0.033s] ( 262/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
59012026-07-16T22:50:34.271Z PASS [ 0.031s] ( 263/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
59022026-07-16T22:50:34.291Z PASS [ 0.025s] ( 264/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
59032026-07-16T22:50:34.291Z PASS [ 0.031s] ( 265/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
59042026-07-16T22:50:34.291Z PASS [ 0.032s] ( 266/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
59052026-07-16T22:50:34.291Z PASS [ 0.028s] ( 267/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
59062026-07-16T22:50:34.291Z PASS [ 0.025s] ( 268/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
59072026-07-16T22:50:34.302Z PASS [ 0.031s] ( 269/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
59082026-07-16T22:50:34.314Z PASS [ 0.028s] ( 270/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
59092026-07-16T22:50:34.314Z PASS [ 0.027s] ( 271/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
59102026-07-16T22:50:34.318Z PASS [ 0.025s] ( 272/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
59112026-07-16T22:50:34.324Z PASS [ 0.026s] ( 273/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
59122026-07-16T22:50:34.330Z PASS [ 0.024s] ( 274/3039) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
59132026-07-16T22:50:34.345Z PASS [ 0.024s] ( 275/3039) nexus-db-model schema_versions::test::test_verification_query_add_constraint
59142026-07-16T22:50:34.367Z PASS [ 0.028s] ( 276/3039) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
59152026-07-16T22:50:34.371Z PASS [ 0.029s] ( 277/3039) nexus-db-model schema_versions::test::test_verification_query_create_index
59162026-07-16T22:50:34.371Z PASS [ 0.027s] ( 278/3039) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
59172026-07-16T22:50:34.381Z PASS [ 0.029s] ( 279/3039) nexus-db-model schema_versions::test::test_verify
59182026-07-16T22:50:34.388Z PASS [ 0.030s] ( 280/3039) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
59192026-07-16T22:50:34.397Z PASS [ 0.030s] ( 281/3039) nexus-db-model semver_version::test::test_to_from_sortable_string
59202026-07-16T22:50:34.419Z PASS [ 0.033s] ( 282/3039) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
59212026-07-16T22:50:34.436Z PASS [ 0.034s] ( 283/3039) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
59222026-07-16T22:50:34.436Z PASS [ 0.033s] ( 284/3039) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
59232026-07-16T22:50:34.452Z PASS [ 0.030s] ( 285/3039) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
59242026-07-16T22:50:34.459Z PASS [ 0.030s] ( 286/3039) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
59252026-07-16T22:50:34.464Z PASS [ 0.030s] ( 287/3039) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
59262026-07-16T22:50:34.473Z PASS [ 0.029s] ( 288/3039) nexus-db-model tests::test_ip_subnet_check_requestable_address
59272026-07-16T22:50:34.482Z PASS [ 0.027s] ( 289/3039) nexus-db-model tests::test_ipv6_net_random_subnet
59282026-07-16T22:50:34.493Z PASS [ 0.029s] ( 290/3039) nexus-db-model tests::test_roles_database_strings
59292026-07-16T22:50:34.511Z PASS [ 0.025s] ( 291/3039) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
59302026-07-16T22:50:34.519Z PASS [ 0.030s] ( 292/3039) nexus-db-model typed_uuid::tests::test_compare_consistency
59312026-07-16T22:50:34.523Z PASS [ 0.030s] ( 293/3039) nexus-db-model typed_uuid::tests::test_hash_equality
59322026-07-16T22:50:34.530Z PASS [ 0.028s] ( 294/3039) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
59332026-07-16T22:50:34.539Z PASS [ 0.027s] ( 295/3039) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
59342026-07-16T22:50:34.548Z PASS [ 0.026s] ( 296/3039) nexus-db-model vmm_state::tests::test_from_str_roundtrips
59352026-07-16T22:50:34.554Z PASS [ 0.027s] ( 297/3039) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
59362026-07-16T22:50:34.565Z PASS [ 0.029s] ( 298/3039) nexus-db-model vmm_state::tests::test_terminal_states_consistent
59372026-07-16T22:50:35.803Z PASS [ 18.193s] ( 299/3039) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
59382026-07-16T22:50:36.128Z PASS [ 2.472s] ( 300/3039) nexus-db-lookup::integration lookup::test_lookup
59392026-07-16T22:50:36.148Z PASS [ 18.545s] ( 301/3039) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
59402026-07-16T22:50:36.982Z PASS [ 2.437s] ( 302/3039) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
59412026-07-16T22:50:37.309Z PASS [ 2.741s] ( 303/3039) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
59422026-07-16T22:50:37.379Z PASS [ 2.824s] ( 304/3039) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
59432026-07-16T22:50:38.399Z PASS [ 2.592s] ( 305/3039) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
59442026-07-16T22:50:38.823Z PASS [ 2.700s] ( 306/3039) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
59452026-07-16T22:50:38.941Z PASS [ 2.790s] ( 307/3039) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
59462026-07-16T22:50:38.989Z PASS [ 0.048s] ( 308/3039) nexus-db-queries db::collection_attach::test::test_verify_query
59472026-07-16T22:50:39.017Z PASS [ 21.411s] ( 309/3039) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
59482026-07-16T22:50:39.062Z PASS [ 21.450s] ( 310/3039) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
59492026-07-16T22:50:39.368Z PASS [ 21.756s] ( 311/3039) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
59502026-07-16T22:50:39.545Z PASS [ 2.562s] ( 312/3039) nexus-db-queries db::collection_attach::test::test_attach_once
59512026-07-16T22:50:39.603Z PASS [ 21.988s] ( 313/3039) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
59522026-07-16T22:50:39.944Z PASS [ 2.635s] ( 314/3039) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
59532026-07-16T22:50:39.994Z PASS [ 0.052s] ( 315/3039) nexus-db-queries db::collection_detach::test::test_verify_query
59542026-07-16T22:50:40.184Z PASS [ 2.805s] ( 316/3039) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
59552026-07-16T22:50:40.482Z PASS [ 22.868s] ( 317/3039) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59562026-07-16T22:50:40.501Z PASS [ 22.900s] ( 318/3039) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
59572026-07-16T22:50:40.717Z PASS [ 23.111s] ( 319/3039) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
59582026-07-16T22:50:40.749Z PASS [ 23.148s] ( 320/3039) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
59592026-07-16T22:50:40.921Z PASS [ 2.530s] ( 321/3039) nexus-db-queries db::collection_attach::test::test_attach_with_filters
59602026-07-16T22:50:40.981Z PASS [ 23.333s] ( 322/3039) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
59612026-07-16T22:50:41.288Z PASS [ 23.668s] ( 323/3039) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
59622026-07-16T22:50:41.328Z PASS [ 0.055s] ( 324/3039) nexus-db-queries db::collection_detach_many::test::test_verify_query
59632026-07-16T22:50:41.411Z PASS [ 2.588s] ( 325/3039) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
59642026-07-16T22:50:41.572Z PASS [ 2.556s] ( 326/3039) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
59652026-07-16T22:50:41.587Z PASS [ 2.600s] ( 327/3039) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
59662026-07-16T22:50:41.592Z PASS [ 23.988s] ( 328/3039) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59672026-07-16T22:50:41.628Z PASS [ 0.052s] ( 329/3039) nexus-db-queries db::collection_insert::test::test_verify_query
59682026-07-16T22:50:41.644Z PASS [ 2.587s] ( 330/3039) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
59692026-07-16T22:50:41.648Z PASS [ 0.058s] ( 331/3039) nexus-db-queries db::column_walker::test::test_walk_columns
59702026-07-16T22:50:41.659Z PASS [ 0.071s] ( 332/3039) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
59712026-07-16T22:50:41.670Z PASS [ 0.041s] ( 333/3039) nexus-db-queries db::column_walker::test::test_walk_table
59722026-07-16T22:50:41.715Z PASS [ 24.106s] ( 334/3039) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
59732026-07-16T22:50:42.040Z PASS [ 2.671s] ( 335/3039) nexus-db-queries db::collection_detach::test::test_detach_once
59742026-07-16T22:50:42.284Z PASS [ 2.731s] ( 336/3039) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
59752026-07-16T22:50:42.298Z PASS [ 2.688s] ( 337/3039) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
59762026-07-16T22:50:42.737Z PASS [ 2.724s] ( 338/3039) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
59772026-07-16T22:50:42.980Z PASS [ 2.796s] ( 339/3039) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
59782026-07-16T22:50:43.156Z PASS [ 2.651s] ( 340/3039) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
59792026-07-16T22:50:43.219Z PASS [ 2.708s] ( 341/3039) nexus-db-queries db::collection_detach_many::test::test_detach_many
59802026-07-16T22:50:43.496Z PASS [ 2.621s] ( 342/3039) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
59812026-07-16T22:50:43.544Z PASS [ 2.728s] ( 343/3039) nexus-db-queries db::collection_detach_many::test::test_detach_once
59822026-07-16T22:50:43.710Z PASS [ 2.770s] ( 344/3039) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
59832026-07-16T22:50:43.738Z PASS [ 2.774s] ( 345/3039) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
59842026-07-16T22:50:44.109Z PASS [ 2.763s] ( 346/3039) nexus-db-queries db::collection_insert::test::test_collection_not_present
59852026-07-16T22:50:44.201Z PASS [ 2.784s] ( 347/3039) nexus-db-queries db::collection_insert::test::test_collection_present
59862026-07-16T22:50:45.997Z PASS [ 4.313s] ( 348/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
59872026-07-16T22:50:46.023Z PASS [ 4.348s] ( 349/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
59882026-07-16T22:50:46.114Z PASS [ 4.431s] ( 350/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
59892026-07-16T22:50:46.143Z PASS [ 4.402s] ( 351/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
59902026-07-16T22:50:46.193Z PASS [ 28.572s] ( 352/3039) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
59912026-07-16T22:50:46.642Z PASS [ 4.362s] ( 353/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
59922026-07-16T22:50:46.831Z PASS [ 4.079s] ( 354/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
59932026-07-16T22:50:46.935Z PASS [ 4.885s] ( 355/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
59942026-07-16T22:50:47.102Z PASS [ 4.808s] ( 356/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
59952026-07-16T22:50:47.272Z PASS [ 4.256s] ( 357/3039) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
59962026-07-16T22:50:47.436Z PASS [ 4.280s] ( 358/3039) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
59972026-07-16T22:50:47.629Z PASS [ 4.443s] ( 359/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
59982026-07-16T22:50:47.741Z PASS [ 4.409s] ( 360/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
59992026-07-16T22:50:47.879Z PASS [ 6.222s] ( 361/3039) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
60002026-07-16T22:50:47.935Z PASS [ 4.234s] ( 362/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
60012026-07-16T22:50:48.039Z PASS [ 4.319s] ( 363/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
60022026-07-16T22:50:48.585Z PASS [ 4.387s] ( 364/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
60032026-07-16T22:50:48.604Z PASS [ 31.003s] ( 365/3039) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60042026-07-16T22:50:49.043Z PASS [ 4.953s] ( 366/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
60052026-07-16T22:50:49.711Z PASS [ 2.787s] ( 367/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
60062026-07-16T22:50:49.744Z PASS [ 6.269s] ( 368/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
60072026-07-16T22:50:49.749Z PASS [ 2.513s] ( 369/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
60082026-07-16T22:50:49.786Z PASS [ 2.689s] ( 370/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
60092026-07-16T22:50:49.899Z PASS [ 3.884s] ( 371/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
60102026-07-16T22:50:49.954Z PASS [ 2.521s] ( 372/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
60112026-07-16T22:50:50.010Z PASS [ 3.928s] ( 373/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
60122026-07-16T22:50:50.156Z PASS [ 2.524s] ( 374/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
60132026-07-16T22:50:50.261Z PASS [ 4.154s] ( 375/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
60142026-07-16T22:50:50.291Z PASS [ 2.543s] ( 376/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
60152026-07-16T22:50:50.418Z PASS [ 2.539s] ( 377/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
60162026-07-16T22:50:50.529Z PASS [ 2.602s] ( 378/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
60172026-07-16T22:50:50.631Z PASS [ 4.676s] ( 379/3039) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
60182026-07-16T22:50:50.645Z PASS [ 3.847s] ( 380/3039) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
60192026-07-16T22:50:50.759Z PASS [ 2.719s] ( 381/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
60202026-07-16T22:50:50.790Z PASS [ 33.168s] ( 382/3039) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
60212026-07-16T22:50:51.060Z PASS [ 2.474s] ( 383/3039) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
60222026-07-16T22:50:51.566Z PASS [ 5.394s] ( 384/3039) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
60232026-07-16T22:50:51.691Z PASS [ 34.085s] ( 385/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
60242026-07-16T22:50:51.992Z PASS [ 5.354s] ( 386/3039) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
60252026-07-16T22:50:52.386Z PASS [ 34.733s] ( 387/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
60262026-07-16T22:50:52.427Z PASS [ 3.822s] ( 388/3039) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
60272026-07-16T22:50:52.452Z PASS [ 2.662s] ( 389/3039) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
60282026-07-16T22:50:52.767Z PASS [ 34.965s] ( 390/3039) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
60292026-07-16T22:50:52.921Z PASS [ 3.858s] ( 391/3039) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
60302026-07-16T22:50:53.510Z PASS [ 3.796s] ( 392/3039) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
60312026-07-16T22:50:53.530Z PASS [ 3.782s] ( 393/3039) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
60322026-07-16T22:50:53.547Z PASS [ 3.782s] ( 394/3039) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
60332026-07-16T22:50:53.906Z PASS [ 3.934s] ( 395/3039) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
60342026-07-16T22:50:54.073Z PASS [ 4.061s] ( 396/3039) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
60352026-07-16T22:50:54.086Z PASS [ 4.179s] ( 397/3039) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
60362026-07-16T22:50:54.437Z PASS [ 4.013s] ( 398/3039) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
60372026-07-16T22:50:54.556Z PASS [ 3.919s] ( 399/3039) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
60382026-07-16T22:50:54.556Z PASS [ 3.904s] ( 400/3039) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
60392026-07-16T22:50:54.623Z PASS [ 4.050s] ( 401/3039) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
60402026-07-16T22:50:54.624Z PASS [ 3.952s] ( 402/3039) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
60412026-07-16T22:50:54.667Z PASS [ 3.955s] ( 403/3039) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
60422026-07-16T22:50:54.668Z PASS [ 3.949s] ( 404/3039) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
60432026-07-16T22:50:54.668Z PASS [ 3.853s] ( 405/3039) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
60442026-07-16T22:50:54.700Z PASS [ 3.916s] ( 406/3039) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
60452026-07-16T22:50:54.927Z PASS [ 3.867s] ( 407/3039) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
60462026-07-16T22:50:55.161Z PASS [ 1.076s] ( 408/3039) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
60472026-07-16T22:50:55.206Z PASS [ 1.110s] ( 409/3039) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
60482026-07-16T22:50:55.673Z PASS [ 4.039s] ( 410/3039) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
60492026-07-16T22:50:55.721Z PASS [ 3.932s] ( 411/3039) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
60502026-07-16T22:50:55.964Z PASS [ 3.878s] ( 412/3039) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
60512026-07-16T22:50:56.112Z PASS [ 2.599s] ( 413/3039) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
60522026-07-16T22:50:56.249Z PASS [ 1.002s] ( 414/3039) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
60532026-07-16T22:50:56.322Z PASS [ 3.886s] ( 415/3039) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
60542026-07-16T22:50:56.341Z PASS [ 3.862s] ( 416/3039) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
60552026-07-16T22:50:56.341Z PASS [ 2.780s] ( 417/3039) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
60562026-07-16T22:50:56.634Z PASS [ 3.813s] ( 418/3039) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
60572026-07-16T22:50:56.718Z PASS [ 4.010s] ( 419/3039) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
60582026-07-16T22:50:56.718Z PASS [ 0.928s] ( 420/3039) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
60592026-07-16T22:50:57.107Z PASS [ 1.030s] ( 421/3039) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
60602026-07-16T22:50:57.133Z PASS [ 4.041s] ( 422/3039) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
60612026-07-16T22:50:57.133Z PASS [ 3.432s] ( 423/3039) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
60622026-07-16T22:50:57.133Z PASS [ 2.804s] ( 424/3039) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
60632026-07-16T22:50:57.133Z PASS [ 2.813s] ( 425/3039) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
60642026-07-16T22:50:57.134Z PASS [ 2.821s] ( 426/3039) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
60652026-07-16T22:50:57.211Z PASS [ 0.234s] ( 427/3039) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
60662026-07-16T22:50:57.401Z PASS [ 2.839s] ( 428/3039) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
60672026-07-16T22:50:57.575Z PASS [ 2.867s] ( 429/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
60682026-07-16T22:50:57.575Z PASS [ 2.825s] ( 430/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
60692026-07-16T22:50:57.575Z PASS [ 2.821s] ( 431/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
60702026-07-16T22:50:57.575Z PASS [ 2.842s] ( 432/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
60712026-07-16T22:50:57.645Z PASS [ 3.569s] ( 433/3039) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
60722026-07-16T22:50:57.645Z PASS [ 2.770s] ( 434/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
60732026-07-16T22:50:57.721Z PASS [ 2.661s] ( 435/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
60742026-07-16T22:50:57.721Z PASS [ 0.046s] ( 436/3039) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
60752026-07-16T22:50:57.927Z PASS [ 2.637s] ( 437/3039) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
60762026-07-16T22:50:58.504Z PASS [ 2.315s] ( 438/3039) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
60772026-07-16T22:50:58.718Z PASS [ 2.532s] ( 439/3039) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
60782026-07-16T22:50:58.771Z PASS [ 2.457s] ( 440/3039) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
60792026-07-16T22:50:58.824Z PASS [ 2.583s] ( 441/3039) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
60802026-07-16T22:50:58.869Z PASS [ 2.478s] ( 442/3039) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
60812026-07-16T22:50:59.155Z PASS [ 2.453s] ( 443/3039) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
60822026-07-16T22:50:59.176Z PASS [ 2.646s] ( 444/3039) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
60832026-07-16T22:50:59.176Z PASS [ 41.420s] ( 445/3039) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60842026-07-16T22:50:59.176Z PASS [ 0.254s] ( 446/3039) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
60852026-07-16T22:50:59.188Z PASS [ 0.289s] ( 447/3039) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
60862026-07-16T22:50:59.374Z PASS [ 3.600s] ( 448/3039) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
60872026-07-16T22:50:59.374Z PASS [ 0.324s] ( 449/3039) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
60882026-07-16T22:50:59.375Z PASS [ 0.267s] ( 450/3039) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
60892026-07-16T22:50:59.492Z PASS [ 2.387s] ( 451/3039) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
60902026-07-16T22:51:00.582Z PASS [ 3.977s] ( 452/3039) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
60912026-07-16T22:51:00.774Z PASS [ 3.835s] ( 453/3039) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
60922026-07-16T22:51:00.908Z PASS [ 3.813s] ( 454/3039) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
60932026-07-16T22:51:00.933Z PASS [ 3.901s] ( 455/3039) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
60942026-07-16T22:51:00.970Z PASS [ 3.764s] ( 456/3039) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
60952026-07-16T22:51:01.717Z PASS [ 3.732s] ( 457/3039) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
60962026-07-16T22:51:01.744Z PASS [ 4.060s] ( 458/3039) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
60972026-07-16T22:51:01.744Z PASS [ 3.995s] ( 459/3039) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
60982026-07-16T22:51:01.744Z PASS [ 4.235s] ( 460/3039) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
60992026-07-16T22:51:01.744Z PASS [ 4.255s] ( 461/3039) nexus-db-queries db::datastore::deployment::tests::test_set_target
61002026-07-16T22:51:01.811Z PASS [ 2.662s] ( 462/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
61012026-07-16T22:51:01.827Z PASS [ 4.029s] ( 463/3039) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
61022026-07-16T22:51:01.862Z PASS [ 4.852s] ( 464/3039) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
61032026-07-16T22:51:01.870Z PASS [ 4.548s] ( 465/3039) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
61042026-07-16T22:51:01.924Z PASS [ 2.688s] ( 466/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
61052026-07-16T22:51:01.941Z PASS [ 2.757s] ( 467/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
61062026-07-16T22:51:02.007Z PASS [ 4.537s] ( 468/3039) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
61072026-07-16T22:51:02.018Z PASS [ 2.715s] ( 469/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
61082026-07-16T22:51:02.048Z PASS [ 2.759s] ( 470/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
61092026-07-16T22:51:02.113Z PASS [ 2.684s] ( 471/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
61102026-07-16T22:51:02.666Z PASS [ 3.828s] ( 472/3039) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
61112026-07-16T22:51:02.725Z PASS [ 3.953s] ( 473/3039) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
61122026-07-16T22:51:02.756Z PASS [ 3.989s] ( 474/3039) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
61132026-07-16T22:51:03.036Z PASS [ 2.520s] ( 475/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
61142026-07-16T22:51:03.044Z PASS [ 5.611s] ( 476/3039) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
61152026-07-16T22:51:03.174Z PASS [ 4.752s] ( 477/3039) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
61162026-07-16T22:51:03.248Z PASS [ 2.404s] ( 478/3039) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
61172026-07-16T22:51:03.294Z PASS [ 2.548s] ( 479/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
61182026-07-16T22:51:03.326Z PASS [ 2.552s] ( 480/3039) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
61192026-07-16T22:51:03.730Z PASS [ 2.505s] ( 481/3039) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
61202026-07-16T22:51:03.814Z PASS [ 46.213s] ( 482/3039) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61212026-07-16T22:51:06.764Z PASS [ 3.733s] ( 483/3039) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
61222026-07-16T22:51:06.765Z PASS [ 3.782s] ( 484/3039) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
61232026-07-16T22:51:06.765Z PASS [ 3.929s] ( 485/3039) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
61242026-07-16T22:51:06.765Z PASS [ 3.784s] ( 486/3039) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
61252026-07-16T22:51:06.765Z PASS [ 3.803s] ( 487/3039) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
61262026-07-16T22:51:06.765Z PASS [ 3.991s] ( 488/3039) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
61272026-07-16T22:51:06.765Z PASS [ 3.854s] ( 489/3039) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
61282026-07-16T22:51:06.765Z PASS [ 3.844s] ( 490/3039) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
61292026-07-16T22:51:06.765Z PASS [ 3.980s] ( 491/3039) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
61302026-07-16T22:51:06.765Z PASS [ 4.110s] ( 492/3039) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
61312026-07-16T22:51:06.765Z PASS [ 3.952s] ( 493/3039) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
61322026-07-16T22:51:06.765Z PASS [ 4.033s] ( 494/3039) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
61332026-07-16T22:51:06.765Z PASS [ 4.035s] ( 495/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
61342026-07-16T22:51:06.765Z PASS [ 4.414s] ( 496/3039) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
61352026-07-16T22:51:06.765Z PASS [ 4.360s] ( 497/3039) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
61362026-07-16T22:51:06.765Z PASS [ 3.870s] ( 498/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
61372026-07-16T22:51:06.765Z PASS [ 3.921s] ( 499/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
61382026-07-16T22:51:06.789Z PASS [ 49.098s] ( 500/3039) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61392026-07-16T22:51:06.789Z PASS [ 4.043s] ( 501/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
61402026-07-16T22:51:06.908Z PASS [ 3.862s] ( 502/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
61412026-07-16T22:51:06.957Z PASS [ 0.237s] ( 503/3039) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
61422026-07-16T22:51:07.041Z PASS [ 4.008s] ( 504/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
61432026-07-16T22:51:07.070Z PASS [ 3.877s] ( 505/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
61442026-07-16T22:51:07.086Z PASS [ 3.794s] ( 506/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
61452026-07-16T22:51:07.157Z PASS [ 0.241s] ( 507/3039) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
61462026-07-16T22:51:07.215Z PASS [ 0.233s] ( 508/3039) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
61472026-07-16T22:51:07.253Z PASS [ 3.984s] ( 509/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
61482026-07-16T22:51:07.298Z PASS [ 3.925s] ( 510/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
61492026-07-16T22:51:07.327Z PASS [ 3.831s] ( 511/3039) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
61502026-07-16T22:51:07.726Z PASS [ 3.896s] ( 512/3039) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
61512026-07-16T22:51:09.026Z PASS [ 3.845s] ( 513/3039) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
61522026-07-16T22:51:09.111Z PASS [ 3.752s] ( 514/3039) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
61532026-07-16T22:51:09.151Z PASS [ 3.695s] ( 515/3039) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
61542026-07-16T22:51:09.270Z PASS [ 3.989s] ( 516/3039) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
61552026-07-16T22:51:09.416Z PASS [ 3.734s] ( 517/3039) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
61562026-07-16T22:51:09.635Z PASS [ 3.933s] ( 518/3039) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
61572026-07-16T22:51:09.670Z PASS [ 2.590s] ( 519/3039) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
61582026-07-16T22:51:09.670Z PASS [ 3.845s] ( 520/3039) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
61592026-07-16T22:51:09.856Z PASS [ 2.775s] ( 521/3039) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
61602026-07-16T22:51:10.082Z PASS [ 4.016s] ( 522/3039) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
61612026-07-16T22:51:10.093Z PASS [ 2.763s] ( 523/3039) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
61622026-07-16T22:51:10.093Z PASS [ 3.997s] ( 524/3039) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
61632026-07-16T22:51:10.093Z PASS [ 4.058s] ( 525/3039) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
61642026-07-16T22:51:10.093Z PASS [ 3.992s] ( 526/3039) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
61652026-07-16T22:51:10.093Z PASS [ 2.768s] ( 527/3039) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
61662026-07-16T22:51:10.093Z PASS [ 3.857s] ( 528/3039) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
61672026-07-16T22:51:10.114Z PASS [ 2.923s] ( 529/3039) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
61682026-07-16T22:51:10.114Z PASS [ 3.849s] ( 530/3039) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
61692026-07-16T22:51:10.114Z PASS [ 3.998s] ( 531/3039) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
61702026-07-16T22:51:10.128Z PASS [ 0.226s] ( 532/3039) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
61712026-07-16T22:51:10.277Z PASS [ 4.068s] ( 533/3039) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
61722026-07-16T22:51:10.444Z PASS [ 3.728s] ( 534/3039) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
61732026-07-16T22:51:10.471Z PASS [ 3.952s] ( 535/3039) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
61742026-07-16T22:51:10.621Z PASS [ 3.933s] ( 536/3039) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
61752026-07-16T22:51:11.109Z PASS [ 3.781s] ( 537/3039) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
61762026-07-16T22:51:11.592Z PASS [ 3.850s] ( 538/3039) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
61772026-07-16T22:51:11.802Z PASS [ 4.537s] ( 539/3039) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
61782026-07-16T22:51:12.876Z PASS [ 3.933s] ( 540/3039) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
61792026-07-16T22:51:13.061Z PASS [ 3.973s] ( 541/3039) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
61802026-07-16T22:51:13.125Z PASS [ 3.992s] ( 542/3039) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
61812026-07-16T22:51:13.523Z PASS [ 4.299s] ( 543/3039) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
61822026-07-16T22:51:13.534Z PASS [ 55.934s] ( 544/3039) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61832026-07-16T22:51:13.645Z PASS [ 4.251s] ( 545/3039) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
61842026-07-16T22:51:13.790Z PASS [ 3.927s] ( 546/3039) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
61852026-07-16T22:51:13.890Z PASS [ 3.962s] ( 547/3039) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
61862026-07-16T22:51:13.934Z PASS [ 4.304s] ( 548/3039) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
61872026-07-16T22:51:13.944Z PASS [ 4.311s] ( 549/3039) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
61882026-07-16T22:51:14.006Z PASS [ 4.399s] ( 550/3039) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
61892026-07-16T22:51:14.021Z PASS [ 4.194s] ( 551/3039) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
61902026-07-16T22:51:14.177Z PASS [ 4.231s] ( 552/3039) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
61912026-07-16T22:51:14.375Z PASS [ 4.429s] ( 553/3039) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
61922026-07-16T22:51:14.590Z PASS [ 4.466s] ( 554/3039) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
61932026-07-16T22:51:14.653Z PASS [ 4.654s] ( 555/3039) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
61942026-07-16T22:51:14.653Z PASS [ 4.590s] ( 556/3039) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
61952026-07-16T22:51:14.653Z PASS [ 4.687s] ( 557/3039) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
61962026-07-16T22:51:14.729Z PASS [ 4.656s] ( 558/3039) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
61972026-07-16T22:51:14.820Z PASS [ 4.391s] ( 559/3039) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
61982026-07-16T22:51:14.833Z PASS [ 4.573s] ( 560/3039) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
61992026-07-16T22:51:14.836Z PASS [ 4.372s] ( 561/3039) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
62002026-07-16T22:51:14.951Z PASS [ 4.343s] ( 562/3039) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
62012026-07-16T22:51:15.109Z PASS [ 0.272s] ( 563/3039) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
62022026-07-16T22:51:15.190Z PASS [ 0.238s] ( 564/3039) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
62032026-07-16T22:51:15.356Z PASS [ 0.249s] ( 565/3039) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
62042026-07-16T22:51:15.631Z PASS [ 4.545s] ( 566/3039) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
62052026-07-16T22:51:16.026Z PASS [ 4.450s] ( 567/3039) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
62062026-07-16T22:51:16.130Z PASS [ 6.141s] ( 568/3039) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
62072026-07-16T22:51:16.757Z PASS [ 2.824s] ( 569/3039) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
62082026-07-16T22:51:16.762Z PASS [ 2.872s] ( 570/3039) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
62092026-07-16T22:51:16.779Z PASS [ 2.830s] ( 571/3039) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
62102026-07-16T22:51:16.793Z PASS [ 2.786s] ( 572/3039) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
62112026-07-16T22:51:17.008Z PASS [ 4.133s] ( 573/3039) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
62122026-07-16T22:51:17.214Z PASS [ 5.428s] ( 574/3039) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
62132026-07-16T22:51:17.605Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
62142026-07-16T22:51:17.609Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62152026-07-16T22:51:17.794Z PASS [ 4.732s] ( 575/3039) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
62162026-07-16T22:51:17.992Z PASS [ 4.458s] ( 576/3039) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
62172026-07-16T22:51:18.189Z PASS [ 4.667s] ( 577/3039) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
62182026-07-16T22:51:18.190Z PASS [ 4.411s] ( 578/3039) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
62192026-07-16T22:51:18.193Z PASS [ 4.171s] ( 579/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
62202026-07-16T22:51:18.298Z PASS [ 4.653s] ( 580/3039) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
62212026-07-16T22:51:18.457Z PASS [ 4.082s] ( 581/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
62222026-07-16T22:51:18.467Z PASS [ 4.289s] ( 582/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
62232026-07-16T22:51:18.566Z PASS [ 3.976s] ( 583/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
62242026-07-16T22:51:18.719Z PASS [ 3.988s] ( 584/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
62252026-07-16T22:51:18.866Z PASS [ 4.213s] ( 585/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
62262026-07-16T22:51:18.942Z PASS [ 4.121s] ( 586/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
62272026-07-16T22:51:18.942Z PASS [ 4.289s] ( 587/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
62282026-07-16T22:51:19.002Z PASS [ 4.347s] ( 588/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
62292026-07-16T22:51:19.153Z PASS [ 4.321s] ( 589/3039) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
62302026-07-16T22:51:19.435Z PASS [ 4.079s] ( 590/3039) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
62312026-07-16T22:51:19.975Z PASS [ 4.786s] ( 591/3039) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
62322026-07-16T22:51:20.190Z PASS [ 4.560s] ( 592/3039) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
62332026-07-16T22:51:20.207Z PASS [ 7.082s] ( 593/3039) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
62342026-07-16T22:51:20.469Z PASS [ 4.460s] ( 594/3039) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
62352026-07-16T22:51:20.516Z PASS [ 4.428s] ( 595/3039) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
62362026-07-16T22:51:20.902Z PASS [ 4.127s] ( 596/3039) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
62372026-07-16T22:51:20.943Z PASS [ 4.181s] ( 597/3039) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
62382026-07-16T22:51:20.952Z PASS [ 4.194s] ( 598/3039) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
62392026-07-16T22:51:21.078Z PASS [ 4.285s] ( 599/3039) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
62402026-07-16T22:51:21.365Z PASS [ 4.357s] ( 600/3039) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_assigned_to_system_services
62412026-07-16T22:51:21.545Z PASS [ 4.331s] ( 601/3039) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
62422026-07-16T22:51:22.152Z PASS [ 4.359s] ( 602/3039) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
62432026-07-16T22:51:22.578Z PASS [ 4.387s] ( 603/3039) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
62442026-07-16T22:51:22.624Z PASS [ 4.326s] ( 604/3039) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
62452026-07-16T22:51:22.691Z PASS [ 4.698s] ( 605/3039) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
62462026-07-16T22:51:22.710Z PASS [ 4.254s] ( 606/3039) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
62472026-07-16T22:51:22.820Z PASS [ 4.354s] ( 607/3039) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
62482026-07-16T22:51:22.826Z PASS [ 4.256s] ( 608/3039) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
62492026-07-16T22:51:22.957Z PASS [ 4.767s] ( 609/3039) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
62502026-07-16T22:51:22.982Z PASS [ 4.264s] ( 610/3039) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
62512026-07-16T22:51:23.057Z PASS [ 4.867s] ( 611/3039) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
62522026-07-16T22:51:23.173Z PASS [ 4.307s] ( 612/3039) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
62532026-07-16T22:51:23.576Z PASS [ 4.422s] ( 613/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
62542026-07-16T22:51:23.616Z PASS [ 4.674s] ( 614/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
62552026-07-16T22:51:23.624Z PASS [ 4.682s] ( 615/3039) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
62562026-07-16T22:51:23.865Z PASS [ 4.429s] ( 616/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
62572026-07-16T22:51:23.958Z PASS [ 4.957s] ( 617/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
62582026-07-16T22:51:24.704Z PASS [ 4.728s] ( 618/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
62592026-07-16T22:51:24.745Z PASS [ 4.555s] ( 619/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
62602026-07-16T22:51:24.775Z PASS [ 4.566s] ( 620/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
62612026-07-16T22:51:24.961Z PASS [ 4.445s] ( 621/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
62622026-07-16T22:51:25.053Z PASS [ 4.582s] ( 622/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
62632026-07-16T22:51:25.506Z PASS [ 4.555s] ( 623/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
62642026-07-16T22:51:25.655Z PASS [ 4.577s] ( 624/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
62652026-07-16T22:51:25.666Z PASS [ 4.765s] ( 625/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
62662026-07-16T22:51:25.867Z PASS [ 4.924s] ( 626/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
62672026-07-16T22:51:26.072Z PASS [ 4.707s] ( 627/3039) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
62682026-07-16T22:51:26.416Z PASS [ 4.871s] ( 628/3039) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
62692026-07-16T22:51:26.775Z PASS [ 4.151s] ( 629/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
62702026-07-16T22:51:26.980Z PASS [ 19.751s] ( 630/3039) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
62712026-07-16T22:51:27.254Z PASS [ 5.102s] ( 631/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
62722026-07-16T22:51:27.653Z PASS [ 5.074s] ( 632/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
62732026-07-16T22:51:27.700Z PASS [ 4.990s] ( 633/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
62742026-07-16T22:51:27.846Z PASS [ 5.155s] ( 634/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
62752026-07-16T22:51:27.980Z PASS [ 5.023s] ( 635/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
62762026-07-16T22:51:28.011Z PASS [ 5.188s] ( 636/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
62772026-07-16T22:51:28.164Z PASS [ 5.106s] ( 637/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
62782026-07-16T22:51:28.164Z PASS [ 5.343s] ( 638/3039) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
62792026-07-16T22:51:28.168Z PASS [ 4.990s] ( 639/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
62802026-07-16T22:51:28.193Z PASS [ 5.212s] ( 640/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
62812026-07-16T22:51:28.420Z PASS [ 4.845s] ( 641/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
62822026-07-16T22:51:28.618Z PASS [ 5.000s] ( 642/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
62832026-07-16T22:51:28.642Z PASS [ 5.018s] ( 643/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
62842026-07-16T22:51:29.050Z PASS [ 5.091s] ( 644/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
62852026-07-16T22:51:29.186Z PASS [ 5.320s] ( 645/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
62862026-07-16T22:51:29.199Z PASS [ 4.146s] ( 646/3039) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
62872026-07-16T22:51:29.665Z PASS [ 4.890s] ( 647/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
62882026-07-16T22:51:29.712Z PASS [ 4.968s] ( 648/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
62892026-07-16T22:51:29.814Z PASS [ 5.109s] ( 649/3039) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
62902026-07-16T22:51:29.866Z PASS [ 4.904s] ( 650/3039) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
62912026-07-16T22:51:29.902Z PASS [ 4.395s] ( 651/3039) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
62922026-07-16T22:51:30.282Z PASS [ 4.616s] ( 652/3039) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
62932026-07-16T22:51:30.348Z PASS [ 4.693s] ( 653/3039) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
62942026-07-16T22:51:30.464Z PASS [ 4.597s] ( 654/3039) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
62952026-07-16T22:51:30.899Z PASS [ 4.827s] ( 655/3039) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
62962026-07-16T22:51:31.024Z PASS [ 4.607s] ( 656/3039) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
62972026-07-16T22:51:31.179Z PASS [ 3.925s] ( 657/3039) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
62982026-07-16T22:51:31.469Z PASS [ 4.694s] ( 658/3039) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
62992026-07-16T22:51:31.536Z PASS [ 3.883s] ( 659/3039) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
63002026-07-16T22:51:31.565Z PASS [ 3.865s] ( 660/3039) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
63012026-07-16T22:51:31.708Z PASS [ 3.728s] ( 661/3039) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
63022026-07-16T22:51:31.753Z PASS [ 0.045s] ( 662/3039) nexus-db-queries db::datastore::region::test::test_extent_count
63032026-07-16T22:51:32.124Z PASS [ 4.278s] ( 663/3039) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
63042026-07-16T22:51:32.172Z PASS [ 4.008s] ( 664/3039) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
63052026-07-16T22:51:32.181Z PASS [ 3.987s] ( 665/3039) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
63062026-07-16T22:51:32.392Z PASS [ 4.381s] ( 666/3039) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
63072026-07-16T22:51:32.413Z PASS [ 5.433s] ( 667/3039) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
63082026-07-16T22:51:32.439Z PASS [ 4.020s] ( 668/3039) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
63092026-07-16T22:51:32.630Z PASS [ 3.988s] ( 669/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
63102026-07-16T22:51:33.174Z PASS [ 4.558s] ( 670/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
63112026-07-16T22:51:33.184Z PASS [ 4.135s] ( 671/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
63122026-07-16T22:51:33.273Z PASS [ 4.074s] ( 672/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
63132026-07-16T22:51:33.420Z PASS [ 4.235s] ( 673/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
63142026-07-16T22:51:33.754Z PASS [ 4.090s] ( 674/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
63152026-07-16T22:51:33.797Z PASS [ 3.984s] ( 675/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
63162026-07-16T22:51:33.841Z PASS [ 4.129s] ( 676/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
63172026-07-16T22:51:34.033Z PASS [ 4.167s] ( 677/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
63182026-07-16T22:51:34.321Z PASS [ 4.420s] ( 678/3039) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
63192026-07-16T22:51:34.495Z PASS [ 4.031s] ( 679/3039) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
63202026-07-16T22:51:34.724Z PASS [ 4.375s] ( 680/3039) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
63212026-07-16T22:51:34.917Z PASS [ 4.018s] ( 681/3039) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
63222026-07-16T22:51:35.473Z PASS [ 3.937s] ( 682/3039) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
63232026-07-16T22:51:35.498Z PASS [ 4.474s] ( 683/3039) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
63242026-07-16T22:51:35.541Z PASS [ 3.976s] ( 684/3039) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
63252026-07-16T22:51:35.609Z PASS [ 3.856s] ( 685/3039) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
63262026-07-16T22:51:35.685Z PASS [ 4.505s] ( 686/3039) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
63272026-07-16T22:51:35.731Z PASS [ 5.448s] ( 687/3039) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
63282026-07-16T22:51:35.960Z PASS [ 3.834s] ( 688/3039) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
63292026-07-16T22:51:36.010Z PASS [ 4.540s] ( 689/3039) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
63302026-07-16T22:51:36.030Z PASS [ 3.859s] ( 690/3039) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
63312026-07-16T22:51:36.331Z PASS [ 3.918s] ( 691/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
63322026-07-16T22:51:36.412Z PASS [ 4.020s] ( 692/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
63332026-07-16T22:51:36.427Z PASS [ 4.246s] ( 693/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
63342026-07-16T22:51:36.487Z PASS [ 4.048s] ( 694/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
63352026-07-16T22:51:36.529Z PASS [ 3.899s] ( 695/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
63362026-07-16T22:51:37.135Z PASS [ 3.960s] ( 696/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
63372026-07-16T22:51:37.160Z PASS [ 3.976s] ( 697/3039) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
63382026-07-16T22:51:37.242Z PASS [ 3.969s] ( 698/3039) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
63392026-07-16T22:51:37.354Z PASS [ 3.934s] ( 699/3039) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
63402026-07-16T22:51:37.435Z PASS [ 3.681s] ( 700/3039) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
63412026-07-16T22:51:37.699Z PASS [ 3.902s] ( 701/3039) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
63422026-07-16T22:51:37.699Z PASS [ 3.858s] ( 702/3039) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
63432026-07-16T22:51:37.843Z PASS [ 3.811s] ( 703/3039) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
63442026-07-16T22:51:37.851Z PASS [ 9.687s] ( 704/3039) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
63452026-07-16T22:51:38.244Z PASS [ 3.749s] ( 705/3039) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
63462026-07-16T22:51:38.270Z PASS [ 3.948s] ( 706/3039) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
63472026-07-16T22:51:38.445Z PASS [ 3.722s] ( 707/3039) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
63482026-07-16T22:51:39.111Z PASS [ 4.193s] ( 708/3039) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
63492026-07-16T22:51:39.712Z PASS [ 4.238s] ( 709/3039) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
63502026-07-16T22:51:39.799Z PASS [ 4.300s] ( 710/3039) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
63512026-07-16T22:51:39.819Z PASS [ 4.209s] ( 711/3039) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
63522026-07-16T22:51:39.860Z PASS [ 4.318s] ( 712/3039) nexus-db-queries db::datastore::sled::test::affinity_multi_group
63532026-07-16T22:51:39.883Z PASS [ 4.198s] ( 713/3039) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
63542026-07-16T22:51:39.924Z PASS [ 4.193s] ( 714/3039) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
63552026-07-16T22:51:40.095Z PASS [ 4.136s] ( 715/3039) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
63562026-07-16T22:51:40.192Z PASS [ 4.161s] ( 716/3039) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
63572026-07-16T22:51:40.336Z PASS [ 4.326s] ( 717/3039) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
63582026-07-16T22:51:40.679Z PASS [ 4.344s] ( 718/3039) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
63592026-07-16T22:51:40.735Z PASS [ 4.318s] ( 719/3039) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
63602026-07-16T22:51:40.747Z PASS [ 4.316s] ( 720/3039) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
63612026-07-16T22:51:41.170Z PASS [ 4.683s] ( 721/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation
63622026-07-16T22:51:41.706Z PASS [ 5.169s] ( 722/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
63632026-07-16T22:51:42.051Z PASS [ 4.768s] ( 723/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
63642026-07-16T22:51:42.389Z PASS [ 5.228s] ( 724/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
63652026-07-16T22:51:42.427Z PASS [ 5.293s] ( 725/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
63662026-07-16T22:51:42.595Z PASS [ 4.896s] ( 726/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
63672026-07-16T22:51:42.644Z PASS [ 4.783s] ( 727/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
63682026-07-16T22:51:42.687Z PASS [ 5.332s] ( 728/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
63692026-07-16T22:51:42.748Z PASS [ 5.313s] ( 729/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
63702026-07-16T22:51:42.790Z PASS [ 4.947s] ( 730/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
63712026-07-16T22:51:43.190Z PASS [ 5.489s] ( 731/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
63722026-07-16T22:51:43.694Z PASS [ 15.530s] ( 732/3039) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
63732026-07-16T22:51:44.347Z PASS [ 4.422s] ( 733/3039) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
63742026-07-16T22:51:44.481Z PASS [ 4.598s] ( 734/3039) nexus-db-queries db::datastore::sled::test::sled_list_batch
63752026-07-16T22:51:44.625Z PASS [ 4.290s] ( 735/3039) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
63762026-07-16T22:51:44.635Z PASS [ 4.540s] ( 736/3039) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
63772026-07-16T22:51:44.640Z PASS [ 4.447s] ( 737/3039) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
63782026-07-16T22:51:44.756Z PASS [ 4.007s] ( 738/3039) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
63792026-07-16T22:51:44.851Z PASS [ 4.122s] ( 739/3039) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
63802026-07-16T22:51:45.070Z PASS [ 5.249s] ( 740/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
63812026-07-16T22:51:45.090Z PASS [ 3.919s] ( 741/3039) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
63822026-07-16T22:51:45.216Z PASS [ 5.416s] ( 742/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
63832026-07-16T22:51:45.314Z PASS [ 5.454s] ( 743/3039) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
63842026-07-16T22:51:45.527Z PASS [ 5.816s] ( 744/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
63852026-07-16T22:51:45.531Z PASS [ 4.853s] ( 745/3039) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
63862026-07-16T22:51:46.268Z PASS [ 3.840s] ( 746/3039) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
63872026-07-16T22:51:46.316Z PASS [ 3.721s] ( 747/3039) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
63882026-07-16T22:51:46.323Z PASS [ 4.313s] ( 748/3039) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
63892026-07-16T22:51:46.400Z PASS [ 4.010s] ( 749/3039) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
63902026-07-16T22:51:46.702Z PASS [ 4.015s] ( 750/3039) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
63912026-07-16T22:51:46.730Z PASS [ 3.982s] ( 751/3039) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
63922026-07-16T22:51:46.767Z PASS [ 4.133s] ( 752/3039) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
63932026-07-16T22:51:46.844Z PASS [ 4.054s] ( 753/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
63942026-07-16T22:51:47.273Z PASS [ 4.084s] ( 754/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
63952026-07-16T22:51:48.465Z PASS [ 6.766s] ( 755/3039) nexus-db-queries db::datastore::sled::test::test_sled_transitions
63962026-07-16T22:51:48.732Z PASS [ 3.880s] ( 756/3039) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
63972026-07-16T22:51:48.824Z PASS [ 4.189s] ( 757/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
63982026-07-16T22:51:48.829Z PASS [ 4.185s] ( 758/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
63992026-07-16T22:51:48.916Z PASS [ 4.165s] ( 759/3039) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
64002026-07-16T22:51:48.956Z PASS [ 5.261s] ( 760/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
64012026-07-16T22:51:48.975Z PASS [ 3.885s] ( 761/3039) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
64022026-07-16T22:51:49.102Z PASS [ 3.887s] ( 762/3039) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
64032026-07-16T22:51:49.150Z PASS [ 4.082s] ( 763/3039) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
64042026-07-16T22:51:49.214Z PASS [ 3.900s] ( 764/3039) nexus-db-queries db::datastore::target_release::test::target_release_datastore
64052026-07-16T22:51:49.529Z PASS [ 5.182s] ( 765/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
64062026-07-16T22:51:49.723Z PASS [ 4.195s] ( 766/3039) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
64072026-07-16T22:51:49.726Z PASS [ 5.243s] ( 767/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
64082026-07-16T22:51:49.764Z PASS [ 4.237s] ( 768/3039) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
64092026-07-16T22:51:49.767Z PASS [ 5.141s] ( 769/3039) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
64102026-07-16T22:51:50.241Z PASS [ 3.922s] ( 770/3039) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
64112026-07-16T22:51:50.248Z PASS [ 3.823s] ( 771/3039) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
64122026-07-16T22:51:50.248Z PASS [ 3.914s] ( 772/3039) nexus-db-queries db::datastore::test::test_project_creation
64132026-07-16T22:51:50.295Z PASS [ 3.978s] ( 773/3039) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
64142026-07-16T22:51:50.738Z PASS [ 4.036s] ( 774/3039) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
64152026-07-16T22:51:50.840Z PASS [ 4.073s] ( 775/3039) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
64162026-07-16T22:51:51.199Z PASS [ 4.353s] ( 776/3039) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
64172026-07-16T22:51:51.477Z PASS [ 4.203s] ( 777/3039) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
64182026-07-16T22:51:52.640Z PASS [ 3.724s] ( 778/3039) nexus-db-queries db::datastore::test::test_session_cleanup_batch
64192026-07-16T22:51:52.792Z PASS [ 3.836s] ( 779/3039) nexus-db-queries db::datastore::test::test_session_methods
64202026-07-16T22:51:52.818Z PASS [ 3.843s] ( 780/3039) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
64212026-07-16T22:51:52.871Z PASS [ 3.721s] ( 781/3039) nexus-db-queries db::datastore::test::test_table_scan
64222026-07-16T22:51:52.898Z PASS [ 3.796s] ( 782/3039) nexus-db-queries db::datastore::test::test_ssh_keys
64232026-07-16T22:51:53.457Z PASS [ 4.243s] ( 783/3039) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
64242026-07-16T22:51:53.567Z PASS [ 4.038s] ( 784/3039) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
64252026-07-16T22:51:53.688Z PASS [ 3.964s] ( 785/3039) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
64262026-07-16T22:51:53.761Z PASS [ 4.037s] ( 786/3039) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
64272026-07-16T22:51:53.991Z PASS [ 4.227s] ( 787/3039) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
64282026-07-16T22:51:54.047Z PASS [ 4.280s] ( 788/3039) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
64292026-07-16T22:51:54.356Z PASS [ 4.061s] ( 789/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
64302026-07-16T22:51:54.379Z PASS [ 7.649s] ( 790/3039) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
64312026-07-16T22:51:54.424Z PASS [ 4.186s] ( 791/3039) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
64322026-07-16T22:51:54.745Z PASS [ 3.904s] ( 792/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
64332026-07-16T22:51:54.939Z PASS [ 4.716s] ( 793/3039) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
64342026-07-16T22:51:54.953Z PASS [ 4.215s] ( 794/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
64352026-07-16T22:51:54.998Z PASS [ 0.045s] ( 795/3039) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
64362026-07-16T22:51:55.046Z PASS [ 0.046s] ( 796/3039) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
64372026-07-16T22:51:55.385Z PASS [ 4.175s] ( 797/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
64382026-07-16T22:51:55.944Z PASS [ 7.212s] ( 798/3039) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
64392026-07-16T22:51:55.999Z PASS [ 7.534s] ( 799/3039) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
64402026-07-16T22:51:56.427Z PASS [ 4.951s] ( 800/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
64412026-07-16T22:51:56.624Z PASS [ 3.984s] ( 801/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
64422026-07-16T22:51:56.675Z PASS [ 3.804s] ( 802/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
64432026-07-16T22:51:56.844Z PASS [ 4.033s] ( 803/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
64442026-07-16T22:51:56.930Z PASS [ 8.105s] ( 804/3039) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
64452026-07-16T22:51:57.202Z PASS [ 4.382s] ( 805/3039) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
64462026-07-16T22:51:57.340Z PASS [ 4.441s] ( 806/3039) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
64472026-07-16T22:51:57.447Z PASS [ 3.990s] ( 807/3039) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
64482026-07-16T22:51:57.540Z PASS [ 3.971s] ( 808/3039) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
64492026-07-16T22:51:57.594Z PASS [ 0.255s] ( 809/3039) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
64502026-07-16T22:51:57.764Z PASS [ 4.003s] ( 810/3039) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
64512026-07-16T22:51:57.771Z PASS [ 8.948s] ( 811/3039) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
64522026-07-16T22:51:57.780Z PASS [ 4.093s] ( 812/3039) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
64532026-07-16T22:51:57.789Z PASS [ 3.742s] ( 813/3039) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
64542026-07-16T22:51:57.852Z PASS [ 3.860s] ( 814/3039) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
64552026-07-16T22:51:58.302Z PASS [ 3.878s] ( 815/3039) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
64562026-07-16T22:51:58.371Z PASS [ 4.015s] ( 816/3039) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
64572026-07-16T22:51:58.506Z PASS [ 4.128s] ( 817/3039) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
64582026-07-16T22:51:58.525Z PASS [ 3.781s] ( 818/3039) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
64592026-07-16T22:51:59.576Z PASS [ 3.632s] ( 819/3039) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
64602026-07-16T22:51:59.741Z PASS [ 3.742s] ( 820/3039) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
64612026-07-16T22:52:00.170Z PASS [ 2.713s] ( 821/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
64622026-07-16T22:52:00.182Z PASS [ 2.588s] ( 822/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
64632026-07-16T22:52:00.215Z PASS [ 3.783s] ( 823/3039) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
64642026-07-16T22:52:00.221Z PASS [ 2.681s] ( 824/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
64652026-07-16T22:52:00.357Z PASS [ 2.592s] ( 825/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
64662026-07-16T22:52:00.380Z PASS [ 2.608s] ( 826/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
64672026-07-16T22:52:00.384Z PASS [ 2.600s] ( 827/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
64682026-07-16T22:52:00.431Z PASS [ 0.051s] ( 828/3039) nexus-db-queries db::pagination::test::test_paginator
64692026-07-16T22:52:00.533Z PASS [ 2.680s] ( 829/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
64702026-07-16T22:52:00.533Z PASS [ 2.744s] ( 830/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
64712026-07-16T22:52:00.671Z PASS [ 4.045s] ( 831/3039) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
64722026-07-16T22:52:00.754Z PASS [ 4.076s] ( 832/3039) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
64732026-07-16T22:52:00.939Z PASS [ 2.636s] ( 833/3039) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
64742026-07-16T22:52:01.058Z PASS [ 2.533s] ( 834/3039) nexus-db-queries db::explain::test::test_explain_full_table_scan
64752026-07-16T22:52:01.085Z PASS [ 2.577s] ( 835/3039) nexus-db-queries db::explain::test::test_explain_async
64762026-07-16T22:52:01.493Z PASS [ 4.562s] ( 836/3039) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
64772026-07-16T22:52:01.666Z PASS [ 1.285s] ( 837/3039) nexus-db-queries db::pool::test::test_pool_can_be_terminated
64782026-07-16T22:52:01.693Z PASS [ 1.262s] ( 838/3039) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
64792026-07-16T22:52:01.766Z PASS [ 0.273s] ( 839/3039) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
64802026-07-16T22:52:01.819Z PASS [ 4.993s] ( 840/3039) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
64812026-07-16T22:52:01.942Z PASS [ 0.276s] ( 841/3039) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
64822026-07-16T22:52:02.004Z PASS [ 0.310s] ( 842/3039) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
64832026-07-16T22:52:02.018Z PASS [ 4.817s] ( 843/3039) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
64842026-07-16T22:52:02.054Z PASS [ 0.269s] ( 844/3039) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
64852026-07-16T22:52:02.243Z PASS [ 3.870s] ( 845/3039) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
64862026-07-16T22:52:02.271Z PASS [ 7.333s] ( 846/3039) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
64872026-07-16T22:52:02.292Z PASS [ 2.715s] ( 847/3039) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
64882026-07-16T22:52:02.445Z PASS [ 2.703s] ( 848/3039) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
64892026-07-16T22:52:02.555Z PASS [ 7.510s] ( 849/3039) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
64902026-07-16T22:52:02.806Z PASS [ 0.250s] ( 850/3039) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
64912026-07-16T22:52:02.982Z PASS [ 2.732s] ( 851/3039) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
64922026-07-16T22:52:02.991Z PASS [ 2.759s] ( 852/3039) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
64932026-07-16T22:52:02.991Z PASS [ 2.756s] ( 853/3039) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
64942026-07-16T22:52:03.026Z PASS [ 2.806s] ( 854/3039) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
64952026-07-16T22:52:03.050Z PASS [ 0.236s] ( 855/3039) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
64962026-07-16T22:52:03.093Z PASS [ 7.719s] ( 856/3039) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
64972026-07-16T22:52:03.158Z PASS [ 2.801s] ( 857/3039) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
64982026-07-16T22:52:03.177Z PASS [ 0.257s] ( 858/3039) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
64992026-07-16T22:52:03.236Z PASS [ 0.269s] ( 859/3039) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
65002026-07-16T22:52:03.282Z PASS [ 2.612s] ( 860/3039) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
65012026-07-16T22:52:03.291Z PASS [ 0.265s] ( 861/3039) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
65022026-07-16T22:52:03.307Z PASS [ 0.266s] ( 862/3039) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
65032026-07-16T22:52:03.345Z PASS [ 0.253s] ( 863/3039) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
65042026-07-16T22:52:03.397Z PASS [ 0.239s] ( 864/3039) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
65052026-07-16T22:52:03.992Z PASS [ 0.646s] ( 865/3039) nexus-db-queries db::queries::network_interface::tests::expectorate_query
65062026-07-16T22:52:04.393Z PASS [ 3.641s] ( 866/3039) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
65072026-07-16T22:52:04.568Z PASS [ 4.035s] ( 867/3039) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
65082026-07-16T22:52:04.631Z PASS [ 4.098s] ( 868/3039) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
65092026-07-16T22:52:04.679Z PASS [ 0.046s] ( 869/3039) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
65102026-07-16T22:52:04.882Z PASS [ 3.798s] ( 870/3039) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
65112026-07-16T22:52:05.035Z PASS [ 4.095s] ( 871/3039) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
65122026-07-16T22:52:05.243Z PASS [ 4.184s] ( 872/3039) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
65132026-07-16T22:52:05.580Z PASS [ 2.666s] ( 873/3039) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
65142026-07-16T22:52:05.892Z PASS [ 3.874s] ( 874/3039) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
65152026-07-16T22:52:05.942Z PASS [ 3.908s] ( 875/3039) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
65162026-07-16T22:52:05.977Z PASS [ 3.973s] ( 876/3039) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
65172026-07-16T22:52:06.169Z PASS [ 4.227s] ( 877/3039) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
65182026-07-16T22:52:06.200Z PASS [ 4.381s] ( 878/3039) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
65192026-07-16T22:52:06.342Z PASS [ 4.100s] ( 879/3039) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
65202026-07-16T22:52:06.474Z PASS [ 4.182s] ( 880/3039) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
65212026-07-16T22:52:06.515Z PASS [ 4.242s] ( 881/3039) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
65222026-07-16T22:52:06.536Z PASS [ 4.087s] ( 882/3039) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
65232026-07-16T22:52:07.189Z PASS [ 4.012s] ( 883/3039) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
65242026-07-16T22:52:07.238Z PASS [ 0.047s] ( 884/3039) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
65252026-07-16T22:52:07.290Z PASS [ 3.998s] ( 885/3039) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
65262026-07-16T22:52:07.323Z PASS [ 3.924s] ( 886/3039) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
65272026-07-16T22:52:07.353Z PASS [ 4.045s] ( 887/3039) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
65282026-07-16T22:52:07.590Z PASS [ 4.308s] ( 888/3039) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
65292026-07-16T22:52:07.590Z PASS [ 4.353s] ( 889/3039) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
65302026-07-16T22:52:07.692Z PASS [ 0.101s] ( 890/3039) nexus-db-queries db::queries::next_item::tests::test_shift_indices
65312026-07-16T22:52:08.449Z PASS [ 3.770s] ( 891/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
65322026-07-16T22:52:08.546Z PASS [ 4.146s] ( 892/3039) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
65332026-07-16T22:52:08.752Z PASS [ 0.301s] ( 893/3039) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
65342026-07-16T22:52:08.846Z PASS [ 0.300s] ( 894/3039) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
65352026-07-16T22:52:08.858Z PASS [ 3.962s] ( 895/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
65362026-07-16T22:52:08.896Z PASS [ 0.043s] ( 896/3039) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
65372026-07-16T22:52:08.938Z PASS [ 4.938s] ( 897/3039) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
65382026-07-16T22:52:08.945Z PASS [ 0.050s] ( 898/3039) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
65392026-07-16T22:52:09.060Z PASS [ 4.018s] ( 899/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
65402026-07-16T22:52:09.215Z PASS [ 3.971s] ( 900/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
65412026-07-16T22:52:09.259Z PASS [ 4.687s] ( 901/3039) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
65422026-07-16T22:52:09.713Z PASS [ 4.124s] ( 902/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
65432026-07-16T22:52:09.781Z PASS [ 3.793s] ( 903/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
65442026-07-16T22:52:09.798Z PASS [ 3.905s] ( 904/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
65452026-07-16T22:52:09.805Z PASS [ 3.863s] ( 905/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
65462026-07-16T22:52:09.917Z PASS [ 0.985s] ( 906/3039) nexus-db-queries db::queries::region_allocation::test::expectorate_query
65472026-07-16T22:52:10.024Z PASS [ 2.733s] ( 907/3039) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
65482026-07-16T22:52:10.049Z PASS [ 0.251s] ( 908/3039) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
65492026-07-16T22:52:10.148Z PASS [ 3.978s] ( 909/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
65502026-07-16T22:52:10.190Z PASS [ 0.269s] ( 910/3039) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
65512026-07-16T22:52:10.199Z PASS [ 2.837s] ( 911/3039) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
65522026-07-16T22:52:10.249Z PASS [ 2.917s] ( 912/3039) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
65532026-07-16T22:52:10.268Z PASS [ 0.244s] ( 913/3039) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
65542026-07-16T22:52:10.276Z PASS [ 4.075s] ( 914/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
65552026-07-16T22:52:10.457Z PASS [ 0.264s] ( 915/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
65562026-07-16T22:52:10.484Z PASS [ 0.241s] ( 916/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
65572026-07-16T22:52:10.543Z PASS [ 0.268s] ( 917/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
65582026-07-16T22:52:10.554Z PASS [ 2.862s] ( 918/3039) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
65592026-07-16T22:52:10.562Z PASS [ 2.972s] ( 919/3039) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
65602026-07-16T22:52:10.572Z PASS [ 0.288s] ( 920/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
65612026-07-16T22:52:10.598Z PASS [ 0.549s] ( 921/3039) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
65622026-07-16T22:52:10.605Z PASS [ 4.259s] ( 922/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
65632026-07-16T22:52:10.660Z PASS [ 0.077s] ( 923/3039) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
65642026-07-16T22:52:10.674Z PASS [ 0.097s] ( 924/3039) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
65652026-07-16T22:52:10.674Z PASS [ 0.063s] ( 925/3039) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
65662026-07-16T22:52:10.674Z PASS [ 0.064s] ( 926/3039) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
65672026-07-16T22:52:10.680Z PASS [ 4.164s] ( 927/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
65682026-07-16T22:52:10.685Z PASS [ 0.044s] ( 928/3039) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
65692026-07-16T22:52:10.712Z PASS [ 4.228s] ( 929/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
65702026-07-16T22:52:10.736Z PASS [ 4.201s] ( 930/3039) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
65712026-07-16T22:52:10.915Z PASS [ 0.237s] ( 931/3039) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
65722026-07-16T22:52:11.015Z PASS [ 0.330s] ( 932/3039) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
65732026-07-16T22:52:11.258Z PASS [ 2.509s] ( 933/3039) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
65742026-07-16T22:52:11.436Z PASS [ 4.195s] ( 934/3039) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
65752026-07-16T22:52:11.443Z PASS [ 2.595s] ( 935/3039) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
65762026-07-16T22:52:11.497Z PASS [ 2.550s] ( 936/3039) nexus-db-queries db::queries::region_allocation::test::explainable
65772026-07-16T22:52:12.124Z PASS [ 2.315s] ( 937/3039) nexus-db-queries db::queries::regions_hard_delete::test::explainable
65782026-07-16T22:52:12.727Z PASS [ 2.577s] ( 938/3039) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
65792026-07-16T22:52:12.873Z PASS [ 2.688s] ( 939/3039) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
65802026-07-16T22:52:12.893Z PASS [ 2.429s] ( 940/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
65812026-07-16T22:52:12.914Z PASS [ 0.021s] ( 941/3039) nexus-defaults tests::test_random_vpc_ipv6_prefix
65822026-07-16T22:52:12.946Z PASS [ 0.030s] ( 942/3039) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
65832026-07-16T22:52:12.964Z PASS [ 0.031s] ( 943/3039) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
65842026-07-16T22:52:12.964Z PASS [ 2.464s] ( 944/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
65852026-07-16T22:52:12.964Z PASS [ 0.033s] ( 945/3039) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
65862026-07-16T22:52:12.970Z PASS [ 0.034s] ( 946/3039) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
65872026-07-16T22:52:12.985Z PASS [ 2.442s] ( 947/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
65882026-07-16T22:52:13.008Z PASS [ 0.037s] ( 948/3039) nexus-fm builder::case::tests::dirty_bits_default_false
65892026-07-16T22:52:13.012Z PASS [ 0.038s] ( 949/3039) nexus-fm builder::case::tests::request_alert_flips_alert_state
65902026-07-16T22:52:13.012Z PASS [ 0.060s] ( 950/3039) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
65912026-07-16T22:52:13.021Z PASS [ 0.040s] ( 951/3039) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
65922026-07-16T22:52:13.030Z PASS [ 0.044s] ( 952/3039) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
65932026-07-16T22:52:13.030Z PASS [ 2.474s] ( 953/3039) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
65942026-07-16T22:52:13.046Z PASS [ 0.046s] ( 954/3039) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
65952026-07-16T22:52:13.055Z PASS [ 0.043s] ( 955/3039) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
65962026-07-16T22:52:13.063Z PASS [ 0.040s] ( 956/3039) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
65972026-07-16T22:52:13.078Z PASS [ 0.048s] ( 957/3039) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
65982026-07-16T22:52:13.084Z PASS [ 0.040s] ( 958/3039) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
65992026-07-16T22:52:13.091Z PASS [ 0.057s] ( 959/3039) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
66002026-07-16T22:52:13.098Z PASS [ 0.041s] ( 960/3039) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
66012026-07-16T22:52:13.109Z PASS [ 0.039s] ( 961/3039) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
66022026-07-16T22:52:13.124Z PASS [ 0.048s] ( 962/3039) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
66032026-07-16T22:52:13.138Z PASS [ 0.055s] ( 963/3039) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
66042026-07-16T22:52:13.144Z PASS [ 0.054s] ( 964/3039) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
66052026-07-16T22:52:13.149Z PASS [ 0.053s] ( 965/3039) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
66062026-07-16T22:52:13.153Z PASS [ 0.053s] ( 966/3039) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
66072026-07-16T22:52:13.159Z PASS [ 4.107s] ( 967/3039) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
66082026-07-16T22:52:13.173Z PASS [ 0.050s] ( 968/3039) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
66092026-07-16T22:52:13.189Z PASS [ 0.051s] ( 969/3039) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
66102026-07-16T22:52:13.193Z PASS [ 0.054s] ( 970/3039) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
66112026-07-16T22:52:13.197Z PASS [ 0.054s] ( 971/3039) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
66122026-07-16T22:52:13.201Z PASS [ 0.051s] ( 972/3039) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
66132026-07-16T22:52:13.214Z PASS [ 0.054s] ( 973/3039) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
66142026-07-16T22:52:13.228Z PASS [ 0.054s] ( 974/3039) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
66152026-07-16T22:52:13.237Z PASS [ 0.043s] ( 975/3039) nexus-inventory builder::test::test_empty
66162026-07-16T22:52:13.240Z PASS [ 0.043s] ( 976/3039) nexus-inventory builder::test::test_problems
66172026-07-16T22:52:13.247Z PASS [ 0.057s] ( 977/3039) nexus-inventory builder::test::test_basic
66182026-07-16T22:52:13.251Z PASS [ 2.588s] ( 978/3039) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66192026-07-16T22:52:13.254Z PASS [ 4.038s] ( 979/3039) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
66202026-07-16T22:52:13.349Z PASS [ 2.655s] ( 980/3039) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66212026-07-16T22:52:13.368Z PASS [ 4.113s] ( 981/3039) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
66222026-07-16T22:52:13.418Z PASS [ 2.753s] ( 982/3039) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66232026-07-16T22:52:13.571Z PASS [ 0.342s] ( 983/3039) nexus-inventory collector::test::test_multi_mgs_failure
66242026-07-16T22:52:13.735Z PASS [ 3.964s] ( 984/3039) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
66252026-07-16T22:52:13.748Z PASS [ 4.044s] ( 985/3039) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
66262026-07-16T22:52:13.809Z PASS [ 0.572s] ( 986/3039) nexus-inventory collector::test::test_sled_agent_failure
66272026-07-16T22:52:13.912Z PASS [ 0.710s] ( 987/3039) nexus-inventory collector::test::test_basic
66282026-07-16T22:52:14.083Z PASS [ 1.359s] ( 988/3039) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
66292026-07-16T22:52:14.100Z PASS [ 0.848s] ( 989/3039) nexus-mgs-updates driver_update::test::test_rot_basic_failures
66302026-07-16T22:52:14.121Z PASS [ 0.908s] ( 990/3039) nexus-inventory collector::test::test_multi_mgs
66312026-07-16T22:52:14.129Z PASS [ 0.790s] ( 991/3039) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
66322026-07-16T22:52:14.301Z PASS [ 0.730s] ( 992/3039) nexus-mgs-updates driver_update::test::test_sp_basic_failures
66332026-07-16T22:52:14.368Z PASS [ 0.245s] ( 993/3039) nexus-mgs-updates test_util::step_through::test::test_basic
66342026-07-16T22:52:14.413Z PASS [ 0.043s] ( 994/3039) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
66352026-07-16T22:52:14.453Z PASS [ 0.042s] ( 995/3039) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
66362026-07-16T22:52:14.483Z PASS [ 3.778s] ( 996/3039) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
66372026-07-16T22:52:14.496Z PASS [ 3.759s] ( 997/3039) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
66382026-07-16T22:52:14.501Z PASS [ 0.041s] ( 998/3039) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
66392026-07-16T22:52:14.521Z PASS [ 0.220s] ( 999/3039) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
66402026-07-16T22:52:14.527Z PASS [ 3.506s] (1000/3039) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
66412026-07-16T22:52:14.532Z PASS [ 0.045s] (1001/3039) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
66422026-07-16T22:52:14.550Z PASS [ 0.052s] (1002/3039) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
66432026-07-16T22:52:14.562Z PASS [ 0.056s] (1003/3039) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
66442026-07-16T22:52:14.567Z PASS [ 0.043s] (1004/3039) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
66452026-07-16T22:52:14.568Z PASS [ 3.670s] (1005/3039) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
66462026-07-16T22:52:14.568Z PASS [ 0.042s] (1006/3039) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
66472026-07-16T22:52:14.579Z PASS [ 0.050s] (1007/3039) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
66482026-07-16T22:52:14.585Z PASS [ 0.040s] (1008/3039) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
66492026-07-16T22:52:14.601Z PASS [ 0.046s] (1009/3039) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
66502026-07-16T22:52:14.611Z PASS [ 24.418s] (1010/3039) nexus-db-queries db::datastore::update::test::test_list_unpruned
66512026-07-16T22:52:14.617Z PASS [ 0.043s] (1011/3039) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
66522026-07-16T22:52:14.617Z PASS [ 0.047s] (1012/3039) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
66532026-07-16T22:52:14.617Z PASS [ 0.047s] (1013/3039) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
66542026-07-16T22:52:14.617Z PASS [ 0.047s] (1014/3039) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
66552026-07-16T22:52:14.631Z PASS [ 0.043s] (1015/3039) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
66562026-07-16T22:52:14.649Z PASS [ 0.046s] (1016/3039) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
66572026-07-16T22:52:14.654Z PASS [ 0.044s] (1017/3039) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
66582026-07-16T22:52:14.662Z PASS [ 0.048s] (1018/3039) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
66592026-07-16T22:52:14.662Z PASS [ 0.048s] (1019/3039) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
66602026-07-16T22:52:14.673Z PASS [ 0.044s] (1020/3039) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
66612026-07-16T22:52:14.797Z PASS [ 0.135s] (1021/3039) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
66622026-07-16T22:52:14.860Z PASS [ 0.061s] (1022/3039) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
66632026-07-16T22:52:14.866Z PASS [ 3.604s] (1023/3039) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
66642026-07-16T22:52:14.912Z PASS [ 0.054s] (1024/3039) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
66652026-07-16T22:52:14.924Z PASS [ 0.061s] (1025/3039) nexus-reconfigurator-execution dns::test::test_dns_compute_update
66662026-07-16T22:52:15.131Z PASS [ 1.045s] (1026/3039) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
66672026-07-16T22:52:15.161Z PASS [ 3.672s] (1027/3039) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
66682026-07-16T22:52:15.427Z PASS [ 3.305s] (1028/3039) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
66692026-07-16T22:52:16.220Z PASS [ 2.979s] (1029/3039) nexus-metrics-producer-gc tests::test_prune_expired_producers
66702026-07-16T22:52:16.229Z PASS [ 2.980s] (1030/3039) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
66712026-07-16T22:52:16.290Z PASS [ 0.071s] (1031/3039) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
66722026-07-16T22:52:16.331Z PASS [ 0.040s] (1032/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
66732026-07-16T22:52:16.456Z PASS [ 3.205s] (1033/3039) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
66742026-07-16T22:52:16.471Z PASS [ 0.140s] (1034/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
66752026-07-16T22:52:16.491Z PASS [ 0.036s] (1035/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
66762026-07-16T22:52:16.523Z PASS [ 0.052s] (1036/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
66772026-07-16T22:52:16.541Z PASS [ 0.052s] (1037/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
66782026-07-16T22:52:16.565Z PASS [ 0.040s] (1038/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
66792026-07-16T22:52:16.591Z PASS [ 0.041s] (1039/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
66802026-07-16T22:52:16.600Z PASS [ 0.037s] (1040/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
66812026-07-16T22:52:16.631Z PASS [ 0.048s] (1041/3039) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
66822026-07-16T22:52:16.635Z PASS [ 0.036s] (1042/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
66832026-07-16T22:52:16.664Z PASS [ 0.034s] (1043/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
66842026-07-16T22:52:16.678Z PASS [ 0.036s] (1044/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
66852026-07-16T22:52:16.694Z PASS [ 0.031s] (1045/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
66862026-07-16T22:52:16.715Z PASS [ 0.035s] (1046/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
66872026-07-16T22:52:16.736Z PASS [ 0.038s] (1047/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
66882026-07-16T22:52:16.744Z PASS [ 0.033s] (1048/3039) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
66892026-07-16T22:52:16.767Z PASS [ 0.033s] (1049/3039) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
66902026-07-16T22:52:16.781Z PASS [ 0.043s] (1050/3039) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
66912026-07-16T22:52:17.028Z PASS [ 0.240s] (1051/3039) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
66922026-07-16T22:52:17.267Z PASS [ 0.238s] (1052/3039) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
66932026-07-16T22:52:17.416Z PASS [ 0.153s] (1053/3039) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
66942026-07-16T22:52:17.492Z PASS [ 0.079s] (1054/3039) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
66952026-07-16T22:52:17.524Z PASS [ 0.031s] (1055/3039) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
66962026-07-16T22:52:17.568Z PASS [ 0.043s] (1056/3039) nexus-reconfigurator-planning example::tests::builder_all_zone_types
66972026-07-16T22:52:17.607Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
66982026-07-16T22:52:17.613Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66992026-07-16T22:52:17.613Z PASS [ 0.044s] (1057/3039) nexus-reconfigurator-planning example::tests::builder_zone_counts
67002026-07-16T22:52:18.244Z PASS [ 4.432s] (1058/3039) nexus-mgs-updates driver_update::test::test_sp_update_watched
67012026-07-16T22:52:18.272Z PASS [ 0.030s] (1059/3039) nexus-reconfigurator-planning example::tests::instances_on_examples
67022026-07-16T22:52:18.316Z PASS [ 0.044s] (1060/3039) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
67032026-07-16T22:52:18.363Z PASS [ 0.046s] (1061/3039) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
67042026-07-16T22:52:18.413Z PASS [ 0.052s] (1062/3039) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
67052026-07-16T22:52:18.465Z PASS [ 0.050s] (1063/3039) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
67062026-07-16T22:52:18.512Z PASS [ 0.044s] (1064/3039) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
67072026-07-16T22:52:18.554Z PASS [ 0.038s] (1065/3039) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
67082026-07-16T22:52:18.586Z PASS [ 0.039s] (1066/3039) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
67092026-07-16T22:52:18.628Z PASS [ 0.040s] (1067/3039) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
67102026-07-16T22:52:18.652Z PASS [ 4.008s] (1068/3039) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
67112026-07-16T22:52:18.682Z PASS [ 0.056s] (1069/3039) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
67122026-07-16T22:52:18.705Z PASS [ 0.045s] (1070/3039) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
67132026-07-16T22:52:18.745Z PASS [ 0.055s] (1071/3039) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
67142026-07-16T22:52:18.824Z PASS [ 0.118s] (1072/3039) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
67152026-07-16T22:52:18.831Z PASS [ 0.081s] (1073/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
67162026-07-16T22:52:18.894Z PASS [ 0.075s] (1074/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
67172026-07-16T22:52:18.909Z PASS [ 0.093s] (1075/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
67182026-07-16T22:52:18.966Z PASS [ 0.070s] (1076/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
67192026-07-16T22:52:18.982Z PASS [ 4.322s] (1077/3039) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
67202026-07-16T22:52:18.992Z PASS [ 0.079s] (1078/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
67212026-07-16T22:52:19.011Z PASS [ 4.350s] (1079/3039) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
67222026-07-16T22:52:19.048Z PASS [ 4.386s] (1080/3039) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
67232026-07-16T22:52:19.053Z PASS [ 0.076s] (1081/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
67242026-07-16T22:52:19.060Z PASS [ 0.069s] (1082/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
67252026-07-16T22:52:19.060Z PASS [ 0.093s] (1083/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
67262026-07-16T22:52:19.080Z PASS [ 0.065s] (1084/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
67272026-07-16T22:52:19.130Z PASS [ 0.086s] (1085/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
67282026-07-16T22:52:19.149Z PASS [ 0.095s] (1086/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
67292026-07-16T22:52:19.154Z PASS [ 0.092s] (1087/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
67302026-07-16T22:52:19.237Z PASS [ 0.156s] (1088/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
67312026-07-16T22:52:19.337Z PASS [ 2.479s] (1089/3039) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
67322026-07-16T22:52:19.354Z PASS [ 0.100s] (1090/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
67332026-07-16T22:52:19.354Z PASS [ 0.108s] (1091/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
67342026-07-16T22:52:19.354Z PASS [ 0.127s] (1092/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
67352026-07-16T22:52:19.354Z PASS [ 0.082s] (1093/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
67362026-07-16T22:52:19.354Z PASS [ 0.089s] (1094/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
67372026-07-16T22:52:19.358Z PASS [ 0.090s] (1095/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
67382026-07-16T22:52:19.682Z PASS [ 5.769s] (1096/3039) nexus-mgs-updates driver_update::test_host_phase_1::basic
67392026-07-16T22:52:19.774Z PASS [ 0.710s] (1097/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
67402026-07-16T22:52:19.998Z PASS [ 6.629s] (1098/3039) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
67412026-07-16T22:52:20.035Z PASS [ 6.615s] (1099/3039) nexus-mgs-updates driver_update::test::test_rot_update_basic
67422026-07-16T22:52:20.066Z PASS [ 0.069s] (1100/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
67432026-07-16T22:52:20.515Z PASS [ 1.284s] (1101/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
67442026-07-16T22:52:20.729Z PASS [ 3.110s] (1102/3039) nexus-reconfigurator-planning example::tests::dns_resolution_works
67452026-07-16T22:52:20.787Z PASS [ 1.105s] (1103/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
67462026-07-16T22:52:20.811Z PASS [ 0.018s] (1104/3039) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
67472026-07-16T22:52:20.834Z PASS [ 0.029s] (1105/3039) nexus-saga-recovery recovery::test::test_execution_basic
67482026-07-16T22:52:20.862Z PASS [ 0.028s] (1106/3039) nexus-saga-recovery recovery::test::test_plan_basic
67492026-07-16T22:52:20.893Z PASS [ 0.026s] (1107/3039) nexus-saga-recovery recovery::test::test_read_all_from_channel
67502026-07-16T22:52:20.912Z PASS [ 1.574s] (1108/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
67512026-07-16T22:52:20.926Z PASS [ 0.032s] (1109/3039) nexus-saga-recovery test::test_basic
67522026-07-16T22:52:20.941Z PASS [ 0.024s] (1110/3039) nexus-switch-config tests::all_problems_are_accumulated
67532026-07-16T22:52:20.952Z PASS [ 0.023s] (1111/3039) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
67542026-07-16T22:52:20.964Z PASS [ 0.026s] (1112/3039) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
67552026-07-16T22:52:20.979Z PASS [ 0.026s] (1113/3039) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
67562026-07-16T22:52:20.996Z PASS [ 0.026s] (1114/3039) nexus-switch-config tests::empty_port_list_is_reported
67572026-07-16T22:52:21.000Z PASS [ 0.029s] (1115/3039) nexus-switch-config tests::illegal_max_paths_is_reported
67582026-07-16T22:52:21.019Z PASS [ 0.026s] (1116/3039) nexus-switch-config tests::malformed_uplink_address_is_reported
67592026-07-16T22:52:21.034Z PASS [ 0.024s] (1117/3039) nexus-switch-config tests::missing_rack_subnet_is_reported
67602026-07-16T22:52:21.051Z PASS [ 0.035s] (1118/3039) nexus-switch-config tests::no_silent_port_drops
67612026-07-16T22:52:21.061Z PASS [ 0.032s] (1119/3039) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
67622026-07-16T22:52:21.086Z PASS [ 0.028s] (1120/3039) nexus-switch-config tests::peered_port_switch_asn
67632026-07-16T22:52:21.090Z PASS [ 0.037s] (1121/3039) nexus-switch-config tests::peered_port_requires_switch_bgp_config
67642026-07-16T22:52:21.119Z PASS [ 0.034s] (1122/3039) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
67652026-07-16T22:52:21.129Z PASS [ 0.034s] (1123/3039) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
67662026-07-16T22:52:21.156Z PASS [ 0.028s] (1124/3039) nexus-types alert::tests::test_from_str_roundtrips
67672026-07-16T22:52:21.164Z PASS [ 1.834s] (1125/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
67682026-07-16T22:52:21.181Z PASS [ 0.026s] (1126/3039) nexus-types alert::tests::test_is_test
67692026-07-16T22:52:21.192Z PASS [ 0.028s] (1127/3039) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
67702026-07-16T22:52:21.215Z PASS [ 0.032s] (1128/3039) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
67712026-07-16T22:52:21.236Z PASS [ 0.044s] (1129/3039) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
67722026-07-16T22:52:21.249Z PASS [ 0.038s] (1130/3039) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
67732026-07-16T22:52:21.272Z PASS [ 1.924s] (1131/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
67742026-07-16T22:52:21.276Z PASS [ 0.041s] (1132/3039) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
67752026-07-16T22:52:21.287Z PASS [ 0.032s] (1133/3039) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
67762026-07-16T22:52:21.306Z PASS [ 0.032s] (1134/3039) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
67772026-07-16T22:52:21.320Z PASS [ 0.035s] (1135/3039) nexus-types deployment::test::test_serialize_pending_mgs_updates
67782026-07-16T22:52:21.344Z PASS [ 0.037s] (1136/3039) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
67792026-07-16T22:52:21.359Z PASS [ 0.035s] (1137/3039) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
67802026-07-16T22:52:21.385Z PASS [ 0.043s] (1138/3039) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
67812026-07-16T22:52:21.396Z PASS [ 0.038s] (1139/3039) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
67822026-07-16T22:52:21.420Z PASS [ 0.031s] (1140/3039) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
67832026-07-16T22:52:21.420Z PASS [ 0.033s] (1141/3039) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
67842026-07-16T22:52:21.455Z PASS [ 0.033s] (1142/3039) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
67852026-07-16T22:52:21.462Z PASS [ 0.036s] (1143/3039) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
67862026-07-16T22:52:21.483Z PASS [ 0.028s] (1144/3039) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
67872026-07-16T22:52:21.490Z PASS [ 2.229s] (1145/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
67882026-07-16T22:52:21.509Z PASS [ 0.053s] (1146/3039) nexus-types fm::case::tests::test_case_display
67892026-07-16T22:52:21.517Z PASS [ 0.031s] (1147/3039) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
67902026-07-16T22:52:21.523Z PASS [ 0.037s] (1148/3039) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
67912026-07-16T22:52:21.554Z PASS [ 0.037s] (1149/3039) nexus-types quiesce::test::test_drained_blueprint
67922026-07-16T22:52:21.561Z PASS [ 0.041s] (1150/3039) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
67932026-07-16T22:52:21.567Z PASS [ 0.041s] (1151/3039) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
67942026-07-16T22:52:21.585Z PASS [ 0.034s] (1152/3039) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
67952026-07-16T22:52:21.604Z PASS [ 0.044s] (1153/3039) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
67962026-07-16T22:52:21.612Z PASS [ 0.043s] (1154/3039) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
67972026-07-16T22:52:21.640Z PASS [ 0.040s] (1155/3039) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
67982026-07-16T22:52:21.640Z PASS [ 0.052s] (1156/3039) nexus-types quiesce::test::test_quiesce_block_on_reassignment
67992026-07-16T22:52:21.676Z PASS [ 0.036s] (1157/3039) nexus-types quiesce::test::test_quiesce_noop
68002026-07-16T22:52:21.701Z PASS [ 0.043s] (1158/3039) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
68012026-07-16T22:52:21.715Z PASS [ 0.081s] (1159/3039) nexus-types quiesce::test::test_quiesce_block_on_saga_started
68022026-07-16T22:52:21.725Z PASS [ 0.035s] (1160/3039) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
68032026-07-16T22:52:21.732Z PASS [ 0.031s] (1161/3039) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
68042026-07-16T22:52:21.748Z PASS [ 0.024s] (1162/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
68052026-07-16T22:52:21.748Z PASS [ 0.058s] (1163/3039) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
68062026-07-16T22:52:21.757Z PASS [ 0.026s] (1164/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
68072026-07-16T22:52:21.764Z PASS [ 0.026s] (1165/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
68082026-07-16T22:52:21.764Z PASS [ 0.027s] (1166/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
68092026-07-16T22:52:21.782Z PASS [ 0.035s] (1167/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
68102026-07-16T22:52:21.799Z PASS [ 0.030s] (1168/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
68112026-07-16T22:52:21.805Z PASS [ 0.029s] (1169/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
68122026-07-16T22:52:21.812Z PASS [ 0.025s] (1170/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
68132026-07-16T22:52:21.843Z PASS [ 0.028s] (1171/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
68142026-07-16T22:52:21.925Z PASS [ 0.034s] (1172/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
68152026-07-16T22:52:21.925Z PASS [ 0.030s] (1173/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
68162026-07-16T22:52:21.925Z PASS [ 0.031s] (1174/3039) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
68172026-07-16T22:52:21.943Z PASS [ 0.036s] (1175/3039) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
68182026-07-16T22:52:21.943Z PASS [ 0.033s] (1176/3039) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
68192026-07-16T22:52:21.943Z PASS [ 0.035s] (1177/3039) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
68202026-07-16T22:52:21.943Z PASS [ 0.028s] (1178/3039) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
68212026-07-16T22:52:21.943Z PASS [ 0.036s] (1179/3039) nexus-types-versions impls::policy::tests::test_policy_parsing
68222026-07-16T22:52:21.943Z PASS [ 0.030s] (1180/3039) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
68232026-07-16T22:52:21.943Z PASS [ 0.030s] (1181/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
68242026-07-16T22:52:21.949Z PASS [ 0.027s] (1182/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
68252026-07-16T22:52:21.949Z PASS [ 0.036s] (1183/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
68262026-07-16T22:52:21.960Z PASS [ 0.029s] (1184/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
68272026-07-16T22:52:21.967Z PASS [ 0.032s] (1185/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
68282026-07-16T22:52:21.983Z PASS [ 0.027s] (1186/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
68292026-07-16T22:52:21.987Z PASS [ 0.033s] (1187/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
68302026-07-16T22:52:22.007Z PASS [ 0.035s] (1188/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
68312026-07-16T22:52:22.019Z PASS [ 0.043s] (1189/3039) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
68322026-07-16T22:52:22.098Z PASS [ 0.079s] (1190/3039) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
68332026-07-16T22:52:22.112Z PASS [ 0.090s] (1191/3039) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
68342026-07-16T22:52:22.112Z PASS [ 0.086s] (1192/3039) omicron-certificates tests::test_cert_extended_key_usage
68352026-07-16T22:52:22.146Z PASS [ 0.076s] (1193/3039) omicron-certificates tests::test_common_name_is_validated
68362026-07-16T22:52:22.173Z PASS [ 0.080s] (1194/3039) omicron-certificates tests::test_subject_alternate_names_are_validated
68372026-07-16T22:52:22.186Z PASS [ 0.082s] (1195/3039) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
68382026-07-16T22:52:22.332Z PASS [ 8.589s] (1196/3039) nexus-mgs-updates driver_update::test::test_sp_update_basic
68392026-07-16T22:52:22.552Z PASS [ 2.774s] (1197/3039) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
68402026-07-16T22:52:23.529Z PASS [ 2.411s] (1198/3039) nexus-test-utils test::test_suite_password_matches_hash
68412026-07-16T22:52:23.778Z PASS [ 1.589s] (1199/3039) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
68422026-07-16T22:52:23.797Z PASS [ 0.021s] (1200/3039) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
68432026-07-16T22:52:23.828Z PASS [ 0.029s] (1201/3039) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
68442026-07-16T22:52:23.855Z PASS [ 1.527s] (1202/3039) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
68452026-07-16T22:52:23.881Z PASS [ 0.019s] (1203/3039) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
68462026-07-16T22:52:23.892Z PASS [ 9.766s] (1204/3039) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
68472026-07-16T22:52:23.910Z PASS [ 0.019s] (1205/3039) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
68482026-07-16T22:52:23.927Z PASS [ 0.023s] (1206/3039) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
68492026-07-16T22:52:23.927Z PASS [ 0.020s] (1207/3039) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
68502026-07-16T22:52:23.934Z PASS [ 0.017s] (1208/3039) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
68512026-07-16T22:52:23.940Z PASS [ 0.029s] (1209/3039) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
68522026-07-16T22:52:23.960Z PASS [ 0.030s] (1210/3039) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
68532026-07-16T22:52:23.966Z PASS [ 0.022s] (1211/3039) omicron-common address::test::test_dns_subnets
68542026-07-16T22:52:23.981Z PASS [ 0.020s] (1212/3039) omicron-common address::test::test_ip_range_checks_non_decreasing
68552026-07-16T22:52:23.987Z PASS [ 0.022s] (1213/3039) omicron-common address::test::test_ip_range_enum_deserialization
68562026-07-16T22:52:24.000Z PASS [ 0.019s] (1214/3039) omicron-common address::test::test_ip_range_iter
68572026-07-16T22:52:24.013Z PASS [ 0.018s] (1215/3039) omicron-common address::test::test_ip_range_length
68582026-07-16T22:52:24.018Z PASS [ 0.186s] (1216/3039) omicron-cockroach-metrics tests::test_cluster_client_caching
68592026-07-16T22:52:24.018Z PASS [ 0.017s] (1217/3039) omicron-common address::test::test_ip_range_try_from
68602026-07-16T22:52:24.023Z PASS [ 0.019s] (1218/3039) omicron-common address::test::test_ipv6_subnet_deserialize
68612026-07-16T22:52:24.034Z PASS [ 0.018s] (1219/3039) omicron-common address::test::test_sled_address
68622026-07-16T22:52:24.042Z PASS [ 0.018s] (1220/3039) omicron-common api::external::error::test::test_bail_unless
68632026-07-16T22:52:24.048Z PASS [ 0.021s] (1221/3039) omicron-common api::external::error::test::test_context
68642026-07-16T22:52:24.055Z PASS [ 0.022s] (1222/3039) omicron-common api::external::http_pagination::test::test_pagination_examples
68652026-07-16T22:52:24.063Z PASS [ 0.024s] (1223/3039) omicron-common api::external::http_pagination::test::test_pagination_schemas
68662026-07-16T22:52:24.069Z PASS [ 0.020s] (1224/3039) omicron-common api::external::http_pagination::test::test_scan_by_id
68672026-07-16T22:52:24.077Z PASS [ 0.023s] (1225/3039) omicron-common api::external::http_pagination::test::test_scan_by_name
68682026-07-16T22:52:24.083Z PASS [ 0.021s] (1226/3039) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
68692026-07-16T22:52:24.087Z PASS [ 0.021s] (1227/3039) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
68702026-07-16T22:52:24.097Z PASS [ 0.020s] (1228/3039) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
68712026-07-16T22:52:24.105Z PASS [ 0.024s] (1229/3039) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
68722026-07-16T22:52:24.114Z PASS [ 0.027s] (1230/3039) omicron-common api::external::test::test_bytecount
68732026-07-16T22:52:24.119Z PASS [ 0.020s] (1231/3039) omicron-common api::external::test::test_bytecount_display
68742026-07-16T22:52:24.132Z PASS [ 0.026s] (1232/3039) omicron-common api::external::test::test_digest
68752026-07-16T22:52:24.140Z PASS [ 0.022s] (1233/3039) omicron-common api::external::test::test_firewall_deserialization
68762026-07-16T22:52:24.157Z PASS [ 0.035s] (1234/3039) omicron-common api::external::test::test_firewall_rule_host_filter_parse
68772026-07-16T22:52:24.165Z PASS [ 0.025s] (1235/3039) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
68782026-07-16T22:52:24.169Z PASS [ 0.030s] (1236/3039) omicron-common api::external::test::test_firewall_rule_target_parse
68792026-07-16T22:52:24.175Z PASS [ 0.022s] (1237/3039) omicron-common api::external::test::test_generation_display_parse
68802026-07-16T22:52:24.182Z PASS [ 0.024s] (1238/3039) omicron-common api::external::test::test_generation_from_int
68812026-07-16T22:52:24.208Z PASS [ 0.026s] (1239/3039) omicron-common api::external::test::test_generation_serde
68822026-07-16T22:52:24.216Z PASS [ 0.026s] (1240/3039) omicron-common api::external::test::test_hostname_from_str
68832026-07-16T22:52:24.227Z PASS [ 0.025s] (1241/3039) omicron-common api::external::test::test_ip_port_range_from_str
68842026-07-16T22:52:24.231Z PASS [ 0.025s] (1242/3039) omicron-common api::external::test::test_ip_port_range_into_str
68852026-07-16T22:52:24.251Z PASS [ 0.025s] (1243/3039) omicron-common api::external::test::test_ipv6_net_operations
68862026-07-16T22:52:24.258Z PASS [ 0.093s] (1244/3039) omicron-common api::external::test::test_generation_overflow
68872026-07-16T22:52:24.275Z PASS [ 0.041s] (1245/3039) omicron-common api::external::test::test_mac_system_iterator
68882026-07-16T22:52:24.282Z PASS [ 0.025s] (1246/3039) omicron-common api::external::test::test_macaddr
68892026-07-16T22:52:24.282Z PASS [ 0.033s] (1247/3039) omicron-common api::external::test::test_mac_to_int_conversions
68902026-07-16T22:52:24.300Z PASS [ 0.028s] (1248/3039) omicron-common api::external::test::test_name_parse
68912026-07-16T22:52:24.313Z PASS [ 0.027s] (1249/3039) omicron-common api::external::test::test_resource_name_parse
68922026-07-16T22:52:24.313Z PASS [ 0.027s] (1250/3039) omicron-common api::external::test::test_name_parse_from_param
68932026-07-16T22:52:24.340Z PASS [ 0.038s] (1251/3039) omicron-common api::external::test::test_route_destination_parse
68942026-07-16T22:52:24.362Z PASS [ 0.043s] (1252/3039) omicron-common api::external::test::test_route_target_parse
68952026-07-16T22:52:24.367Z PASS [ 0.047s] (1253/3039) omicron-common api::external::test::test_semver_serialize
68962026-07-16T22:52:24.367Z PASS [ 0.023s] (1254/3039) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
68972026-07-16T22:52:24.388Z PASS [ 0.033s] (1255/3039) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
68982026-07-16T22:52:24.396Z PASS [ 0.034s] (1256/3039) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
68992026-07-16T22:52:24.416Z PASS [ 0.029s] (1257/3039) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
69002026-07-16T22:52:24.423Z PASS [ 0.028s] (1258/3039) omicron-common disk::tests::parse_dataset_name
69012026-07-16T22:52:24.439Z PASS [ 0.076s] (1259/3039) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
69022026-07-16T22:52:24.445Z PASS [ 0.023s] (1260/3039) omicron-common zpool_name::test::test_parse_bad_zpool_names
69032026-07-16T22:52:24.454Z PASS [ 0.025s] (1261/3039) omicron-common zpool_name::test::test_parse_external_zpool_name
69042026-07-16T22:52:24.468Z PASS [ 0.021s] (1262/3039) omicron-common zpool_name::test::test_parse_zpool_name_json
69052026-07-16T22:52:24.479Z PASS [ 0.024s] (1263/3039) omicron-common zpool_name::test::test_parse_internal_zpool_name
69062026-07-16T22:52:24.479Z PASS [ 0.024s] (1264/3039) omicron-common zpool_name::test::test_zpool_name_regex
69072026-07-16T22:52:24.694Z PASS [ 0.175s] (1265/3039) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
69082026-07-16T22:52:24.710Z PASS [ 0.243s] (1266/3039) omicron-dev::test-omicron-dev test_omicron_dev_no_args
69092026-07-16T22:52:24.802Z PASS [ 0.030s] (1267/3039) omicron-gateway management_switch::location_map::tests::test_config_validation
69102026-07-16T22:52:24.802Z PASS [ 0.031s] (1268/3039) omicron-gateway management_switch::location_map::tests::test_resolve_location
69112026-07-16T22:52:24.965Z PASS [ 0.198s] (1269/3039) omicron-gateway::test_all integration_tests::component_list::component_list
69122026-07-16T22:52:24.996Z PASS [ 0.031s] (1270/3039) omicron-gateway::test_all integration_tests::config::read_production_smf_config
69132026-07-16T22:52:25.047Z PASS [ 1.514s] (1271/3039) omicron-cockroach-admin context::tests::test_node_id
69142026-07-16T22:52:25.200Z PASS [ 0.200s] (1272/3039) omicron-gateway::test_all integration_tests::ereports::ereports_basic
69152026-07-16T22:52:25.278Z PASS [ 0.235s] (1273/3039) omicron-gateway::test_all integration_tests::ereports::ereports_commit
69162026-07-16T22:52:25.493Z PASS [ 3.353s] (1274/3039) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
69172026-07-16T22:52:25.499Z PASS [ 0.300s] (1275/3039) omicron-gateway::test_all integration_tests::ereports::ereports_limit
69182026-07-16T22:52:25.646Z PASS [ 0.367s] (1276/3039) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
69192026-07-16T22:52:25.719Z PASS [ 0.215s] (1277/3039) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
69202026-07-16T22:52:25.748Z PASS [ 0.023s] (1278/3039) omicron-ledger test::test_commit_handles_write_failures
69212026-07-16T22:52:25.755Z PASS [ 0.245s] (1279/3039) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
69222026-07-16T22:52:25.760Z PASS [ 0.023s] (1280/3039) omicron-ledger test::test_create_default_ledger
69232026-07-16T22:52:25.766Z PASS [ 0.024s] (1281/3039) omicron-ledger test::test_create_ledger_reads_from_storage
69242026-07-16T22:52:25.785Z PASS [ 0.025s] (1282/3039) omicron-ledger test::test_create_ledger_reads_latest_from_storage
69252026-07-16T22:52:25.785Z PASS [ 0.021s] (1283/3039) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
69262026-07-16T22:52:25.803Z PASS [ 0.019s] (1284/3039) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
69272026-07-16T22:52:25.817Z PASS [ 0.020s] (1285/3039) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
69282026-07-16T22:52:25.829Z PASS [ 0.017s] (1286/3039) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
69292026-07-16T22:52:25.829Z PASS [ 0.018s] (1287/3039) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
69302026-07-16T22:52:25.878Z PASS [ 14.438s] (1288/3039) nexus-db-queries policy_test::test_conferred_roles
69312026-07-16T22:52:25.889Z PASS [ 0.232s] (1289/3039) omicron-gateway::test_all integration_tests::task_dump::task_dump
69322026-07-16T22:52:25.949Z PASS [ 0.065s] (1290/3039) omicron-nexus app::alert::tests::test_alert_class_list
69332026-07-16T22:52:26.515Z PASS [ 11.349s] (1291/3039) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
69342026-07-16T22:52:27.047Z PASS [ 11.882s] (1292/3039) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
69352026-07-16T22:52:27.265Z PASS [ 4.718s] (1293/3039) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
69362026-07-16T22:52:27.945Z PASS [ 5.758s] (1294/3039) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
69372026-07-16T22:52:28.210Z PASS [ 14.457s] (1295/3039) nexus-mgs-updates driver_update::test::test_sp_update_takeover
69382026-07-16T22:52:28.406Z PASS [ 12.978s] (1296/3039) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
69392026-07-16T22:52:28.585Z PASS [ 12.355s] (1297/3039) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
69402026-07-16T22:52:28.633Z PASS [ 0.047s] (1298/3039) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
69412026-07-16T22:52:28.681Z PASS [ 0.050s] (1299/3039) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
69422026-07-16T22:52:28.739Z PASS [ 0.047s] (1300/3039) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
69432026-07-16T22:52:28.776Z PASS [ 0.046s] (1301/3039) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
69442026-07-16T22:52:28.828Z PASS [ 0.050s] (1302/3039) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
69452026-07-16T22:52:33.739Z PASS [ 19.637s] (1303/3039) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
69462026-07-16T22:52:35.066Z PASS [ 13.788s] (1304/3039) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
69472026-07-16T22:52:36.599Z PASS [ 12.128s] (1305/3039) omicron-dev::test-omicron-dev test_run_all
69482026-07-16T22:52:37.319Z PASS [ 139.714s] (1306/3039) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69492026-07-16T22:52:38.631Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
69502026-07-16T22:52:38.694Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
69512026-07-16T22:52:38.694Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
69522026-07-16T22:52:39.130Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
69532026-07-16T22:52:39.649Z PASS [ 19.598s] (1307/3039) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
69542026-07-16T22:52:40.197Z PASS [ 6.459s] (1308/3039) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
69552026-07-16T22:52:40.505Z PASS [ 19.778s] (1309/3039) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
69562026-07-16T22:52:40.524Z PASS [ 5.444s] (1310/3039) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
69572026-07-16T22:52:40.528Z PASS [ 14.582s] (1311/3039) omicron-nexus app::background::driver::test::test_activation_in_progress
69582026-07-16T22:52:40.720Z PASS [ 14.208s] (1312/3039) omicron-nexus app::background::driver::test::test_driver_basic
69592026-07-16T22:52:41.734Z PASS [ 14.722s] (1313/3039) omicron-nexus app::background::init::test::test_dns_propagation_basic
69602026-07-16T22:52:41.831Z PASS [ 0.075s] (1314/3039) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
69612026-07-16T22:52:42.521Z PASS [ 5.923s] (1315/3039) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
69622026-07-16T22:52:42.985Z PASS [ 14.545s] (1316/3039) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
69632026-07-16T22:52:43.342Z PASS [ 23.271s] (1317/3039) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
69642026-07-16T22:52:44.520Z PASS [ 23.993s] (1318/3039) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
69652026-07-16T22:52:46.544Z PASS [ 31.915s] (1319/3039) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
69662026-07-16T22:52:46.560Z PASS [ 6.027s] (1320/3039) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
69672026-07-16T22:52:46.601Z PASS [ 6.085s] (1321/3039) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
69682026-07-16T22:52:51.544Z PASS [ 21.680s] (1322/3039) omicron-ls-apis::test_dependencies test_api_check
69692026-07-16T22:52:51.711Z PASS [ 6.876s] (1323/3039) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
69702026-07-16T22:52:51.711Z PASS [ 22.683s] (1324/3039) omicron-ls-apis::test_dependencies test_api_dependencies
69712026-07-16T22:52:51.711Z PASS [ 22.054s] (1325/3039) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
69722026-07-16T22:52:51.711Z PASS [ 8.951s] (1326/3039) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
69732026-07-16T22:52:51.711Z PASS [ 21.646s] (1327/3039) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
69742026-07-16T22:52:51.753Z PASS [ 22.133s] (1328/3039) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
69752026-07-16T22:52:51.753Z PASS [ 24.413s] (1329/3039) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
69762026-07-16T22:52:54.083Z PASS [ 6.580s] (1330/3039) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
69772026-07-16T22:52:54.422Z PASS [ 6.827s] (1331/3039) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
69782026-07-16T22:52:54.679Z PASS [ 15.047s] (1332/3039) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
69792026-07-16T22:52:54.967Z PASS [ 6.461s] (1333/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
69802026-07-16T22:52:55.995Z PASS [ 6.682s] (1334/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
69812026-07-16T22:52:56.139Z PASS [ 18.820s] (1335/3039) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
69822026-07-16T22:52:56.274Z PASS [ 14.465s] (1336/3039) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
69832026-07-16T22:52:57.047Z PASS [ 7.195s] (1337/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
69842026-07-16T22:52:57.071Z PASS [ 7.621s] (1338/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
69852026-07-16T22:52:57.264Z PASS [ 7.203s] (1339/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
69862026-07-16T22:52:57.316Z PASS [ 14.795s] (1340/3039) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
69872026-07-16T22:52:57.454Z PASS [ 7.170s] (1341/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
69882026-07-16T22:52:57.561Z PASS [ 0.065s] (1342/3039) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
69892026-07-16T22:52:57.600Z PASS [ 0.081s] (1343/3039) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
69902026-07-16T22:52:57.658Z PASS [ 0.057s] (1344/3039) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
69912026-07-16T22:52:57.721Z PASS [ 0.064s] (1345/3039) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
69922026-07-16T22:52:57.770Z PASS [ 0.048s] (1346/3039) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
69932026-07-16T22:52:57.814Z PASS [ 0.045s] (1347/3039) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
69942026-07-16T22:52:57.846Z PASS [ 14.897s] (1348/3039) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
69952026-07-16T22:52:57.866Z PASS [ 0.052s] (1349/3039) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
69962026-07-16T22:52:57.894Z PASS [ 0.048s] (1350/3039) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
69972026-07-16T22:52:57.918Z PASS [ 0.051s] (1351/3039) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
69982026-07-16T22:52:57.969Z PASS [ 0.051s] (1352/3039) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
69992026-07-16T22:52:57.999Z PASS [ 0.104s] (1353/3039) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
70002026-07-16T22:52:58.031Z PASS [ 0.062s] (1354/3039) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
70012026-07-16T22:52:58.052Z PASS [ 0.053s] (1355/3039) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
70022026-07-16T22:52:58.078Z PASS [ 0.047s] (1356/3039) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
70032026-07-16T22:52:58.102Z PASS [ 0.049s] (1357/3039) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
70042026-07-16T22:52:58.128Z PASS [ 0.049s] (1358/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
70052026-07-16T22:52:58.155Z PASS [ 0.053s] (1359/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
70062026-07-16T22:52:58.175Z PASS [ 0.047s] (1360/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
70072026-07-16T22:52:58.219Z PASS [ 0.065s] (1361/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
70082026-07-16T22:52:58.226Z PASS [ 0.051s] (1362/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
70092026-07-16T22:52:58.268Z PASS [ 0.049s] (1363/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
70102026-07-16T22:52:58.277Z PASS [ 0.050s] (1364/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
70112026-07-16T22:52:58.317Z PASS [ 0.048s] (1365/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
70122026-07-16T22:52:58.323Z PASS [ 0.047s] (1366/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
70132026-07-16T22:52:58.365Z PASS [ 0.047s] (1367/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
70142026-07-16T22:52:58.373Z PASS [ 0.049s] (1368/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
70152026-07-16T22:52:58.416Z PASS [ 0.050s] (1369/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
70162026-07-16T22:52:58.420Z PASS [ 0.047s] (1370/3039) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
70172026-07-16T22:52:58.540Z PASS [ 15.203s] (1371/3039) omicron-nexus app::background::tasks::dns_config::test::test_basic
70182026-07-16T22:52:59.792Z PASS [ 15.284s] (1372/3039) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
70192026-07-16T22:53:00.350Z PASS [ 6.269s] (1373/3039) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
70202026-07-16T22:53:00.931Z PASS [ 6.253s] (1374/3039) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
70212026-07-16T22:53:00.949Z PASS [ 6.527s] (1375/3039) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
70222026-07-16T22:53:01.384Z PASS [ 21.187s] (1376/3039) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
70232026-07-16T22:53:01.772Z PASS [ 15.220s] (1377/3039) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
70242026-07-16T22:53:01.914Z PASS [ 15.385s] (1378/3039) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
70252026-07-16T22:53:01.974Z PASS [ 37.338s] (1379/3039) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
70262026-07-16T22:53:02.029Z PASS [ 15.435s] (1380/3039) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
70272026-07-16T22:53:02.697Z PASS [ 5.430s] (1381/3039) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
70282026-07-16T22:53:10.975Z PASS [ 42.150s] (1382/3039) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
70292026-07-16T22:53:11.442Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
70302026-07-16T22:53:12.063Z PASS [ 14.747s] (1383/3039) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
70312026-07-16T22:53:14.630Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70322026-07-16T22:53:14.736Z PASS [ 14.943s] (1384/3039) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
70332026-07-16T22:53:14.914Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
70342026-07-16T22:53:14.925Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70352026-07-16T22:53:15.627Z PASS [ 15.277s] (1385/3039) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
70362026-07-16T22:53:15.699Z PASS [ 18.628s] (1386/3039) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
70372026-07-16T22:53:15.973Z PASS [ 15.024s] (1387/3039) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
70382026-07-16T22:53:16.086Z PASS [ 15.154s] (1388/3039) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
70392026-07-16T22:53:16.520Z PASS [ 15.134s] (1389/3039) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
70402026-07-16T22:53:16.948Z PASS [ 20.954s] (1390/3039) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
70412026-07-16T22:53:17.014Z PASS [ 15.038s] (1391/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
70422026-07-16T22:53:17.394Z PASS [ 15.365s] (1392/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
70432026-07-16T22:53:17.571Z PASS [ 15.656s] (1393/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
70442026-07-16T22:53:17.608Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
70452026-07-16T22:53:17.896Z PASS [ 16.125s] (1394/3039) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
70462026-07-16T22:53:18.067Z PASS [ 21.793s] (1395/3039) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
70472026-07-16T22:53:19.131Z PASS [ 64.219s] (1396/3039) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
70482026-07-16T22:53:19.465Z PASS [ 21.050s] (1397/3039) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
70492026-07-16T22:53:20.592Z PASS [ 4.616s] (1398/3039) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
70502026-07-16T22:53:20.597Z PASS [ 4.968s] (1399/3039) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
70512026-07-16T22:53:20.748Z PASS [ 22.327s] (1400/3039) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
70522026-07-16T22:53:22.657Z PASS [ 6.571s] (1401/3039) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
70532026-07-16T22:53:23.008Z PASS [ 6.489s] (1402/3039) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
70542026-07-16T22:53:23.646Z PASS [ 72.210s] (1403/3039) nexus-db-queries policy_test::test_iam_roles_behavior
70552026-07-16T22:53:23.804Z PASS [ 0.159s] (1404/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
70562026-07-16T22:53:23.882Z PASS [ 0.076s] (1405/3039) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
70572026-07-16T22:53:23.957Z PASS [ 0.076s] (1406/3039) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
70582026-07-16T22:53:23.999Z PASS [ 21.305s] (1407/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
70592026-07-16T22:53:24.019Z PASS [ 0.062s] (1408/3039) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
70602026-07-16T22:53:24.058Z PASS [ 0.059s] (1409/3039) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
70612026-07-16T22:53:24.083Z PASS [ 0.063s] (1410/3039) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
70622026-07-16T22:53:24.119Z PASS [ 0.061s] (1411/3039) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
70632026-07-16T22:53:24.460Z PASS [ 0.340s] (1412/3039) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
70642026-07-16T22:53:24.534Z PASS [ 0.452s] (1413/3039) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
70652026-07-16T22:53:25.046Z PASS [ 0.586s] (1414/3039) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
70662026-07-16T22:53:25.103Z PASS [ 0.058s] (1415/3039) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
70672026-07-16T22:53:25.153Z PASS [ 0.050s] (1416/3039) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
70682026-07-16T22:53:25.203Z PASS [ 0.049s] (1417/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
70692026-07-16T22:53:25.249Z PASS [ 0.047s] (1418/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
70702026-07-16T22:53:25.299Z PASS [ 0.047s] (1419/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
70712026-07-16T22:53:25.348Z PASS [ 0.050s] (1420/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
70722026-07-16T22:53:25.397Z PASS [ 0.049s] (1421/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
70732026-07-16T22:53:25.446Z PASS [ 0.049s] (1422/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
70742026-07-16T22:53:25.495Z PASS [ 0.049s] (1423/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
70752026-07-16T22:53:25.551Z PASS [ 0.055s] (1424/3039) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
70762026-07-16T22:53:25.600Z PASS [ 0.049s] (1425/3039) omicron-nexus app::crucible::test::upstairs_health_search
70772026-07-16T22:53:25.680Z PASS [ 0.080s] (1426/3039) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
70782026-07-16T22:53:25.763Z PASS [ 0.076s] (1427/3039) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
70792026-07-16T22:53:25.839Z PASS [ 0.083s] (1428/3039) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
70802026-07-16T22:53:25.995Z PASS [ 1.461s] (1429/3039) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
70812026-07-16T22:53:26.112Z PASS [ 0.116s] (1430/3039) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
70822026-07-16T22:53:26.530Z PASS [ 0.634s] (1431/3039) omicron-nexus app::external_endpoints::test::test_authority
70832026-07-16T22:53:26.538Z PASS [ 14.440s] (1432/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
70842026-07-16T22:53:26.580Z PASS [ 0.065s] (1433/3039) omicron-nexus app::external_endpoints::test::test_no_endpoint
70852026-07-16T22:53:26.637Z PASS [ 0.142s] (1434/3039) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
70862026-07-16T22:53:26.641Z PASS [ 0.062s] (1435/3039) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
70872026-07-16T22:53:26.708Z PASS [ 0.092s] (1436/3039) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
70882026-07-16T22:53:26.757Z PASS [ 0.126s] (1437/3039) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
70892026-07-16T22:53:26.768Z PASS [ 0.061s] (1438/3039) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
70902026-07-16T22:53:26.830Z PASS [ 0.061s] (1439/3039) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
70912026-07-16T22:53:26.834Z PASS [ 0.076s] (1440/3039) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
70922026-07-16T22:53:26.874Z PASS [ 72.245s] (1441/3039) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70932026-07-16T22:53:26.934Z PASS [ 0.060s] (1442/3039) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
70942026-07-16T22:53:26.940Z PASS [ 0.107s] (1443/3039) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
70952026-07-16T22:53:26.979Z PASS [ 0.150s] (1444/3039) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
70962026-07-16T22:53:27.012Z PASS [ 0.076s] (1445/3039) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
70972026-07-16T22:53:27.035Z PASS [ 0.094s] (1446/3039) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
70982026-07-16T22:53:27.039Z PASS [ 0.057s] (1447/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
70992026-07-16T22:53:27.070Z PASS [ 0.059s] (1448/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
71002026-07-16T22:53:27.087Z PASS [ 0.054s] (1449/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
71012026-07-16T22:53:27.097Z PASS [ 0.060s] (1450/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
71022026-07-16T22:53:27.128Z PASS [ 0.057s] (1451/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
71032026-07-16T22:53:27.162Z PASS [ 0.068s] (1452/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
71042026-07-16T22:53:27.180Z PASS [ 0.081s] (1453/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
71052026-07-16T22:53:27.184Z PASS [ 0.053s] (1454/3039) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
71062026-07-16T22:53:27.199Z PASS [ 28.658s] (1455/3039) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
71072026-07-16T22:53:27.208Z PASS [ 0.053s] (1456/3039) omicron-nexus app::multicast::tests::test_is_ssm_address
71082026-07-16T22:53:27.278Z PASS [ 0.062s] (1457/3039) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
71092026-07-16T22:53:28.210Z PASS [ 2.098s] (1458/3039) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
71102026-07-16T22:53:28.384Z PASS [ 13.648s] (1459/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
71112026-07-16T22:53:30.586Z PASS [ 12.519s] (1460/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
71122026-07-16T22:53:30.776Z PASS [ 19.801s] (1461/3039) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
71132026-07-16T22:53:30.930Z PASS [ 13.535s] (1462/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
71142026-07-16T22:53:31.100Z PASS [ 13.203s] (1463/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
71152026-07-16T22:53:31.213Z PASS [ 14.200s] (1464/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
71162026-07-16T22:53:32.189Z PASS [ 14.618s] (1465/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
71172026-07-16T22:53:32.370Z PASS [ 15.421s] (1466/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
71182026-07-16T22:53:32.476Z PASS [ 16.777s] (1467/3039) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
71192026-07-16T22:53:32.900Z PASS [ 12.310s] (1468/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
71202026-07-16T22:53:32.947Z PASS [ 114.676s] (1469/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
71212026-07-16T22:53:34.077Z PASS [ 13.330s] (1470/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
71222026-07-16T22:53:34.237Z PASS [ 115.791s] (1471/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
71232026-07-16T22:53:36.088Z PASS [ 15.492s] (1472/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
71242026-07-16T22:53:36.587Z PASS [ 13.579s] (1473/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
71252026-07-16T22:53:36.684Z PASS [ 17.220s] (1474/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
71262026-07-16T22:53:37.124Z PASS [ 14.467s] (1475/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
71272026-07-16T22:53:37.370Z PASS [ 42.403s] (1476/3039) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
71282026-07-16T22:53:38.030Z PASS [ 18.899s] (1477/3039) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
71292026-07-16T22:53:38.248Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
71302026-07-16T22:53:38.732Z PASS [ 83.810s] (1478/3039) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
71312026-07-16T22:53:38.800Z PASS [ 119.688s] (1479/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
71322026-07-16T22:53:39.380Z PASS [ 43.240s] (1480/3039) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
71332026-07-16T22:53:40.856Z PASS [ 13.678s] (1481/3039) omicron-nexus app::quiesce::test::test_quiesce_easy
71342026-07-16T22:53:41.163Z PASS [ 13.984s] (1482/3039) omicron-nexus app::quiesce::test::test_quiesce_full
71352026-07-16T22:53:42.578Z PASS [ 15.380s] (1483/3039) omicron-nexus app::quiesce::test::test_quiesce_multi
71362026-07-16T22:53:46.267Z PASS [ 18.996s] (1484/3039) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
71372026-07-16T22:53:46.353Z PASS [ 49.307s] (1485/3039) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
71382026-07-16T22:53:48.777Z PASS [ 20.349s] (1486/3039) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
71392026-07-16T22:53:50.136Z PASS [ 21.925s] (1487/3039) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
71402026-07-16T22:53:54.078Z PASS [ 21.601s] (1488/3039) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
71412026-07-16T22:53:55.161Z PASS [ 24.231s] (1489/3039) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
71422026-07-16T22:53:55.426Z PASS [ 21.189s] (1490/3039) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
71432026-07-16T22:53:55.732Z PASS [ 18.608s] (1491/3039) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
71442026-07-16T22:53:56.066Z PASS [ 17.333s] (1492/3039) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
71452026-07-16T22:53:56.455Z PASS [ 19.770s] (1493/3039) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
71462026-07-16T22:53:56.660Z PASS [ 17.280s] (1494/3039) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
71472026-07-16T22:53:57.166Z PASS [ 26.066s] (1495/3039) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
71482026-07-16T22:53:57.189Z PASS [ 19.818s] (1496/3039) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
71492026-07-16T22:53:57.286Z PASS [ 19.255s] (1497/3039) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
71502026-07-16T22:53:57.678Z PASS [ 16.514s] (1498/3039) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
71512026-07-16T22:53:58.604Z PASS [ 16.026s] (1499/3039) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
71522026-07-16T22:53:58.758Z PASS [ 26.335s] (1500/3039) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
71532026-07-16T22:53:58.765Z PASS [ 19.960s] (1501/3039) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
71542026-07-16T22:54:00.009Z PASS [ 27.059s] (1502/3039) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
71552026-07-16T22:54:00.252Z PASS [ 27.351s] (1503/3039) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
71562026-07-16T22:54:00.634Z PASS [ 24.538s] (1504/3039) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
71572026-07-16T22:54:03.205Z PASS [ 31.987s] (1505/3039) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
71582026-07-16T22:54:03.563Z PASS [ 32.780s] (1506/3039) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
71592026-07-16T22:54:04.768Z PASS [ 23.911s] (1507/3039) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
71602026-07-16T22:54:06.344Z PASS [ 20.076s] (1508/3039) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
71612026-07-16T22:54:07.811Z PASS [ 31.215s] (1509/3039) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
71622026-07-16T22:54:08.483Z PASS [ 18.347s] (1510/3039) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
71632026-07-16T22:54:08.878Z PASS [ 38.284s] (1511/3039) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
71642026-07-16T22:54:09.432Z PASS [ 35.312s] (1512/3039) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
71652026-07-16T22:54:09.516Z PASS [ 23.160s] (1513/3039) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
71662026-07-16T22:54:12.337Z PASS [ 18.257s] (1514/3039) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
71672026-07-16T22:54:17.162Z PASS [ 21.942s] (1515/3039) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
71682026-07-16T22:54:17.454Z PASS [ 21.719s] (1516/3039) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
71692026-07-16T22:54:17.615Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
71702026-07-16T22:54:18.102Z PASS [ 22.034s] (1517/3039) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
71712026-07-16T22:54:18.279Z PASS [ 21.618s] (1518/3039) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
71722026-07-16T22:54:18.737Z PASS [ 21.570s] (1519/3039) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
71732026-07-16T22:54:19.178Z PASS [ 21.486s] (1520/3039) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
71742026-07-16T22:54:19.931Z PASS [ 22.627s] (1521/3039) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
71752026-07-16T22:54:20.111Z PASS [ 21.382s] (1522/3039) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
71762026-07-16T22:54:21.137Z PASS [ 20.820s] (1523/3039) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
71772026-07-16T22:54:21.811Z PASS [ 23.050s] (1524/3039) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
71782026-07-16T22:54:23.195Z PASS [ 22.556s] (1525/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
71792026-07-16T22:54:24.136Z PASS [ 20.580s] (1526/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
71802026-07-16T22:54:27.044Z PASS [ 22.272s] (1527/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
71812026-07-16T22:54:28.313Z PASS [ 10.861s] (1528/3039) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
71822026-07-16T22:54:29.050Z PASS [ 10.949s] (1529/3039) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
71832026-07-16T22:54:29.213Z PASS [ 20.342s] (1530/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
71842026-07-16T22:54:29.360Z PASS [ 11.082s] (1531/3039) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
71852026-07-16T22:54:29.913Z PASS [ 22.110s] (1532/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
71862026-07-16T22:54:30.004Z PASS [ 0.077s] (1533/3039) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
71872026-07-16T22:54:30.766Z PASS [ 21.366s] (1534/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
71882026-07-16T22:54:30.834Z PASS [ 18.497s] (1535/3039) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
71892026-07-16T22:54:31.106Z PASS [ 12.367s] (1536/3039) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
71902026-07-16T22:54:31.913Z PASS [ 11.625s] (1537/3039) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
71912026-07-16T22:54:31.982Z PASS [ 12.455s] (1538/3039) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
71922026-07-16T22:54:32.049Z PASS [ 10.920s] (1539/3039) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
71932026-07-16T22:54:32.206Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
71942026-07-16T22:54:37.055Z PASS [ 17.139s] (1540/3039) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
71952026-07-16T22:54:37.178Z PASS [ 11.823s] (1541/3039) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
71962026-07-16T22:54:37.178Z PASS [ 63.416s] (1542/3039) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
71972026-07-16T22:54:37.178Z PASS [ 26.934s] (1543/3039) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
71982026-07-16T22:54:38.250Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
71992026-07-16T22:54:40.542Z PASS [ 11.181s] (1544/3039) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
72002026-07-16T22:54:45.256Z PASS [ 10.250s] (1545/3039) omicron-nexus app::sagas::test_saga::test_saga_stuck
72012026-07-16T22:54:47.415Z PASS [ 16.311s] (1546/3039) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
72022026-07-16T22:54:47.888Z PASS [ 16.264s] (1547/3039) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
72032026-07-16T22:54:48.166Z PASS [ 11.717s] (1548/3039) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
72042026-07-16T22:54:48.384Z PASS [ 12.770s] (1549/3039) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
72052026-07-16T22:54:48.428Z PASS [ 16.889s] (1550/3039) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
72062026-07-16T22:54:48.744Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72072026-07-16T22:54:48.813Z PASS [ 16.819s] (1551/3039) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
72082026-07-16T22:54:49.754Z PASS [ 15.511s] (1552/3039) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
72092026-07-16T22:54:50.494Z PASS [ 9.950s] (1553/3039) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
72102026-07-16T22:54:51.391Z PASS [ 52.785s] (1554/3039) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
72112026-07-16T22:54:52.745Z PASS [ 64.010s] (1555/3039) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
72122026-07-16T22:54:55.428Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72132026-07-16T22:54:56.463Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72142026-07-16T22:54:56.569Z PASS [ 34.756s] (1556/3039) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
72152026-07-16T22:54:56.734Z PASS [ 11.477s] (1557/3039) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
72162026-07-16T22:54:57.193Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72172026-07-16T22:54:58.448Z PASS [ 10.020s] (1558/3039) omicron-nexus app::update::test::test_contact_support_healthy_system
72182026-07-16T22:54:58.895Z PASS [ 10.473s] (1559/3039) omicron-nexus app::update::test::test_contact_support_all_unhealthy
72192026-07-16T22:54:58.995Z PASS [ 0.146s] (1560/3039) omicron-nexus app::update::test::test_problems_all_unhealthy
72202026-07-16T22:54:59.073Z PASS [ 0.076s] (1561/3039) omicron-nexus app::update::test::test_problems_healthy_system
72212026-07-16T22:54:59.147Z PASS [ 0.076s] (1562/3039) omicron-nexus app::update::test::test_problems_missing_sleds
72222026-07-16T22:54:59.187Z PASS [ 10.375s] (1563/3039) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
72232026-07-16T22:54:59.234Z PASS [ 0.086s] (1564/3039) omicron-nexus app::update::test::test_problems_stale_inventory
72242026-07-16T22:54:59.282Z PASS [ 0.095s] (1565/3039) omicron-nexus app::update::test::test_problems_stuck_sagas
72252026-07-16T22:54:59.333Z PASS [ 0.100s] (1566/3039) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
72262026-07-16T22:54:59.377Z PASS [ 0.086s] (1567/3039) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
72272026-07-16T22:54:59.419Z PASS [ 0.086s] (1568/3039) omicron-nexus app::update::test::test_problems_stuck_update
72282026-07-16T22:54:59.460Z PASS [ 0.091s] (1569/3039) omicron-nexus app::update::test::test_problems_unhealthy_services
72292026-07-16T22:54:59.510Z PASS [ 0.090s] (1570/3039) omicron-nexus app::update::test::test_problems_unhealthy_zpools
72302026-07-16T22:54:59.540Z PASS [ 0.080s] (1571/3039) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
72312026-07-16T22:54:59.596Z PASS [ 0.055s] (1572/3039) omicron-nexus external_api::console_api::test::test_accept_gz
72322026-07-16T22:54:59.657Z PASS [ 0.061s] (1573/3039) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
72332026-07-16T22:54:59.670Z PASS [ 12.255s] (1574/3039) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
72342026-07-16T22:54:59.717Z PASS [ 0.059s] (1575/3039) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
72352026-07-16T22:54:59.727Z PASS [ 0.056s] (1576/3039) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
72362026-07-16T22:54:59.774Z PASS [ 0.058s] (1577/3039) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
72372026-07-16T22:54:59.783Z PASS [ 0.056s] (1578/3039) omicron-nexus external_api::console_api::test::test_find_file_finds_file
72382026-07-16T22:54:59.835Z PASS [ 0.061s] (1579/3039) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
72392026-07-16T22:54:59.844Z PASS [ 0.061s] (1580/3039) omicron-nexus external_api::console_api::test::test_relative_uri
72402026-07-16T22:55:00.034Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
72412026-07-16T22:55:00.508Z PASS [ 10.755s] (1581/3039) omicron-nexus app::update::test::test_contact_support_missing_sleds
72422026-07-16T22:55:00.847Z PASS [ 12.681s] (1582/3039) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
72432026-07-16T22:55:01.532Z PASS [ 13.648s] (1583/3039) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
72442026-07-16T22:55:01.660Z PASS [ 2.151s] (1584/3039) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
72452026-07-16T22:55:01.737Z PASS [ 11.245s] (1585/3039) omicron-nexus app::update::test::test_contact_support_stuck_saga
72462026-07-16T22:55:02.508Z PASS [ 11.118s] (1586/3039) omicron-nexus app::update::test::test_contact_support_stuck_update
72472026-07-16T22:55:02.514Z PASS [ 59.313s] (1587/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
72482026-07-16T22:55:02.568Z PASS [ 32.577s] (1588/3039) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
72492026-07-16T22:55:03.710Z PASS [ 10.965s] (1589/3039) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
72502026-07-16T22:55:04.124Z PASS [ 33.290s] (1590/3039) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
72512026-07-16T22:55:06.346Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
72522026-07-16T22:55:08.368Z PASS [ 44.230s] (1591/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
72532026-07-16T22:55:08.485Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
72542026-07-16T22:55:08.516Z PASS [ 11.948s] (1592/3039) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
72552026-07-16T22:55:08.997Z PASS [ 12.263s] (1593/3039) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
72562026-07-16T22:55:14.612Z PASS [ 12.236s] (1594/3039) omicron-nexus app::update::test::test_contact_support_update_in_progress
72572026-07-16T22:55:14.720Z PASS [ 42.033s] (1595/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
72582026-07-16T22:55:14.720Z PASS [ 12.490s] (1596/3039) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
72592026-07-16T22:55:14.720Z PASS [ 12.995s] (1597/3039) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
72602026-07-16T22:55:16.159Z PASS [ 2.656s] (1598/3039) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
72612026-07-16T22:55:17.611Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
72622026-07-16T22:55:18.546Z PASS [ 16.807s] (1599/3039) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
72632026-07-16T22:55:18.549Z PASS [ 2.389s] (1600/3039) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
72642026-07-16T22:55:19.034Z PASS [ 14.910s] (1601/3039) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
72652026-07-16T22:55:19.081Z PASS [ 0.535s] (1602/3039) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
72662026-07-16T22:55:19.610Z PASS [ 18.763s] (1603/3039) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
72672026-07-16T22:55:19.986Z PASS [ 18.453s] (1604/3039) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
72682026-07-16T22:55:20.089Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
72692026-07-16T22:55:20.251Z PASS [ 16.541s] (1605/3039) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
72702026-07-16T22:55:20.835Z PASS [ 12.467s] (1606/3039) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
72712026-07-16T22:55:20.978Z PASS [ 18.470s] (1607/3039) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
72722026-07-16T22:55:21.358Z PASS [ 18.843s] (1608/3039) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
72732026-07-16T22:55:22.321Z PASS [ 53.271s] (1609/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
72742026-07-16T22:55:23.786Z PASS [ 53.026s] (1610/3039) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
72752026-07-16T22:55:23.816Z PASS [ 11.481s] (1611/3039) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
72762026-07-16T22:55:25.213Z PASS [ 88.756s] (1612/3039) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
72772026-07-16T22:55:27.045Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
72782026-07-16T22:55:27.662Z PASS [ 16.979s] (1613/3039) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
72792026-07-16T22:55:28.316Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
72802026-07-16T22:55:28.924Z PASS [ 27.262s] (1614/3039) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
72812026-07-16T22:55:29.250Z PASS [ 26.681s] (1615/3039) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
72822026-07-16T22:55:30.002Z PASS [ 18.744s] (1616/3039) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
72832026-07-16T22:55:30.191Z PASS [ 94.762s] (1617/3039) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
72842026-07-16T22:55:30.470Z PASS [ 11.921s] (1618/3039) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
72852026-07-16T22:55:30.573Z PASS [ 84.217s] (1619/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
72862026-07-16T22:55:30.787Z PASS [ 11.753s] (1620/3039) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
72872026-07-16T22:55:30.843Z PASS [ 63.803s] (1621/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
72882026-07-16T22:55:31.156Z PASS [ 10.905s] (1622/3039) omicron-nexus::test_all integration_tests::basic::test_basic_failures
72892026-07-16T22:55:31.177Z PASS [ 82.693s] (1623/3039) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
72902026-07-16T22:55:31.355Z PASS [ 11.745s] (1624/3039) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
72912026-07-16T22:55:31.425Z PASS [ 12.344s] (1625/3039) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
72922026-07-16T22:55:31.570Z PASS [ 0.214s] (1626/3039) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
72932026-07-16T22:55:32.227Z PASS [ 12.241s] (1627/3039) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
72942026-07-16T22:55:32.450Z PASS [ 1.293s] (1628/3039) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
72952026-07-16T22:55:32.523Z PASS [ 11.543s] (1629/3039) omicron-nexus::test_all integration_tests::basic::test_ping
72962026-07-16T22:55:32.779Z PASS [ 1.602s] (1630/3039) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
72972026-07-16T22:55:34.893Z PASS [ 11.077s] (1631/3039) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
72982026-07-16T22:55:34.897Z PASS [ 11.112s] (1632/3039) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
72992026-07-16T22:55:36.168Z PASS [ 10.956s] (1633/3039) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
73002026-07-16T22:55:36.194Z PASS [ 96.182s] (1634/3039) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73012026-07-16T22:55:38.252Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73022026-07-16T22:55:39.893Z PASS [ 12.231s] (1635/3039) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
73032026-07-16T22:55:40.632Z PASS [ 72.318s] (1636/3039) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
73042026-07-16T22:55:40.920Z PASS [ 11.994s] (1637/3039) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
73052026-07-16T22:55:41.012Z PASS [ 19.654s] (1638/3039) omicron-nexus::test_all integration_tests::basic::test_projects_basic
73062026-07-16T22:55:41.029Z PASS [ 11.765s] (1639/3039) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
73072026-07-16T22:55:41.843Z PASS [ 81.754s] (1640/3039) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
73082026-07-16T22:55:41.936Z PASS [ 11.374s] (1641/3039) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
73092026-07-16T22:55:41.999Z PASS [ 11.810s] (1642/3039) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
73102026-07-16T22:55:42.307Z PASS [ 21.472s] (1643/3039) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
73112026-07-16T22:55:42.578Z PASS [ 11.733s] (1644/3039) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
73122026-07-16T22:55:42.941Z PASS [ 12.153s] (1645/3039) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
73132026-07-16T22:55:43.037Z PASS [ 11.606s] (1646/3039) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
73142026-07-16T22:55:43.293Z PASS [ 11.724s] (1647/3039) omicron-nexus::test_all integration_tests::console_api::test_assets
73152026-07-16T22:55:43.966Z PASS [ 13.975s] (1648/3039) omicron-nexus::test_all integration_tests::certificates::test_crud
73162026-07-16T22:55:44.070Z PASS [ 11.843s] (1649/3039) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
73172026-07-16T22:55:44.190Z PASS [ 35.193s] (1650/3039) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
73182026-07-16T22:55:44.354Z PASS [ 11.574s] (1651/3039) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
73192026-07-16T22:55:44.975Z PASS [ 22.653s] (1652/3039) omicron-nexus::test_all integration_tests::basic::test_projects_list
73202026-07-16T22:55:45.283Z PASS [ 45.447s] (1653/3039) omicron-nexus populate::test::test_populators
73212026-07-16T22:55:47.938Z PASS [ 13.040s] (1654/3039) omicron-nexus::test_all integration_tests::console_api::test_session_me
73222026-07-16T22:55:47.956Z PASS [ 11.787s] (1655/3039) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
73232026-07-16T22:55:48.576Z PASS [ 16.126s] (1656/3039) omicron-nexus::test_all integration_tests::console_api::test_console_pages
73242026-07-16T22:55:48.955Z PASS [ 14.062s] (1657/3039) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
73252026-07-16T22:55:49.654Z PASS [ 17.133s] (1658/3039) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
73262026-07-16T22:55:49.703Z PASS [ 19.233s] (1659/3039) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
73272026-07-16T22:55:50.833Z PASS [ 10.939s] (1660/3039) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
73282026-07-16T22:55:53.431Z PASS [ 17.240s] (1661/3039) omicron-nexus::test_all integration_tests::console_api::test_sessions
73292026-07-16T22:55:57.194Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73302026-07-16T22:55:57.514Z PASS [ 339.913s] (1662/3039) oximeter-db client::tests::test_replicated
73312026-07-16T22:55:58.891Z PASS [ 1.376s] (1663/3039) omicron-clickhouse-admin context::tests::test_database_usage
73322026-07-16T22:55:58.923Z PASS [ 0.031s] (1664/3039) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
73332026-07-16T22:55:58.952Z PASS [ 0.030s] (1665/3039) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
73342026-07-16T22:55:58.980Z PASS [ 0.028s] (1666/3039) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
73352026-07-16T22:55:59.004Z PASS [ 0.024s] (1667/3039) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
73362026-07-16T22:55:59.030Z PASS [ 0.025s] (1668/3039) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
73372026-07-16T22:55:59.084Z PASS [ 10.508s] (1669/3039) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
73382026-07-16T22:55:59.813Z PASS [ 10.110s] (1670/3039) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
73392026-07-16T22:55:59.886Z PASS [ 0.855s] (1671/3039) omicron-clickhouse-admin context::tests::test_retention_policy
73402026-07-16T22:56:00.225Z PASS [ 9.344s] (1672/3039) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
73412026-07-16T22:56:00.290Z PASS [ 10.635s] (1673/3039) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
73422026-07-16T22:56:00.362Z PASS [ 0.474s] (1674/3039) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
73432026-07-16T22:56:00.521Z PASS [ 0.161s] (1675/3039) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
73442026-07-16T22:56:00.696Z PASS [ 0.175s] (1676/3039) omicron-clickhouse-admin::integration_test test_lgif_parsing
73452026-07-16T22:56:00.875Z PASS [ 0.170s] (1677/3039) omicron-clickhouse-admin::integration_test test_raft_config_parsing
73462026-07-16T22:56:00.981Z PASS [ 0.115s] (1678/3039) omicron-clickhouse-admin::integration_test test_teardown
73472026-07-16T22:56:01.059Z PASS [ 0.045s] (1679/3039) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
73482026-07-16T22:56:02.259Z PASS [ 125.068s] (1680/3039) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73492026-07-16T22:56:06.355Z PASS [ 17.346s] (1681/3039) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
73502026-07-16T22:56:06.431Z PASS [ 13.001s] (1682/3039) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
73512026-07-16T22:56:07.620Z PASS [ 7.802s] (1683/3039) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
73522026-07-16T22:56:08.519Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
73532026-07-16T22:56:11.296Z PASS [ 12.212s] (1684/3039) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
73542026-07-16T22:56:12.270Z PASS [ 12.081s] (1685/3039) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
73552026-07-16T22:56:13.768Z PASS [ 28.794s] (1686/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
73562026-07-16T22:56:14.749Z PASS [ 32.906s] (1687/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
73572026-07-16T22:56:16.277Z PASS [ 30.994s] (1688/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
73582026-07-16T22:56:19.586Z PASS [ 38.656s] (1689/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
73592026-07-16T22:56:22.723Z PASS [ 41.706s] (1690/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
73602026-07-16T22:56:24.428Z PASS [ 40.461s] (1691/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
73612026-07-16T22:56:25.317Z PASS [ 43.009s] (1692/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
73622026-07-16T22:56:29.902Z PASS [ 22.862s] (1693/3039) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
73632026-07-16T22:56:30.191Z PASS [ 49.146s] (1694/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
73642026-07-16T22:56:31.290Z PASS [ 82.772s] (1695/3039) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
73652026-07-16T22:56:32.359Z PASS [ 32.069s] (1696/3039) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
73662026-07-16T22:56:33.770Z PASS [ 45.833s] (1697/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
73672026-07-16T22:56:33.954Z PASS [ 53.323s] (1698/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
73682026-07-16T22:56:37.668Z PASS [ 21.391s] (1699/3039) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
73692026-07-16T22:56:38.253Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73702026-07-16T22:56:40.584Z PASS [ 58.648s] (1700/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
73712026-07-16T22:56:40.933Z PASS [ 57.638s] (1701/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
73722026-07-16T22:56:41.219Z PASS [ 11.061s] (1702/3039) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
73732026-07-16T22:56:41.984Z PASS [ 10.695s] (1703/3039) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
73742026-07-16T22:56:42.002Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
73752026-07-16T22:56:42.564Z PASS [ 60.565s] (1704/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
73762026-07-16T22:56:42.579Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
73772026-07-16T22:56:42.877Z PASS [ 59.846s] (1705/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
73782026-07-16T22:56:42.944Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
73792026-07-16T22:56:43.376Z PASS [ 28.627s] (1706/3039) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
73802026-07-16T22:56:44.091Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
73812026-07-16T22:56:44.192Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
73822026-07-16T22:56:44.226Z PASS [ 24.653s] (1707/3039) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
73832026-07-16T22:56:44.356Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
73842026-07-16T22:56:44.923Z PASS [ 11.153s] (1708/3039) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
73852026-07-16T22:56:46.824Z PASS [ 63.883s] (1709/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
73862026-07-16T22:56:47.959Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73872026-07-16T22:56:48.862Z PASS [ 41.241s] (1710/3039) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
73882026-07-16T22:56:49.144Z PASS [ 35.374s] (1711/3039) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
73892026-07-16T22:56:50.068Z PASS [ 20.772s] (1712/3039) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
73902026-07-16T22:56:50.840Z PASS [ 62.884s] (1713/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73912026-07-16T22:56:54.432Z PASS [ 22.072s] (1714/3039) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
73922026-07-16T22:56:54.574Z PASS [ 31.854s] (1715/3039) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
73932026-07-16T22:56:55.361Z PASS [ 49.059s] (1716/3039) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
73942026-07-16T22:57:00.996Z PASS [ 59.969s] (1717/3039) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73952026-07-16T22:57:02.260Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
73962026-07-16T22:57:03.320Z PASS [ 20.442s] (1718/3039) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
73972026-07-16T22:57:03.539Z PASS [ 25.871s] (1719/3039) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
73982026-07-16T22:57:03.887Z PASS [ 2.891s] (1720/3039) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
73992026-07-16T22:57:05.141Z PASS [ 40.713s] (1721/3039) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
74002026-07-16T22:57:05.280Z PASS [ 82.703s] (1722/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
74012026-07-16T22:57:05.453Z PASS [ 54.156s] (1723/3039) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
74022026-07-16T22:57:07.057Z PASS [ 41.740s] (1724/3039) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
74032026-07-16T22:57:07.749Z PASS [ 33.794s] (1725/3039) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
74042026-07-16T22:57:08.396Z PASS [ 27.464s] (1726/3039) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
74052026-07-16T22:57:12.262Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
74062026-07-16T22:57:14.316Z PASS [ 90.246s] (1727/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74072026-07-16T22:57:14.357Z PASS [ 30.131s] (1728/3039) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
74082026-07-16T22:57:15.105Z PASS [ 11.566s] (1729/3039) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
74092026-07-16T22:57:15.372Z PASS [ 12.051s] (1730/3039) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
74102026-07-16T22:57:15.877Z PASS [ 35.293s] (1731/3039) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
74112026-07-16T22:57:15.902Z PASS [ 21.470s] (1732/3039) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
74122026-07-16T22:57:16.051Z PASS [ 12.164s] (1733/3039) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
74132026-07-16T22:57:17.368Z PASS [ 11.900s] (1734/3039) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
74142026-07-16T22:57:17.584Z PASS [ 12.304s] (1735/3039) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
74152026-07-16T22:57:19.036Z PASS [ 13.895s] (1736/3039) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
74162026-07-16T22:57:19.048Z PASS [ 34.125s] (1737/3039) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
74172026-07-16T22:57:20.410Z PASS [ 30.344s] (1738/3039) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
74182026-07-16T22:57:20.797Z PASS [ 13.740s] (1739/3039) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
74192026-07-16T22:57:20.965Z PASS [ 12.569s] (1740/3039) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
74202026-07-16T22:57:21.706Z PASS [ 13.957s] (1741/3039) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
74212026-07-16T22:57:24.264Z PASS [ 29.689s] (1742/3039) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
74222026-07-16T22:57:24.778Z PASS [ 42.213s] (1743/3039) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
74232026-07-16T22:57:26.074Z PASS [ 101.883s] (1744/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74242026-07-16T22:57:26.329Z PASS [ 45.110s] (1745/3039) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
74252026-07-16T22:57:26.525Z PASS [ 102.171s] (1746/3039) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
74262026-07-16T22:57:27.344Z PASS [ 85.085s] (1747/3039) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
74272026-07-16T22:57:27.993Z PASS [ 44.616s] (1748/3039) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
74282026-07-16T22:57:29.301Z PASS [ 40.445s] (1749/3039) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
74292026-07-16T22:57:29.700Z PASS [ 47.715s] (1750/3039) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
74302026-07-16T22:57:29.877Z PASS [ 34.516s] (1751/3039) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
74312026-07-16T22:57:32.082Z PASS [ 17.765s] (1752/3039) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
74322026-07-16T22:57:32.324Z PASS [ 14.971s] (1753/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
74332026-07-16T22:57:32.604Z PASS [ 18.246s] (1754/3039) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
74342026-07-16T22:57:32.794Z PASS [ 17.689s] (1755/3039) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
74352026-07-16T22:57:34.315Z PASS [ 18.943s] (1756/3039) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
74362026-07-16T22:57:35.629Z PASS [ 15.218s] (1757/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
74372026-07-16T22:57:35.732Z PASS [ 14.935s] (1758/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
74382026-07-16T22:57:36.147Z PASS [ 15.182s] (1759/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
74392026-07-16T22:57:36.606Z PASS [ 84.346s] (1760/3039) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
74402026-07-16T22:57:36.781Z PASS [ 15.074s] (1761/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
74412026-07-16T22:57:36.898Z PASS [ 17.862s] (1762/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
74422026-07-16T22:57:37.185Z PASS [ 50.361s] (1763/3039) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
74432026-07-16T22:57:38.048Z PASS [ 48.904s] (1764/3039) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
74442026-07-16T22:57:38.054Z PASS [ 20.468s] (1765/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
74452026-07-16T22:57:38.255Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74462026-07-16T22:57:39.908Z PASS [ 24.031s] (1766/3039) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
74472026-07-16T22:57:40.136Z PASS [ 49.294s] (1767/3039) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
74482026-07-16T22:57:40.723Z PASS [ 14.648s] (1768/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
74492026-07-16T22:57:40.920Z PASS [ 16.142s] (1769/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
74502026-07-16T22:57:40.999Z PASS [ 16.735s] (1770/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
74512026-07-16T22:57:41.640Z PASS [ 22.591s] (1771/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
74522026-07-16T22:57:42.609Z PASS [ 16.280s] (1772/3039) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
74532026-07-16T22:57:46.909Z PASS [ 17.032s] (1773/3039) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
74542026-07-16T22:57:46.931Z PASS [ 14.326s] (1774/3039) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
74552026-07-16T22:57:47.047Z PASS [ 14.722s] (1775/3039) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
74562026-07-16T22:57:47.201Z PASS [ 17.900s] (1776/3039) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
74572026-07-16T22:57:47.355Z PASS [ 31.303s] (1777/3039) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
74582026-07-16T22:57:47.419Z PASS [ 15.337s] (1778/3039) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
74592026-07-16T22:57:49.119Z PASS [ 21.774s] (1779/3039) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
74602026-07-16T22:57:49.461Z PASS [ 33.558s] (1780/3039) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
74612026-07-16T22:57:50.187Z PASS [ 20.487s] (1781/3039) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
74622026-07-16T22:57:50.616Z PASS [ 17.821s] (1782/3039) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
74632026-07-16T22:57:50.951Z PASS [ 24.425s] (1783/3039) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
74642026-07-16T22:57:51.959Z PASS [ 4.913s] (1784/3039) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
74652026-07-16T22:57:52.123Z PASS [ 17.807s] (1785/3039) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
74662026-07-16T22:57:52.726Z PASS [ 5.796s] (1786/3039) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
74672026-07-16T22:57:53.693Z PASS [ 17.960s] (1787/3039) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
74682026-07-16T22:57:53.731Z PASS [ 6.822s] (1788/3039) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
74692026-07-16T22:57:55.551Z PASS [ 19.922s] (1789/3039) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
74702026-07-16T22:57:56.741Z PASS [ 9.540s] (1790/3039) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
74712026-07-16T22:57:58.813Z PASS [ 16.201s] (1791/3039) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
74722026-07-16T22:58:01.446Z PASS [ 23.398s] (1792/3039) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
74732026-07-16T22:58:01.754Z PASS [ 24.974s] (1793/3039) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
74742026-07-16T22:58:02.239Z PASS [ 14.819s] (1794/3039) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
74752026-07-16T22:58:02.371Z PASS [ 25.471s] (1795/3039) omicron-nexus::test_all integration_tests::images::test_image_promotion
74762026-07-16T22:58:02.620Z PASS [ 26.015s] (1796/3039) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
74772026-07-16T22:58:02.750Z PASS [ 15.395s] (1797/3039) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
74782026-07-16T22:58:02.885Z PASS [ 21.245s] (1798/3039) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
74792026-07-16T22:58:03.120Z PASS [ 25.065s] (1799/3039) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
74802026-07-16T22:58:04.747Z PASS [ 24.025s] (1800/3039) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
74812026-07-16T22:58:05.654Z PASS [ 28.469s] (1801/3039) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
74822026-07-16T22:58:05.783Z PASS [ 25.648s] (1802/3039) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
74832026-07-16T22:58:06.260Z PASS [ 13.533s] (1803/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
74842026-07-16T22:58:07.080Z PASS [ 16.892s] (1804/3039) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
74852026-07-16T22:58:07.164Z PASS [ 13.466s] (1805/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
74862026-07-16T22:58:09.330Z PASS [ 33.182s] (1806/3039) omicron-nexus::test_all integration_tests::images::test_image_create
74872026-07-16T22:58:09.719Z PASS [ 18.759s] (1807/3039) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
74882026-07-16T22:58:10.951Z PASS [ 14.209s] (1808/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
74892026-07-16T22:58:11.058Z PASS [ 20.441s] (1809/3039) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
74902026-07-16T22:58:11.177Z PASS [ 30.176s] (1810/3039) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
74912026-07-16T22:58:12.692Z PASS [ 44.699s] (1811/3039) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
74922026-07-16T22:58:13.718Z PASS [ 33.810s] (1812/3039) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
74932026-07-16T22:58:15.549Z PASS [ 21.817s] (1813/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
74942026-07-16T22:58:16.433Z PASS [ 26.972s] (1814/3039) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
74952026-07-16T22:58:16.605Z PASS [ 35.685s] (1815/3039) omicron-nexus::test_all integration_tests::images::test_silo_image_create
74962026-07-16T22:58:17.683Z PASS [ 15.928s] (1816/3039) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
74972026-07-16T22:58:17.888Z PASS [ 16.441s] (1817/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
74982026-07-16T22:58:19.302Z PASS [ 27.342s] (1818/3039) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
74992026-07-16T22:58:19.713Z PASS [ 27.590s] (1819/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
75002026-07-16T22:58:19.992Z PASS [ 17.242s] (1820/3039) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
75012026-07-16T22:58:20.461Z PASS [ 24.909s] (1821/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
75022026-07-16T22:58:21.113Z PASS [ 18.227s] (1822/3039) omicron-nexus::test_all integration_tests::instances::test_instance_access
75032026-07-16T22:58:22.844Z PASS [ 24.033s] (1823/3039) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
75042026-07-16T22:58:23.787Z PASS [ 20.669s] (1824/3039) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
75052026-07-16T22:58:27.141Z PASS [ 20.881s] (1825/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
75062026-07-16T22:58:27.316Z PASS [ 13.597s] (1826/3039) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
75072026-07-16T22:58:27.419Z PASS [ 14.725s] (1827/3039) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
75082026-07-16T22:58:28.365Z PASS [ 18.656s] (1828/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
75092026-07-16T22:58:28.566Z PASS [ 39.447s] (1829/3039) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
75102026-07-16T22:58:28.593Z PASS [ 21.513s] (1830/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
75112026-07-16T22:58:30.688Z PASS [ 19.737s] (1831/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
75122026-07-16T22:58:31.083Z PASS [ 25.299s] (1832/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
75132026-07-16T22:58:33.680Z PASS [ 31.060s] (1833/3039) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
75142026-07-16T22:58:35.578Z PASS [ 20.030s] (1834/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
75152026-07-16T22:58:35.838Z PASS [ 28.678s] (1835/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
75162026-07-16T22:58:35.908Z PASS [ 19.300s] (1836/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
75172026-07-16T22:58:37.003Z PASS [ 20.570s] (1837/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
75182026-07-16T22:58:37.207Z PASS [ 19.319s] (1838/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
75192026-07-16T22:58:38.256Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75202026-07-16T22:58:38.525Z PASS [ 32.871s] (1839/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
75212026-07-16T22:58:39.158Z PASS [ 19.856s] (1840/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
75222026-07-16T22:58:39.521Z PASS [ 21.838s] (1841/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
75232026-07-16T22:58:40.422Z PASS [ 11.855s] (1842/3039) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
75242026-07-16T22:58:41.688Z PASS [ 13.096s] (1843/3039) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
75252026-07-16T22:58:42.409Z PASS [ 31.230s] (1844/3039) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
75262026-07-16T22:58:42.729Z PASS [ 12.041s] (1845/3039) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
75272026-07-16T22:58:43.991Z PASS [ 23.530s] (1846/3039) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
75282026-07-16T22:58:44.753Z PASS [ 35.423s] (1847/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
75292026-07-16T22:58:45.125Z PASS [ 14.042s] (1848/3039) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
75302026-07-16T22:58:45.318Z PASS [ 17.899s] (1849/3039) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
75312026-07-16T22:58:45.856Z PASS [ 17.490s] (1850/3039) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
75322026-07-16T22:58:46.686Z PASS [ 25.573s] (1851/3039) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
75332026-07-16T22:58:46.991Z PASS [ 24.146s] (1852/3039) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
75342026-07-16T22:58:48.063Z PASS [ 24.275s] (1853/3039) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
75352026-07-16T22:58:49.215Z PASS [ 46.976s] (1854/3039) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
75362026-07-16T22:58:50.474Z PASS [ 48.104s] (1855/3039) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75372026-07-16T22:58:51.462Z PASS [ 24.146s] (1856/3039) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
75382026-07-16T22:58:52.714Z PASS [ 16.875s] (1857/3039) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
75392026-07-16T22:58:52.986Z PASS [ 25.844s] (1858/3039) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
75402026-07-16T22:58:53.980Z PASS [ 14.426s] (1859/3039) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
75412026-07-16T22:58:55.080Z PASS [ 12.351s] (1860/3039) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
75422026-07-16T22:58:55.719Z PASS [ 35.726s] (1861/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
75432026-07-16T22:58:55.904Z PASS [ 17.378s] (1862/3039) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
75442026-07-16T22:58:57.050Z PASS [ 10.364s] (1863/3039) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
75452026-07-16T22:58:57.914Z PASS [ 53.164s] (1864/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
75462026-07-16T22:58:58.826Z PASS [ 17.133s] (1865/3039) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
75472026-07-16T22:58:59.077Z PASS [ 18.652s] (1866/3039) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
75482026-07-16T22:58:59.631Z PASS [ 17.220s] (1867/3039) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
75492026-07-16T22:59:00.415Z PASS [ 13.424s] (1868/3039) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
75502026-07-16T22:59:00.599Z PASS [ 23.391s] (1869/3039) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
75512026-07-16T22:59:00.780Z PASS [ 49.702s] (1870/3039) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
75522026-07-16T22:59:01.259Z PASS [ 13.196s] (1871/3039) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
75532026-07-16T22:59:01.736Z PASS [ 16.418s] (1872/3039) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
75542026-07-16T22:59:01.741Z PASS [ 17.747s] (1873/3039) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
75552026-07-16T22:59:02.189Z PASS [ 12.965s] (1874/3039) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
75562026-07-16T22:59:02.508Z PASS [ 17.753s] (1875/3039) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
75572026-07-16T22:59:03.347Z PASS [ 10.634s] (1876/3039) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
75582026-07-16T22:59:03.757Z PASS [ 27.849s] (1877/3039) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
75592026-07-16T22:59:04.946Z PASS [ 31.263s] (1878/3039) omicron-nexus::test_all integration_tests::instances::test_instance_serial
75602026-07-16T22:59:06.467Z PASS [ 20.610s] (1879/3039) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
75612026-07-16T22:59:11.003Z PASS [ 12.181s] (1880/3039) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
75622026-07-16T22:59:11.944Z PASS [ 12.870s] (1881/3039) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
75632026-07-16T22:59:12.151Z PASS [ 21.677s] (1882/3039) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
75642026-07-16T22:59:13.227Z PASS [ 16.174s] (1883/3039) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
75652026-07-16T22:59:13.280Z PASS [ 36.273s] (1884/3039) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
75662026-07-16T22:59:13.308Z PASS [ 21.840s] (1885/3039) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
75672026-07-16T22:59:13.922Z PASS [ 28.759s] (1886/3039) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
75682026-07-16T22:59:14.000Z PASS [ 12.740s] (1887/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
75692026-07-16T22:59:14.724Z PASS [ 13.963s] (1888/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
75702026-07-16T22:59:14.780Z PASS [ 15.150s] (1889/3039) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
75712026-07-16T22:59:14.809Z PASS [ 20.860s] (1890/3039) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
75722026-07-16T22:59:14.846Z PASS [ 12.666s] (1891/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
75732026-07-16T22:59:14.894Z PASS [ 13.154s] (1892/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
75742026-07-16T22:59:15.005Z PASS [ 17.093s] (1893/3039) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
75752026-07-16T22:59:15.010Z PASS [ 19.931s] (1894/3039) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
75762026-07-16T22:59:15.064Z PASS [ 13.327s] (1895/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
75772026-07-16T22:59:15.307Z PASS [ 39.728s] (1896/3039) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
75782026-07-16T22:59:15.832Z PASS [ 56.119s] (1897/3039) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
75792026-07-16T22:59:16.355Z PASS [ 20.450s] (1898/3039) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
75802026-07-16T22:59:16.752Z PASS [ 16.151s] (1899/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
75812026-07-16T22:59:16.803Z PASS [ 11.859s] (1900/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
75822026-07-16T22:59:16.826Z PASS [ 13.478s] (1901/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
75832026-07-16T22:59:16.872Z PASS [ 14.364s] (1902/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
75842026-07-16T22:59:17.720Z PASS [ 22.001s] (1903/3039) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
75852026-07-16T22:59:20.141Z PASS [ 16.385s] (1904/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
75862026-07-16T22:59:21.099Z PASS [ 14.633s] (1905/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
75872026-07-16T22:59:21.157Z PASS [ 20.741s] (1906/3039) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
75882026-07-16T22:59:24.592Z PASS [ 12.425s] (1907/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
75892026-07-16T22:59:25.008Z PASS [ 13.063s] (1908/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
75902026-07-16T22:59:28.343Z PASS [ 13.468s] (1909/3039) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
75912026-07-16T22:59:28.433Z PASS [ 15.157s] (1910/3039) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
75922026-07-16T22:59:29.367Z PASS [ 16.141s] (1911/3039) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
75932026-07-16T22:59:30.130Z PASS [ 15.351s] (1912/3039) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
75942026-07-16T22:59:30.910Z PASS [ 16.018s] (1913/3039) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
75952026-07-16T22:59:31.719Z PASS [ 38.733s] (1914/3039) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
75962026-07-16T22:59:31.957Z PASS [ 20.954s] (1915/3039) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
75972026-07-16T22:59:34.212Z PASS [ 19.206s] (1916/3039) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
75982026-07-16T22:59:36.304Z PASS [ 22.305s] (1917/3039) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
75992026-07-16T22:59:36.699Z PASS [ 20.341s] (1918/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
76002026-07-16T22:59:38.258Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76012026-07-16T22:59:39.052Z PASS [ 23.218s] (1919/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
76022026-07-16T22:59:39.161Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
76032026-07-16T22:59:39.874Z PASS [ 25.065s] (1920/3039) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
76042026-07-16T22:59:40.090Z PASS [ 9.959s] (1921/3039) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
76052026-07-16T22:59:40.400Z PASS [ 27.098s] (1922/3039) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
76062026-07-16T22:59:40.655Z PASS [ 12.221s] (1923/3039) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
76072026-07-16T22:59:41.918Z PASS [ 25.089s] (1924/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
76082026-07-16T22:59:42.047Z PASS [ 12.682s] (1925/3039) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
76092026-07-16T22:59:42.202Z PASS [ 11.292s] (1926/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion
76102026-07-16T22:59:43.246Z PASS [ 11.527s] (1927/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
76112026-07-16T22:59:43.657Z PASS [ 11.700s] (1928/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
76122026-07-16T22:59:45.411Z PASS [ 24.311s] (1929/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
76132026-07-16T22:59:48.382Z PASS [ 33.318s] (1930/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
76142026-07-16T22:59:51.188Z PASS [ 35.881s] (1931/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
76152026-07-16T22:59:52.015Z PASS [ 11.360s] (1932/3039) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
76162026-07-16T22:59:52.375Z PASS [ 38.490s] (1933/3039) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
76172026-07-16T22:59:53.837Z PASS [ 13.435s] (1934/3039) omicron-nexus::test_all integration_tests::projects::test_projects
76182026-07-16T22:59:54.191Z PASS [ 10.928s] (1935/3039) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
76192026-07-16T22:59:54.395Z PASS [ 10.738s] (1936/3039) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
76202026-07-16T22:59:54.512Z PASS [ 15.461s] (1937/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
76212026-07-16T22:59:54.731Z PASS [ 20.520s] (1938/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
76222026-07-16T22:59:55.507Z PASS [ 15.417s] (1939/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
76232026-07-16T22:59:55.551Z PASS [ 13.635s] (1940/3039) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
76242026-07-16T22:59:55.669Z PASS [ 0.118s] (1941/3039) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
76252026-07-16T22:59:55.732Z PASS [ 35.591s] (1942/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
76262026-07-16T22:59:55.781Z PASS [ 0.112s] (1943/3039) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
76272026-07-16T22:59:55.897Z PASS [ 0.115s] (1944/3039) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
76282026-07-16T22:59:55.934Z PASS [ 0.201s] (1945/3039) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
76292026-07-16T22:59:55.997Z PASS [ 13.948s] (1946/3039) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
76302026-07-16T22:59:56.004Z PASS [ 0.104s] (1947/3039) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
76312026-07-16T22:59:57.157Z PASS [ 42.433s] (1948/3039) omicron-nexus::test_all integration_tests::metrics::test_metrics
76322026-07-16T22:59:58.254Z PASS [ 12.843s] (1949/3039) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
76332026-07-16T22:59:59.056Z PASS [ 42.305s] (1950/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
76342026-07-16T22:59:59.561Z PASS [ 34.985s] (1951/3039) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
76352026-07-16T22:59:59.671Z PASS [ 0.110s] (1952/3039) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
76362026-07-16T22:59:59.926Z PASS [ 11.544s] (1953/3039) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
76372026-07-16T22:59:59.980Z PASS [ 23.676s] (1954/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
76382026-07-16T23:00:00.093Z PASS [ 0.113s] (1955/3039) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
76392026-07-16T23:00:00.197Z PASS [ 0.103s] (1956/3039) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
76402026-07-16T23:00:00.510Z PASS [ 45.499s] (1957/3039) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
76412026-07-16T23:00:01.213Z PASS [ 40.057s] (1958/3039) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
76422026-07-16T23:00:03.233Z PASS [ 12.045s] (1959/3039) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
76432026-07-16T23:00:03.713Z PASS [ 27.019s] (1960/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
76442026-07-16T23:00:04.087Z PASS [ 24.212s] (1961/3039) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
76452026-07-16T23:00:04.646Z PASS [ 12.269s] (1962/3039) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
76462026-07-16T23:00:05.843Z PASS [ 12.007s] (1963/3039) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
76472026-07-16T23:00:06.087Z PASS [ 14.071s] (1964/3039) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
76482026-07-16T23:00:08.358Z PASS [ 12.357s] (1965/3039) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
76492026-07-16T23:00:08.393Z PASS [ 12.460s] (1966/3039) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
76502026-07-16T23:00:08.563Z PASS [ 2.719s] (1967/3039) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
76512026-07-16T23:00:08.921Z PASS [ 12.924s] (1968/3039) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
76522026-07-16T23:00:09.475Z PASS [ 14.744s] (1969/3039) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
76532026-07-16T23:00:09.929Z PASS [ 15.534s] (1970/3039) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
76542026-07-16T23:00:09.936Z PASS [ 15.762s] (1971/3039) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
76552026-07-16T23:00:10.015Z PASS [ 12.858s] (1972/3039) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
76562026-07-16T23:00:10.041Z PASS [ 52.319s] (1973/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
76572026-07-16T23:00:10.213Z PASS [ 11.959s] (1974/3039) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
76582026-07-16T23:00:10.394Z PASS [ 1.831s] (1975/3039) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
76592026-07-16T23:00:10.498Z PASS [ 1.577s] (1976/3039) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
76602026-07-16T23:00:10.734Z PASS [ 15.226s] (1977/3039) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
76612026-07-16T23:00:11.014Z PASS [ 11.958s] (1978/3039) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
76622026-07-16T23:00:11.315Z PASS [ 11.118s] (1979/3039) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
76632026-07-16T23:00:11.350Z PASS [ 54.476s] (1980/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
76642026-07-16T23:00:11.388Z PASS [ 10.878s] (1981/3039) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
76652026-07-16T23:00:11.511Z PASS [ 11.585s] (1982/3039) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
76662026-07-16T23:00:11.515Z PASS [ 1.498s] (1983/3039) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
76672026-07-16T23:00:11.774Z PASS [ 12.103s] (1984/3039) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
76682026-07-16T23:00:11.789Z PASS [ 10.576s] (1985/3039) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
76692026-07-16T23:00:11.938Z PASS [ 1.544s] (1986/3039) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
76702026-07-16T23:00:11.960Z PASS [ 1.461s] (1987/3039) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
76712026-07-16T23:00:12.261Z PASS [ 1.247s] (1988/3039) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
76722026-07-16T23:00:12.465Z PASS [ 17.952s] (1989/3039) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
76732026-07-16T23:00:12.917Z PASS [ 9.683s] (1990/3039) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
76742026-07-16T23:00:14.107Z PASS [ 31.904s] (1991/3039) omicron-nexus::test_all integration_tests::quotas::test_quotas
76752026-07-16T23:00:14.761Z PASS [ 57.957s] (1992/3039) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
76762026-07-16T23:00:15.151Z PASS [ 3.638s] (1993/3039) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
76772026-07-16T23:00:17.097Z PASS [ 48.781s] (1994/3039) omicron-nexus::test_all integration_tests::password_login::test_local_users
76782026-07-16T23:00:21.387Z PASS [ 9.124s] (1995/3039) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
76792026-07-16T23:00:21.503Z PASS [ 9.038s] (1996/3039) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
76802026-07-16T23:00:25.330Z PASS [ 10.458s] (1997/3039) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
76812026-07-16T23:00:25.431Z PASS [ 8.772s] (1998/3039) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
76822026-07-16T23:00:25.431Z PASS [ 58.400s] (1999/3039) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76832026-07-16T23:00:25.431Z PASS [ 9.229s] (2000/3039) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
76842026-07-16T23:00:25.431Z PASS [ 9.711s] (2001/3039) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
76852026-07-16T23:00:25.432Z PASS [ 9.782s] (2002/3039) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
76862026-07-16T23:00:25.463Z PASS [ 9.879s] (2003/3039) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
76872026-07-16T23:00:25.463Z PASS [ 12.219s] (2004/3039) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
76882026-07-16T23:00:25.463Z PASS [ 10.194s] (2005/3039) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
76892026-07-16T23:00:28.094Z PASS [ 10.996s] (2006/3039) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
76902026-07-16T23:00:30.769Z PASS [ 9.256s] (2007/3039) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
76912026-07-16T23:00:30.865Z PASS [ 9.479s] (2008/3039) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
76922026-07-16T23:00:31.987Z PASS [ 8.577s] (2009/3039) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
76932026-07-16T23:00:32.582Z PASS [ 9.860s] (2010/3039) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
76942026-07-16T23:00:32.904Z PASS [ 10.011s] (2011/3039) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
76952026-07-16T23:00:33.134Z PASS [ 9.144s] (2012/3039) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
76962026-07-16T23:00:33.460Z PASS [ 8.594s] (2013/3039) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
76972026-07-16T23:00:34.509Z PASS [ 9.570s] (2014/3039) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
76982026-07-16T23:00:34.598Z PASS [ 9.562s] (2015/3039) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
76992026-07-16T23:00:34.947Z PASS [ 9.601s] (2016/3039) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
77002026-07-16T23:00:35.112Z PASS [ 9.955s] (2017/3039) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
77012026-07-16T23:00:37.005Z PASS [ 117.825s] (2018/3039) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
77022026-07-16T23:00:37.462Z PASS [ 9.365s] (2019/3039) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
77032026-07-16T23:00:38.269Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77042026-07-16T23:00:39.867Z PASS [ 8.988s] (2020/3039) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
77052026-07-16T23:00:41.285Z PASS [ 9.291s] (2021/3039) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
77062026-07-16T23:00:41.308Z PASS [ 10.538s] (2022/3039) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
77072026-07-16T23:00:42.055Z PASS [ 9.472s] (2023/3039) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
77082026-07-16T23:00:42.676Z PASS [ 9.752s] (2024/3039) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
77092026-07-16T23:00:43.220Z PASS [ 10.076s] (2025/3039) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
77102026-07-16T23:00:44.240Z PASS [ 9.733s] (2026/3039) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
77112026-07-16T23:00:44.770Z PASS [ 9.674s] (2027/3039) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
77122026-07-16T23:00:45.292Z PASS [ 10.696s] (2028/3039) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
77132026-07-16T23:00:45.619Z PASS [ 10.670s] (2029/3039) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
77142026-07-16T23:00:46.206Z PASS [ 9.219s] (2030/3039) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
77152026-07-16T23:00:46.844Z PASS [ 9.381s] (2031/3039) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
77162026-07-16T23:00:46.975Z PASS [ 13.514s] (2032/3039) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
77172026-07-16T23:00:48.927Z PASS [ 9.074s] (2033/3039) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
77182026-07-16T23:00:50.137Z PASS [ 8.790s] (2034/3039) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
77192026-07-16T23:00:50.137Z PASS [ 38.121s] (2035/3039) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
77202026-07-16T23:00:53.227Z PASS [ 10.583s] (2036/3039) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
77212026-07-16T23:00:53.772Z PASS [ 42.260s] (2037/3039) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
77222026-07-16T23:00:54.002Z PASS [ 12.702s] (2038/3039) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
77232026-07-16T23:00:54.065Z PASS [ 9.811s] (2039/3039) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
77242026-07-16T23:00:54.454Z PASS [ 42.509s] (2040/3039) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
77252026-07-16T23:00:55.379Z PASS [ 10.024s] (2041/3039) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
77262026-07-16T23:00:55.509Z PASS [ 13.444s] (2042/3039) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
77272026-07-16T23:00:56.468Z PASS [ 13.258s] (2043/3039) omicron-nexus::test_all integration_tests::silos::test_silos
77282026-07-16T23:00:58.232Z PASS [ 11.999s] (2044/3039) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
77292026-07-16T23:01:15.649Z PASS [ 10.707s] (2045/3039) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
77302026-07-16T23:01:19.082Z PASS [ 16.325s] (2046/3039) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
77312026-07-16T23:01:19.082Z PASS [ 16.595s] (2047/3039) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
77322026-07-16T23:01:19.082Z PASS [ 14.092s] (2048/3039) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
77332026-07-16T23:01:19.128Z PASS [ 15.034s] (2049/3039) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
77342026-07-16T23:01:19.769Z PASS [ 15.300s] (2050/3039) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
77352026-07-16T23:01:19.769Z PASS [ 12.162s] (2051/3039) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
77362026-07-16T23:01:19.769Z PASS [ 12.078s] (2052/3039) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
77372026-07-16T23:01:19.769Z PASS [ 12.432s] (2053/3039) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
77382026-07-16T23:01:19.769Z PASS [ 13.158s] (2054/3039) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
77392026-07-16T23:01:19.769Z PASS [ 20.202s] (2055/3039) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
77402026-07-16T23:01:19.769Z PASS [ 12.068s] (2056/3039) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
77412026-07-16T23:01:19.769Z PASS [ 11.927s] (2057/3039) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
77422026-07-16T23:01:19.769Z PASS [ 22.431s] (2058/3039) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
77432026-07-16T23:01:19.769Z PASS [ 12.995s] (2059/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
77442026-07-16T23:01:19.769Z PASS [ 22.122s] (2060/3039) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
77452026-07-16T23:01:19.769Z PASS [ 13.544s] (2061/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
77462026-07-16T23:01:19.769Z PASS [ 11.011s] (2062/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
77472026-07-16T23:01:19.769Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
77482026-07-16T23:01:19.769Z PASS [ 11.591s] (2063/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
77492026-07-16T23:01:19.770Z PASS [ 1.822s] (2064/3039) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
77502026-07-16T23:01:19.770Z PASS [ 20.164s] (2065/3039) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
77512026-07-16T23:01:19.770Z PASS [ 22.380s] (2066/3039) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
77522026-07-16T23:01:19.770Z PASS [ 22.777s] (2067/3039) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
77532026-07-16T23:01:19.770Z PASS [ 23.844s] (2068/3039) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
77542026-07-16T23:01:19.770Z PASS [ 14.148s] (2069/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
77552026-07-16T23:01:19.770Z PASS [ 29.024s] (2070/3039) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
77562026-07-16T23:01:19.902Z PASS [ 12.436s] (2071/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
77572026-07-16T23:01:19.902Z PASS [ 25.736s] (2072/3039) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
77582026-07-16T23:01:20.332Z PASS [ 67.691s] (2073/3039) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
77592026-07-16T23:01:21.579Z PASS [ 13.758s] (2074/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
77602026-07-16T23:01:21.700Z PASS [ 12.594s] (2075/3039) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
77612026-07-16T23:01:21.700Z PASS [ 25.768s] (2076/3039) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
77622026-07-16T23:01:21.700Z PASS [ 27.765s] (2077/3039) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
77632026-07-16T23:01:21.700Z PASS [ 14.166s] (2078/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
77642026-07-16T23:01:23.210Z PASS [ 17.824s] (2079/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
77652026-07-16T23:01:23.544Z PASS [ 14.140s] (2080/3039) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
77662026-07-16T23:01:23.832Z PASS [ 12.780s] (2081/3039) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
77672026-07-16T23:01:24.999Z PASS [ 11.074s] (2082/3039) omicron-nexus::test_all integration_tests::updates::test_repo_prune
77682026-07-16T23:01:25.229Z PASS [ 18.318s] (2083/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
77692026-07-16T23:01:25.279Z PASS [ 9.669s] (2084/3039) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
77702026-07-16T23:01:25.391Z PASS [ 13.023s] (2085/3039) omicron-nexus::test_all integration_tests::updates::test_repo_list
77712026-07-16T23:01:26.317Z PASS [ 19.270s] (2086/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
77722026-07-16T23:01:26.317Z PASS [ 24.100s] (2087/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
77732026-07-16T23:01:26.853Z PASS [ 20.326s] (2088/3039) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
77742026-07-16T23:01:29.260Z PASS [ 12.033s] (2089/3039) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
77752026-07-16T23:01:30.742Z PASS [ 13.105s] (2090/3039) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
77762026-07-16T23:01:30.931Z PASS [ 12.589s] (2091/3039) omicron-nexus::test_all integration_tests::updates::test_update_status
77772026-07-16T23:01:30.956Z PASS [ 16.780s] (2092/3039) omicron-nexus::test_all integration_tests::updates::test_repo_upload
77782026-07-16T23:01:31.829Z PASS [ 12.717s] (2093/3039) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
77792026-07-16T23:01:32.949Z PASS [ 23.485s] (2094/3039) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
77802026-07-16T23:01:38.260Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77812026-07-16T23:01:39.581Z PASS [ 20.214s] (2095/3039) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
77822026-07-16T23:01:40.252Z PASS [ 20.299s] (2096/3039) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
77832026-07-16T23:01:42.392Z PASS [ 22.882s] (2097/3039) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
77842026-07-16T23:01:42.540Z PASS [ 22.521s] (2098/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
77852026-07-16T23:01:42.563Z PASS [ 22.593s] (2099/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
77862026-07-16T23:01:46.035Z PASS [ 24.481s] (2100/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
77872026-07-16T23:01:47.631Z PASS [ 27.666s] (2101/3039) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
77882026-07-16T23:01:51.052Z PASS [ 45.934s] (2102/3039) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
77892026-07-16T23:01:51.318Z PASS [ 25.925s] (2103/3039) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
77902026-07-16T23:01:51.978Z PASS [ 25.663s] (2104/3039) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
77912026-07-16T23:01:53.902Z PASS [ 30.690s] (2105/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
77922026-07-16T23:01:59.588Z PASS [ 32.758s] (2106/3039) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
77932026-07-16T23:01:59.627Z PASS [ 8.124s] (2107/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
77942026-07-16T23:02:00.351Z PASS [ 8.376s] (2108/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
77952026-07-16T23:02:00.710Z PASS [ 31.453s] (2109/3039) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
77962026-07-16T23:02:01.087Z PASS [ 30.141s] (2110/3039) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
77972026-07-16T23:02:01.400Z PASS [ 30.664s] (2111/3039) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
77982026-07-16T23:02:01.461Z PASS [ 30.537s] (2112/3039) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
77992026-07-16T23:02:01.999Z PASS [ 8.102s] (2113/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
78002026-07-16T23:02:04.522Z PASS [ 18.492s] (2114/3039) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
78012026-07-16T23:02:06.117Z PASS [ 8.359s] (2115/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
78022026-07-16T23:02:09.284Z PASS [ 9.844s] (2116/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
78032026-07-16T23:02:09.960Z PASS [ 9.607s] (2117/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
78042026-07-16T23:02:10.012Z PASS [ 9.300s] (2118/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
78052026-07-16T23:02:10.752Z PASS [ 9.663s] (2119/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
78062026-07-16T23:02:10.821Z PASS [ 0.068s] (2120/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
78072026-07-16T23:02:11.276Z PASS [ 9.889s] (2121/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
78082026-07-16T23:02:11.749Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78092026-07-16T23:02:11.938Z PASS [ 9.935s] (2122/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
78102026-07-16T23:02:11.962Z PASS [ 51.744s] (2123/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
78112026-07-16T23:02:12.605Z PASS [ 47.406s] (2124/3039) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
78122026-07-16T23:02:12.996Z PASS [ 11.548s] (2125/3039) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
78132026-07-16T23:02:13.518Z PASS [ 51.980s] (2126/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
78142026-07-16T23:02:13.553Z PASS [ 50.010s] (2127/3039) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
78152026-07-16T23:02:14.259Z PASS [ 9.737s] (2128/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
78162026-07-16T23:02:14.296Z PASS [ 31.905s] (2129/3039) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
78172026-07-16T23:02:14.326Z PASS [ 41.377s] (2130/3039) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
78182026-07-16T23:02:15.715Z PASS [ 9.599s] (2131/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
78192026-07-16T23:02:19.917Z PASS [ 9.958s] (2132/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
78202026-07-16T23:02:19.955Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
78212026-07-16T23:02:19.959Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
78222026-07-16T23:02:20.022Z PASS [ 10.739s] (2133/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
78232026-07-16T23:02:20.248Z PASS [ 10.237s] (2134/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
78242026-07-16T23:02:20.568Z PASS [ 38.006s] (2135/3039) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
78252026-07-16T23:02:22.191Z PASS [ 10.916s] (2136/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
78262026-07-16T23:02:22.896Z PASS [ 10.935s] (2137/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
78272026-07-16T23:02:22.926Z PASS [ 10.992s] (2138/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
78282026-07-16T23:02:23.832Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
78292026-07-16T23:02:23.872Z PASS [ 11.267s] (2139/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
78302026-07-16T23:02:24.059Z PASS [ 11.063s] (2140/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
78312026-07-16T23:02:24.435Z PASS [ 44.853s] (2141/3039) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
78322026-07-16T23:02:24.561Z PASS [ 11.042s] (2142/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
78332026-07-16T23:02:25.014Z PASS [ 58.701s] (2143/3039) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
78342026-07-16T23:02:25.279Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
78352026-07-16T23:02:25.760Z PASS [ 11.463s] (2144/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
78362026-07-16T23:02:25.851Z PASS [ 11.524s] (2145/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
78372026-07-16T23:02:26.854Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
78382026-07-16T23:02:27.534Z PASS [ 11.819s] (2146/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
78392026-07-16T23:02:28.934Z PASS [ 37.883s] (2147/3039) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
78402026-07-16T23:02:29.484Z PASS [ 49.231s] (2148/3039) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
78412026-07-16T23:02:31.646Z PASS [ 11.623s] (2149/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
78422026-07-16T23:02:31.825Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
78432026-07-16T23:02:31.867Z PASS [ 44.247s] (2150/3039) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
78442026-07-16T23:02:32.891Z PASS [ 12.974s] (2151/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
78452026-07-16T23:02:33.297Z PASS [ 81.549s] (2152/3039) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78462026-07-16T23:02:34.401Z PASS [ 13.830s] (2153/3039) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
78472026-07-16T23:02:35.254Z PASS [ 52.713s] (2154/3039) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
78482026-07-16T23:02:36.722Z PASS [ 13.796s] (2155/3039) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
78492026-07-16T23:02:36.865Z PASS [ 14.674s] (2156/3039) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
78502026-07-16T23:02:37.658Z PASS [ 13.786s] (2157/3039) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
78512026-07-16T23:02:38.266Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78522026-07-16T23:02:40.458Z PASS [ 17.262s] (2158/3039) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
78532026-07-16T23:02:41.167Z PASS [ 27.612s] (2159/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
78542026-07-16T23:02:42.444Z PASS [ 18.384s] (2160/3039) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
78552026-07-16T23:02:43.754Z PASS [ 19.193s] (2161/3039) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
78562026-07-16T23:02:44.948Z PASS [ 24.699s] (2162/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
78572026-07-16T23:02:45.301Z PASS [ 85.347s] (2163/3039) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
78582026-07-16T23:02:45.431Z PASS [ 80.153s] (2164/3039) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
78592026-07-16T23:02:46.013Z PASS [ 18.478s] (2165/3039) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
78602026-07-16T23:02:46.169Z PASS [ 12.872s] (2166/3039) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
78612026-07-16T23:02:46.190Z PASS [ 0.020s] (2167/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
78622026-07-16T23:02:46.209Z PASS [ 0.020s] (2168/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
78632026-07-16T23:02:46.229Z PASS [ 0.019s] (2169/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
78642026-07-16T23:02:46.249Z PASS [ 0.020s] (2170/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
78652026-07-16T23:02:46.269Z PASS [ 0.020s] (2171/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
78662026-07-16T23:02:46.290Z PASS [ 0.021s] (2172/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
78672026-07-16T23:02:46.310Z PASS [ 0.020s] (2173/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
78682026-07-16T23:02:46.331Z PASS [ 0.021s] (2174/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
78692026-07-16T23:02:46.352Z PASS [ 0.021s] (2175/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
78702026-07-16T23:02:46.374Z PASS [ 0.021s] (2176/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
78712026-07-16T23:02:46.396Z PASS [ 0.023s] (2177/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
78722026-07-16T23:02:46.417Z PASS [ 0.020s] (2178/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
78732026-07-16T23:02:46.438Z PASS [ 0.021s] (2179/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
78742026-07-16T23:02:46.472Z PASS [ 0.034s] (2180/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
78752026-07-16T23:02:46.509Z PASS [ 0.036s] (2181/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
78762026-07-16T23:02:46.525Z PASS [ 17.041s] (2182/3039) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
78772026-07-16T23:02:46.529Z PASS [ 0.019s] (2183/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
78782026-07-16T23:02:46.548Z PASS [ 0.023s] (2184/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
78792026-07-16T23:02:46.552Z PASS [ 0.022s] (2185/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
78802026-07-16T23:02:46.577Z PASS [ 0.029s] (2186/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
78812026-07-16T23:02:46.581Z PASS [ 0.029s] (2187/3039) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
78822026-07-16T23:02:46.678Z PASS [ 22.243s] (2188/3039) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
78832026-07-16T23:02:47.202Z PASS [ 87.248s] (2189/3039) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
78842026-07-16T23:02:47.365Z PASS [ 0.163s] (2190/3039) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
78852026-07-16T23:02:47.405Z PASS [ 0.040s] (2191/3039) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
78862026-07-16T23:02:47.448Z PASS [ 0.043s] (2192/3039) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
78872026-07-16T23:02:47.497Z PASS [ 0.048s] (2193/3039) omicron-package config::tests::multi_preset_arg
78882026-07-16T23:02:47.519Z PASS [ 0.023s] (2194/3039) omicron-package dot::test::test_bad_dependency
78892026-07-16T23:02:47.544Z PASS [ 0.024s] (2195/3039) omicron-package dot::test::test_dot_output
78902026-07-16T23:02:47.592Z PASS [ 21.740s] (2196/3039) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
78912026-07-16T23:02:47.618Z PASS [ 0.026s] (2197/3039) omicron-passwords test::test_password_constraints
78922026-07-16T23:02:48.044Z PASS [ 13.644s] (2198/3039) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
78932026-07-16T23:02:49.222Z PASS [ 13.968s] (2199/3039) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
78942026-07-16T23:02:49.252Z PASS [ 0.030s] (2200/3039) omicron-passwords test::test_stable
78952026-07-16T23:02:49.271Z PASS [ 0.018s] (2201/3039) omicron-passwords test::test_weak_hashes
78962026-07-16T23:02:49.313Z PASS [ 0.042s] (2202/3039) omicron-rpaths internal::tests::test_configure_from_path
78972026-07-16T23:02:49.327Z PASS [ 20.394s] (2203/3039) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
78982026-07-16T23:02:49.335Z PASS [ 0.022s] (2204/3039) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
78992026-07-16T23:02:49.349Z PASS [ 0.020s] (2205/3039) omicron-rpaths internal::tests::test_emit_rpath
79002026-07-16T23:02:49.455Z PASS [ 0.087s] (2206/3039) omicron-sled-agent artifact_store::test::generations
79012026-07-16T23:02:49.459Z PASS [ 0.093s] (2207/3039) omicron-sled-agent artifact_store::test::issue_7796
79022026-07-16T23:02:49.529Z PASS [ 0.107s] (2208/3039) omicron-sled-agent artifact_store::test::list_get_put
79032026-07-16T23:02:49.560Z PASS [ 0.119s] (2209/3039) omicron-sled-agent artifact_store::test::no_dataset
79042026-07-16T23:02:49.602Z PASS [ 0.040s] (2210/3039) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
79052026-07-16T23:02:49.622Z PASS [ 0.093s] (2211/3039) omicron-sled-agent artifact_store::test::wrong_hash
79062026-07-16T23:02:49.641Z PASS [ 0.040s] (2212/3039) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
79072026-07-16T23:02:49.657Z PASS [ 0.035s] (2213/3039) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
79082026-07-16T23:02:49.672Z PASS [ 0.031s] (2214/3039) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
79092026-07-16T23:02:49.693Z PASS [ 0.036s] (2215/3039) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
79102026-07-16T23:02:49.709Z PASS [ 0.037s] (2216/3039) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
79112026-07-16T23:02:49.723Z PASS [ 0.030s] (2217/3039) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
79122026-07-16T23:02:49.745Z PASS [ 0.036s] (2218/3039) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
79132026-07-16T23:02:49.758Z PASS [ 0.034s] (2219/3039) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
79142026-07-16T23:02:49.794Z PASS [ 0.046s] (2220/3039) omicron-sled-agent config::test::test_smf_configs
79152026-07-16T23:02:49.810Z PASS [ 0.048s] (2221/3039) omicron-sled-agent fmd::tests::boolean_array
79162026-07-16T23:02:49.822Z PASS [ 0.031s] (2222/3039) omicron-sled-agent fmd::tests::boolean_presence
79172026-07-16T23:02:49.837Z PASS [ 0.030s] (2223/3039) omicron-sled-agent fmd::tests::boolean_value
79182026-07-16T23:02:49.856Z PASS [ 0.032s] (2224/3039) omicron-sled-agent fmd::tests::double
79192026-07-16T23:02:49.868Z PASS [ 0.030s] (2225/3039) omicron-sled-agent fmd::tests::hrtime
79202026-07-16T23:02:49.882Z PASS [ 0.027s] (2226/3039) omicron-sled-agent fmd::tests::integer_arrays
79212026-07-16T23:02:49.896Z PASS [ 0.031s] (2227/3039) omicron-sled-agent fmd::tests::integers
79222026-07-16T23:02:49.918Z PASS [ 0.034s] (2228/3039) omicron-sled-agent fmd::tests::string
79232026-07-16T23:02:49.930Z PASS [ 0.031s] (2229/3039) omicron-sled-agent fmd::tests::string_array
79242026-07-16T23:02:49.945Z PASS [ 0.028s] (2230/3039) omicron-sled-agent fmd::tests::unknown_type
79252026-07-16T23:02:49.963Z PASS [ 0.035s] (2231/3039) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
79262026-07-16T23:02:49.968Z PASS [ 24.208s] (2232/3039) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
79272026-07-16T23:02:49.980Z PASS [ 0.036s] (2233/3039) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
79282026-07-16T23:02:49.991Z PASS [ 18.342s] (2234/3039) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
79292026-07-16T23:02:49.994Z PASS [ 0.030s] (2235/3039) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
79302026-07-16T23:02:50.000Z PASS [ 0.032s] (2236/3039) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
79312026-07-16T23:02:50.013Z PASS [ 0.033s] (2237/3039) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
79322026-07-16T23:02:50.023Z PASS [ 0.034s] (2238/3039) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
79332026-07-16T23:02:50.034Z PASS [ 0.041s] (2239/3039) omicron-sled-agent instance::tests::add_new_floating_ip
79342026-07-16T23:02:50.038Z PASS [ 0.038s] (2240/3039) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
79352026-07-16T23:02:50.045Z PASS [ 0.032s] (2241/3039) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
79362026-07-16T23:02:50.063Z PASS [ 0.040s] (2242/3039) omicron-sled-agent instance::tests::prune_existing_floating_ip
79372026-07-16T23:02:50.256Z PASS [ 0.222s] (2243/3039) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
79382026-07-16T23:02:50.323Z PASS [ 0.284s] (2244/3039) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
79392026-07-16T23:02:50.405Z PASS [ 0.359s] (2245/3039) omicron-sled-agent instance::tests::test_instance_create_events_normal
79402026-07-16T23:02:50.438Z PASS [ 0.033s] (2246/3039) omicron-sled-agent instance::tests::test_multicast_membership_equality
79412026-07-16T23:02:50.473Z PASS [ 0.035s] (2247/3039) omicron-sled-agent metrics::test_samples_per_collection
79422026-07-16T23:02:50.568Z PASS [ 672.318s] (2248/3039) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79432026-07-16T23:02:50.606Z PASS [ 0.037s] (2249/3039) omicron-sled-agent probe_manager::test::probe_state_set_ops
79442026-07-16T23:02:50.644Z PASS [ 0.038s] (2250/3039) omicron-sled-agent profile::tests::empty_profile
79452026-07-16T23:02:50.687Z PASS [ 0.042s] (2251/3039) omicron-sled-agent profile::tests::test_disabled_instance
79462026-07-16T23:02:50.699Z PASS [ 0.376s] (2252/3039) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
79472026-07-16T23:02:50.724Z PASS [ 0.037s] (2253/3039) omicron-sled-agent profile::tests::test_instance
79482026-07-16T23:02:50.732Z PASS [ 0.034s] (2254/3039) omicron-sled-agent profile::tests::test_multiple
79492026-07-16T23:02:50.762Z PASS [ 0.038s] (2255/3039) omicron-sled-agent profile::tests::test_property
79502026-07-16T23:02:50.768Z PASS [ 0.035s] (2256/3039) omicron-sled-agent profile::tests::test_property_group
79512026-07-16T23:02:50.802Z PASS [ 0.034s] (2257/3039) omicron-sled-agent profile::tests::test_service_property_group
79522026-07-16T23:02:50.806Z PASS [ 0.041s] (2258/3039) omicron-sled-agent profile::tests::test_service
79532026-07-16T23:02:50.839Z PASS [ 0.036s] (2259/3039) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
79542026-07-16T23:02:50.844Z PASS [ 0.041s] (2260/3039) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
79552026-07-16T23:02:50.845Z PASS [ 0.781s] (2261/3039) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
79562026-07-16T23:02:50.880Z PASS [ 0.042s] (2262/3039) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
79572026-07-16T23:02:50.904Z PASS [ 0.058s] (2263/3039) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
79582026-07-16T23:02:50.915Z PASS [ 0.071s] (2264/3039) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
79592026-07-16T23:02:50.943Z PASS [ 0.040s] (2265/3039) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
79602026-07-16T23:02:50.952Z PASS [ 14.086s] (2266/3039) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
79612026-07-16T23:02:50.956Z PASS [ 0.039s] (2267/3039) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
79622026-07-16T23:02:50.984Z PASS [ 0.040s] (2268/3039) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
79632026-07-16T23:02:50.991Z PASS [ 0.039s] (2269/3039) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
79642026-07-16T23:02:50.995Z PASS [ 0.041s] (2270/3039) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
79652026-07-16T23:02:51.031Z PASS [ 0.047s] (2271/3039) omicron-sled-agent sim::storage::test::nested_dataset
79662026-07-16T23:02:51.035Z PASS [ 0.039s] (2272/3039) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
79672026-07-16T23:02:51.039Z PASS [ 0.046s] (2273/3039) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
79682026-07-16T23:02:51.067Z PASS [ 0.036s] (2274/3039) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
79692026-07-16T23:02:51.073Z PASS [ 0.039s] (2275/3039) omicron-sled-agent sim::storage::test::snapshot_needs_region
79702026-07-16T23:02:51.077Z PASS [ 14.355s] (2276/3039) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
79712026-07-16T23:02:51.093Z PASS [ 0.056s] (2277/3039) omicron-sled-agent support_bundle::storage::tests::basic_crud
79722026-07-16T23:02:51.114Z PASS [ 0.046s] (2278/3039) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
79732026-07-16T23:02:51.131Z PASS [ 0.054s] (2279/3039) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
79742026-07-16T23:02:51.131Z PASS [ 0.058s] (2280/3039) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
79752026-07-16T23:02:51.145Z PASS [ 0.051s] (2281/3039) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
79762026-07-16T23:02:51.164Z PASS [ 0.048s] (2282/3039) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
79772026-07-16T23:02:51.182Z PASS [ 0.050s] (2283/3039) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
79782026-07-16T23:02:51.206Z PASS [ 0.075s] (2284/3039) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
79792026-07-16T23:02:51.222Z PASS [ 0.059s] (2285/3039) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
79802026-07-16T23:02:51.222Z PASS [ 0.076s] (2286/3039) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
79812026-07-16T23:02:51.245Z PASS [ 0.062s] (2287/3039) omicron-sled-agent support_bundle::storage::tests::ranges
79822026-07-16T23:02:51.264Z PASS [ 0.042s] (2288/3039) omicron-sled-agent updates::test::test_query_sled_agent_version
79832026-07-16T23:02:51.274Z PASS [ 0.052s] (2289/3039) omicron-sled-agent updates::test::test_query_no_components
79842026-07-16T23:02:51.278Z PASS [ 0.069s] (2290/3039) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
79852026-07-16T23:02:51.291Z PASS [ 0.045s] (2291/3039) omicron-sled-agent updates::test::test_query_zone_version
79862026-07-16T23:02:51.305Z PASS [ 1.049s] (2292/3039) omicron-sled-agent instance::tests::test_instance_manager_creation
79872026-07-16T23:02:51.305Z PASS [ 0.041s] (2293/3039) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
79882026-07-16T23:02:51.345Z PASS [ 0.050s] (2294/3039) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
79892026-07-16T23:02:51.485Z PASS [ 3.862s] (2295/3039) omicron-passwords test::test_reproducible
79902026-07-16T23:02:51.608Z PASS [ 19.721s] (2296/3039) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
79912026-07-16T23:02:51.623Z PASS [ 0.115s] (2297/3039) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
79922026-07-16T23:02:51.629Z PASS [ 0.042s] (2298/3039) omicron-sled-agent zone_bundle::tests::test_dir_size
79932026-07-16T23:02:51.662Z PASS [ 0.068s] (2299/3039) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
79942026-07-16T23:02:51.703Z PASS [ 0.041s] (2300/3039) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
79952026-07-16T23:02:51.734Z PASS [ 0.104s] (2301/3039) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
79962026-07-16T23:02:51.771Z PASS [ 0.037s] (2302/3039) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
79972026-07-16T23:02:51.804Z PASS [ 0.033s] (2303/3039) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
79982026-07-16T23:02:52.061Z PASS [ 0.255s] (2304/3039) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
79992026-07-16T23:02:52.301Z PASS [ 0.242s] (2305/3039) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
80002026-07-16T23:02:52.376Z PASS [ 0.672s] (2306/3039) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
80012026-07-16T23:02:52.414Z PASS [ 0.037s] (2307/3039) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
80022026-07-16T23:02:52.450Z PASS [ 0.036s] (2308/3039) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
80032026-07-16T23:02:52.773Z PASS [ 0.322s] (2309/3039) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
80042026-07-16T23:02:53.220Z PASS [ 0.446s] (2310/3039) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
80052026-07-16T23:02:53.337Z PASS [ 1.036s] (2311/3039) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
80062026-07-16T23:02:53.493Z PASS [ 0.274s] (2312/3039) omicron-test-utils dev::db::test::test_bad_cmd
80072026-07-16T23:02:53.812Z PASS [ 0.475s] (2313/3039) omicron-test-utils dev::db::test::test_cmd_fails
80082026-07-16T23:02:54.260Z PASS [ 3.380s] (2314/3039) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
80092026-07-16T23:02:54.529Z PASS [ 0.268s] (2315/3039) omicron-test-utils dev::db::test::test_database_start_hang
80102026-07-16T23:02:54.534Z PASS [ 40.273s] (2316/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
80112026-07-16T23:02:54.573Z PASS [ 0.034s] (2317/3039) omicron-test-utils dev::db::test::test_make_pg_config_fail
80122026-07-16T23:02:54.645Z PASS [ 0.034s] (2318/3039) omicron-test-utils dev::db::test::test_make_pg_config_ok
80132026-07-16T23:02:54.655Z PASS [ 87.756s] (2319/3039) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
80142026-07-16T23:02:54.655Z PASS [ 0.034s] (2320/3039) omicron-test-utils dev::db::test::test_parse_http_addr
80152026-07-16T23:02:54.655Z PASS [ 0.037s] (2321/3039) omicron-test-utils dev::db::test::test_process_exit_abnormal
80162026-07-16T23:02:54.681Z PASS [ 0.042s] (2322/3039) omicron-test-utils dev::db::test::test_process_exit_normal
80172026-07-16T23:02:54.802Z PASS [ 3.505s] (2323/3039) omicron-sled-agent zone_bundle::illumos_tests::test_context
80182026-07-16T23:02:54.948Z PASS [ 3.606s] (2324/3039) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
80192026-07-16T23:02:54.982Z PASS [ 0.035s] (2325/3039) omicron-test-utils dev::db::test::test_starter_tmpdir
80202026-07-16T23:02:55.030Z PASS [ 0.048s] (2326/3039) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
80212026-07-16T23:02:55.065Z PASS [ 0.035s] (2327/3039) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
80222026-07-16T23:02:55.084Z PASS [ 0.437s] (2328/3039) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
80232026-07-16T23:02:55.103Z PASS [ 0.037s] (2329/3039) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
80242026-07-16T23:02:55.119Z PASS [ 0.035s] (2330/3039) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
80252026-07-16T23:02:55.136Z PASS [ 3.831s] (2331/3039) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
80262026-07-16T23:02:55.142Z PASS [ 0.039s] (2332/3039) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
80272026-07-16T23:02:55.158Z PASS [ 1.346s] (2333/3039) omicron-test-utils dev::db::test::test_database_concurrent
80282026-07-16T23:02:55.158Z PASS [ 0.040s] (2334/3039) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
80292026-07-16T23:02:55.175Z PASS [ 0.037s] (2335/3039) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
80302026-07-16T23:02:55.187Z PASS [ 0.657s] (2336/3039) omicron-test-utils dev::db::test::test_http_addr_integration
80312026-07-16T23:02:55.192Z PASS [ 0.050s] (2337/3039) omicron-test-utils dev::test_cmds::tests::test_redact_extra
80322026-07-16T23:02:55.208Z PASS [ 7.664s] (2338/3039) omicron-passwords test::test_compatible
80332026-07-16T23:02:55.212Z PASS [ 0.051s] (2339/3039) omicron-test-utils dev::test_cmds::tests::test_redact_section
80342026-07-16T23:02:55.226Z PASS [ 0.053s] (2340/3039) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
80352026-07-16T23:02:55.243Z PASS [ 0.058s] (2341/3039) oximeter test::timeseries_schema_consistency
80362026-07-16T23:02:55.334Z PASS [ 4.028s] (2342/3039) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
80372026-07-16T23:02:55.370Z PASS [ 0.211s] (2343/3039) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
80382026-07-16T23:02:55.382Z PASS [ 0.048s] (2344/3039) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
80392026-07-16T23:02:55.419Z PASS [ 0.209s] (2345/3039) oximeter-collector agent::tests::test_self_stat_unreachable_counter
80402026-07-16T23:02:55.440Z PASS [ 0.231s] (2346/3039) oximeter-collector agent::tests::test_self_stat_error_counter
80412026-07-16T23:02:55.440Z PASS [ 0.213s] (2347/3039) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
80422026-07-16T23:02:55.441Z PASS [ 0.196s] (2348/3039) oximeter-collector agent::tests::verify_producer_details
80432026-07-16T23:02:55.459Z PASS [ 0.077s] (2349/3039) oximeter-collector results_sink::tests::test_batch_handoff_overflow
80442026-07-16T23:02:55.463Z PASS [ 0.042s] (2350/3039) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
80452026-07-16T23:02:55.472Z PASS [ 0.279s] (2351/3039) oximeter-collector agent::tests::test_self_stat_collection_count
80462026-07-16T23:02:55.476Z PASS [ 0.033s] (2352/3039) oximeter-collector self_stats::tests::test_failure_reason_serialization
80472026-07-16T23:02:55.479Z PASS [ 0.107s] (2353/3039) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
80482026-07-16T23:02:55.483Z PASS [ 0.044s] (2354/3039) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
80492026-07-16T23:02:55.497Z PASS [ 0.038s] (2355/3039) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
80502026-07-16T23:02:55.502Z PASS [ 0.040s] (2356/3039) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
80512026-07-16T23:02:55.512Z PASS [ 0.040s] (2357/3039) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
80522026-07-16T23:02:55.516Z PASS [ 0.044s] (2358/3039) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
80532026-07-16T23:02:55.519Z PASS [ 0.078s] (2359/3039) oximeter-collector::test_commands test_oximeter_no_args
80542026-07-16T23:02:55.559Z PASS [ 0.041s] (2360/3039) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
80552026-07-16T23:02:55.607Z PASS [ 13.162s] (2361/3039) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
80562026-07-16T23:02:55.823Z PASS [ 1.042s] (2362/3039) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
80572026-07-16T23:02:55.847Z PASS [ 4.573s] (2363/3039) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
80582026-07-16T23:02:55.881Z PASS [ 0.057s] (2364/3039) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
80592026-07-16T23:02:56.198Z PASS [ 0.637s] (2365/3039) oximeter-db client::tests::can_ping_clickhouse
80602026-07-16T23:02:56.239Z PASS [ 0.737s] (2366/3039) oximeter-db client::oxql::tests::test_get_fields_query
80612026-07-16T23:02:56.256Z PASS [ 0.778s] (2367/3039) oximeter-db client::oxql::tests::test_get_entire_table
80622026-07-16T23:02:56.304Z PASS [ 0.811s] (2368/3039) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
80632026-07-16T23:02:56.326Z PASS [ 0.799s] (2369/3039) oximeter-db client::oxql::tests::test_get_fields
80642026-07-16T23:02:56.326Z PASS [ 0.792s] (2370/3039) oximeter-db client::oxql::tests::test_get_one_timeseries
80652026-07-16T23:02:56.326Z PASS [ 0.791s] (2371/3039) oximeter-db client::oxql::tests::test_limit_operations
80662026-07-16T23:02:56.336Z PASS [ 12.566s] (2372/3039) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
80672026-07-16T23:02:56.383Z PASS [ 10.362s] (2373/3039) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
80682026-07-16T23:02:56.435Z PASS [ 11.005s] (2374/3039) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
80692026-07-16T23:02:56.476Z PASS [ 11.175s] (2375/3039) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
80702026-07-16T23:02:56.900Z PASS [ 0.645s] (2376/3039) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
80712026-07-16T23:02:56.915Z PASS [ 0.718s] (2377/3039) oximeter-db client::tests::read_latest_version_reports_max
80722026-07-16T23:02:56.927Z PASS [ 11.979s] (2378/3039) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
80732026-07-16T23:02:56.962Z PASS [ 0.657s] (2379/3039) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
80742026-07-16T23:02:56.994Z PASS [ 0.756s] (2380/3039) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
80752026-07-16T23:02:57.037Z PASS [ 0.743s] (2381/3039) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
80762026-07-16T23:02:57.070Z PASS [ 0.033s] (2382/3039) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
80772026-07-16T23:02:57.109Z PASS [ 0.802s] (2383/3039) oximeter-db client::tests::test_client_select_timeseries_one
80782026-07-16T23:02:57.117Z PASS [ 0.797s] (2384/3039) oximeter-db client::tests::test_database_version_update_is_idempotent
80792026-07-16T23:02:57.129Z PASS [ 0.754s] (2385/3039) oximeter-db client::tests::test_database_version_will_not_downgrade
80802026-07-16T23:02:57.129Z PASS [ 0.832s] (2386/3039) oximeter-db client::tests::select_timeseries_with_select_one
80812026-07-16T23:02:57.178Z PASS [ 0.048s] (2387/3039) oximeter-db client::tests::test_read_schema_upgrade_sql_files
80822026-07-16T23:02:57.192Z PASS [ 0.756s] (2388/3039) oximeter-db client::tests::test_database_version_will_not_upgrade
80832026-07-16T23:02:57.218Z PASS [ 0.040s] (2389/3039) oximeter-db client::tests::test_read_timeseries_to_delete
80842026-07-16T23:02:57.226Z PASS [ 0.034s] (2390/3039) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
80852026-07-16T23:02:57.230Z PASS [ 0.751s] (2391/3039) oximeter-db client::tests::test_differentiate_by_timeseries_name
80862026-07-16T23:02:57.254Z PASS [ 0.036s] (2392/3039) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
80872026-07-16T23:02:57.296Z PASS [ 1.436s] (2393/3039) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
80882026-07-16T23:02:57.563Z PASS [ 4.069s] (2394/3039) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
80892026-07-16T23:02:57.614Z PASS [ 1.734s] (2395/3039) oximeter-db client::tests::insert_samples_fails_fast
80902026-07-16T23:02:57.634Z PASS [ 0.734s] (2396/3039) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
80912026-07-16T23:02:57.650Z PASS [ 0.736s] (2397/3039) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
80922026-07-16T23:02:57.655Z PASS [ 0.728s] (2398/3039) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
80932026-07-16T23:02:57.688Z PASS [ 0.726s] (2399/3039) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
80942026-07-16T23:02:57.815Z PASS [ 0.744s] (2400/3039) oximeter-db client::tests::test_field_record_count
80952026-07-16T23:02:57.835Z PASS [ 0.718s] (2401/3039) oximeter-db client::tests::test_is_oximeter_cluster
80962026-07-16T23:02:57.848Z PASS [ 0.739s] (2402/3039) oximeter-db client::tests::test_insert_samples
80972026-07-16T23:02:57.899Z PASS [ 0.769s] (2403/3039) oximeter-db client::tests::test_list_timeseries
80982026-07-16T23:02:57.944Z PASS [ 11.266s] (2404/3039) omicron-omdb::test_all_output test_omdb_usage_errors
80992026-07-16T23:02:57.967Z PASS [ 0.740s] (2405/3039) oximeter-db client::tests::test_schema_mismatch
81002026-07-16T23:02:57.976Z PASS [ 0.032s] (2406/3039) oximeter-db client::tests::test_unravel_index
81012026-07-16T23:02:57.981Z PASS [ 0.987s] (2407/3039) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
81022026-07-16T23:02:58.005Z PASS [ 0.037s] (2408/3039) oximeter-db client::tests::test_verify_schema_upgrades
81032026-07-16T23:02:58.015Z PASS [ 0.039s] (2409/3039) oximeter-db model::fields::tests::test_extract_fields_as_block
81042026-07-16T23:02:58.015Z PASS [ 0.034s] (2410/3039) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
81052026-07-16T23:02:58.042Z PASS [ 0.037s] (2411/3039) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
81062026-07-16T23:02:58.051Z PASS [ 0.768s] (2412/3039) oximeter-db client::tests::test_schema_update
81072026-07-16T23:02:58.055Z PASS [ 0.039s] (2413/3039) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
81082026-07-16T23:02:58.059Z PASS [ 0.044s] (2414/3039) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
81092026-07-16T23:02:58.076Z PASS [ 0.034s] (2415/3039) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
81102026-07-16T23:02:58.083Z PASS [ 0.027s] (2416/3039) oximeter-db native::block::tests::datetime64_scale_checks_range
81112026-07-16T23:02:58.103Z PASS [ 0.031s] (2417/3039) oximeter-db native::block::tests::concat_blocks
81122026-07-16T23:02:58.103Z PASS [ 0.034s] (2418/3039) oximeter-db native::block::tests::parse_date_time
81132026-07-16T23:02:58.113Z PASS [ 0.034s] (2419/3039) oximeter-db native::block::tests::parse_date_time64
81142026-07-16T23:02:58.117Z PASS [ 0.032s] (2420/3039) oximeter-db native::block::tests::parse_escaped_date_time64
81152026-07-16T23:02:58.117Z PASS [ 0.034s] (2421/3039) oximeter-db native::block::tests::test_data_type_to_string
81162026-07-16T23:02:58.123Z PASS [ 0.029s] (2422/3039) oximeter-db native::block::tests::test_datetime64_conversions
81172026-07-16T23:02:58.145Z PASS [ 0.891s] (2423/3039) oximeter-db client::tests::test_schema_reinserted_after_redeployment
81182026-07-16T23:02:58.149Z PASS [ 0.037s] (2424/3039) oximeter-db native::block::tests::test_parse_all_known_timezones
81192026-07-16T23:02:58.149Z PASS [ 0.034s] (2425/3039) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
81202026-07-16T23:02:58.153Z PASS [ 0.032s] (2426/3039) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
81212026-07-16T23:02:58.158Z PASS [ 0.032s] (2427/3039) oximeter-db native::block::tests::test_parse_enum8
81222026-07-16T23:02:58.176Z PASS [ 0.031s] (2428/3039) oximeter-db native::block::tests::test_parse_enum_variant
81232026-07-16T23:02:58.194Z PASS [ 0.032s] (2429/3039) oximeter-db native::block::tests::test_parse_invalid_data_type
81242026-07-16T23:02:58.230Z PASS [ 47.408s] (2430/3039) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
81252026-07-16T23:02:58.283Z PASS [ 1.057s] (2431/3039) oximeter-db client::tests::test_recall_of_all_fields
81262026-07-16T23:02:58.374Z PASS [ 0.794s] (2432/3039) oximeter-db client::tests::test_select_all_datum_types
81272026-07-16T23:02:58.385Z PASS [ 0.768s] (2433/3039) oximeter-db client::tests::test_select_all_field_types
81282026-07-16T23:02:58.403Z PASS [ 0.764s] (2434/3039) oximeter-db client::tests::test_select_timeseries_with_all
81292026-07-16T23:02:58.432Z PASS [ 0.033s] (2435/3039) oximeter-db native::io::block::tests::test_decode_block_with_nulls
81302026-07-16T23:02:58.462Z PASS [ 0.774s] (2436/3039) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
81312026-07-16T23:02:58.469Z PASS [ 0.037s] (2437/3039) oximeter-db native::io::block::tests::test_decode_full_block
81322026-07-16T23:02:58.491Z PASS [ 0.836s] (2438/3039) oximeter-db client::tests::test_select_timeseries_with_order
81332026-07-16T23:02:58.496Z PASS [ 0.033s] (2439/3039) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
81342026-07-16T23:02:58.501Z PASS [ 0.032s] (2440/3039) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
81352026-07-16T23:02:58.512Z PASS [ 0.860s] (2441/3039) oximeter-db client::tests::test_select_timeseries_with_limit
81362026-07-16T23:02:58.523Z PASS [ 0.032s] (2442/3039) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
81372026-07-16T23:02:58.530Z PASS [ 0.029s] (2443/3039) oximeter-db native::io::column::tests::test_decode_string_column
81382026-07-16T23:02:58.530Z PASS [ 0.036s] (2444/3039) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
81392026-07-16T23:02:58.546Z PASS [ 0.035s] (2445/3039) oximeter-db native::io::column::tests::test_decode_uint64_column
81402026-07-16T23:02:58.555Z PASS [ 0.032s] (2446/3039) oximeter-db native::io::column::tests::test_decode_uint8_column
81412026-07-16T23:02:58.565Z PASS [ 0.033s] (2447/3039) oximeter-db native::io::column::tests::test_decode_uuid_column
81422026-07-16T23:02:58.570Z PASS [ 0.034s] (2448/3039) oximeter-db native::io::column::tests::test_encode_decode_column
81432026-07-16T23:02:58.576Z PASS [ 0.030s] (2449/3039) oximeter-db native::io::packet::server::tests::test_decode_full_hello
81442026-07-16T23:02:58.583Z PASS [ 0.766s] (2450/3039) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
81452026-07-16T23:02:58.588Z PASS [ 0.030s] (2451/3039) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
81462026-07-16T23:02:58.596Z PASS [ 0.032s] (2452/3039) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
81472026-07-16T23:02:58.596Z PASS [ 0.760s] (2453/3039) oximeter-db client::tests::test_select_timeseries_with_start_time
81482026-07-16T23:02:58.599Z PASS [ 0.033s] (2454/3039) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
81492026-07-16T23:02:58.606Z PASS [ 0.030s] (2455/3039) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
81502026-07-16T23:02:58.610Z PASS [ 0.030s] (2456/3039) oximeter-db native::io::packet::server::tests::test_decode_pong
81512026-07-16T23:02:58.616Z PASS [ 0.031s] (2457/3039) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
81522026-07-16T23:02:58.624Z PASS [ 0.028s] (2458/3039) oximeter-db native::io::string::test::test_encode_decode
81532026-07-16T23:02:58.627Z PASS [ 0.726s] (2459/3039) oximeter-db client::tests::test_timeseries_schema_list
81542026-07-16T23:02:58.627Z PASS [ 0.030s] (2460/3039) oximeter-db native::io::string::test::test_encode_hello_world
81552026-07-16T23:02:58.633Z PASS [ 0.035s] (2461/3039) oximeter-db native::io::packet::server::tests::test_decode_single_exception
81562026-07-16T23:02:58.637Z PASS [ 0.027s] (2462/3039) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
81572026-07-16T23:02:58.640Z PASS [ 0.029s] (2463/3039) oximeter-db native::io::table_columns::tests::test_column_count
81582026-07-16T23:02:58.648Z PASS [ 0.031s] (2464/3039) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
81592026-07-16T23:02:58.655Z PASS [ 0.031s] (2465/3039) oximeter-db native::io::table_columns::tests::test_column_description_with_default
81602026-07-16T23:02:58.659Z PASS [ 0.031s] (2466/3039) oximeter-db native::io::table_columns::tests::test_column_descriptions
81612026-07-16T23:02:58.659Z PASS [ 0.031s] (2467/3039) oximeter-db native::io::varuint::test_encode_decode_varuint
81622026-07-16T23:02:58.663Z PASS [ 0.031s] (2468/3039) oximeter-db oxql::ast::grammar::tests::test_align_table_op
81632026-07-16T23:02:58.668Z PASS [ 0.030s] (2469/3039) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
81642026-07-16T23:02:58.672Z PASS [ 0.028s] (2470/3039) oximeter-db oxql::ast::grammar::tests::test_comparison
81652026-07-16T23:02:58.679Z PASS [ 0.031s] (2471/3039) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
81662026-07-16T23:02:58.687Z PASS [ 0.030s] (2472/3039) oximeter-db oxql::ast::grammar::tests::test_double_literal
81672026-07-16T23:02:58.687Z PASS [ 0.029s] (2473/3039) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
81682026-07-16T23:02:58.690Z PASS [ 0.032s] (2474/3039) oximeter-db oxql::ast::grammar::tests::test_duration_literal
81692026-07-16T23:02:58.694Z PASS [ 0.030s] (2475/3039) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
81702026-07-16T23:02:58.694Z PASS [ 0.028s] (2476/3039) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
81712026-07-16T23:02:58.703Z PASS [ 0.035s] (2477/3039) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
81722026-07-16T23:02:58.753Z PASS [ 0.037s] (2478/3039) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
81732026-07-16T23:02:58.753Z PASS [ 0.034s] (2479/3039) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
81742026-07-16T23:02:58.754Z PASS [ 0.036s] (2480/3039) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
81752026-07-16T23:02:58.754Z PASS [ 0.032s] (2481/3039) oximeter-db oxql::ast::grammar::tests::test_group_by
81762026-07-16T23:02:58.754Z PASS [ 0.035s] (2482/3039) oximeter-db oxql::ast::grammar::tests::test_get_table_op
81772026-07-16T23:02:58.754Z PASS [ 0.036s] (2483/3039) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
81782026-07-16T23:02:58.754Z PASS [ 0.035s] (2484/3039) oximeter-db oxql::ast::grammar::tests::test_ident
81792026-07-16T23:02:58.754Z PASS [ 0.034s] (2485/3039) oximeter-db oxql::ast::grammar::tests::test_integer_literal
81802026-07-16T23:02:58.759Z PASS [ 0.035s] (2486/3039) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
81812026-07-16T23:02:58.759Z PASS [ 0.034s] (2487/3039) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
81822026-07-16T23:02:58.765Z PASS [ 0.033s] (2488/3039) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
81832026-07-16T23:02:58.765Z PASS [ 0.040s] (2489/3039) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
81842026-07-16T23:02:58.771Z PASS [ 0.040s] (2490/3039) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
81852026-07-16T23:02:58.776Z PASS [ 0.035s] (2491/3039) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
81862026-07-16T23:02:58.782Z PASS [ 0.032s] (2492/3039) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
81872026-07-16T23:02:58.787Z PASS [ 0.630s] (2493/3039) oximeter-db native::connection::tests::test_exchange_hello
81882026-07-16T23:02:58.787Z PASS [ 0.637s] (2494/3039) oximeter-db native::connection::tests::test_basic_select_query
81892026-07-16T23:02:58.793Z PASS [ 0.029s] (2495/3039) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
81902026-07-16T23:02:58.798Z PASS [ 0.033s] (2496/3039) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
81912026-07-16T23:02:58.802Z PASS [ 0.043s] (2497/3039) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
81922026-07-16T23:02:58.802Z PASS [ 0.046s] (2498/3039) oximeter-db oxql::ast::grammar::tests::test_query
81932026-07-16T23:02:58.807Z PASS [ 0.034s] (2499/3039) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
81942026-07-16T23:02:58.814Z PASS [ 0.029s] (2500/3039) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
81952026-07-16T23:02:58.814Z PASS [ 0.635s] (2501/3039) oximeter-db native::connection::tests::test_insert_and_select_uuid
81962026-07-16T23:02:58.818Z PASS [ 0.639s] (2502/3039) oximeter-db native::connection::tests::test_insert_and_select_data
81972026-07-16T23:02:58.818Z PASS [ 0.034s] (2503/3039) oximeter-db oxql::ast::grammar::tests::test_reducer
81982026-07-16T23:02:58.818Z PASS [ 0.032s] (2504/3039) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
81992026-07-16T23:02:58.822Z PASS [ 0.026s] (2505/3039) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
82002026-07-16T23:02:58.832Z PASS [ 0.033s] (2506/3039) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
82012026-07-16T23:02:58.838Z PASS [ 0.040s] (2507/3039) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
82022026-07-16T23:02:58.838Z PASS [ 0.037s] (2508/3039) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
82032026-07-16T23:02:58.842Z PASS [ 0.031s] (2509/3039) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
82042026-07-16T23:02:58.845Z PASS [ 0.032s] (2510/3039) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
82052026-07-16T23:02:58.849Z PASS [ 0.032s] (2511/3039) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
82062026-07-16T23:02:58.849Z PASS [ 0.032s] (2512/3039) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
82072026-07-16T23:02:58.853Z PASS [ 0.626s] (2513/3039) oximeter-db native::connection::tests::test_select_array_column
82082026-07-16T23:02:58.857Z PASS [ 0.038s] (2514/3039) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
82092026-07-16T23:02:58.857Z PASS [ 1.008s] (2515/3039) oximeter-db client::tests::test_sql_query_output
82102026-07-16T23:02:58.860Z PASS [ 0.042s] (2516/3039) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
82112026-07-16T23:02:58.865Z PASS [ 0.044s] (2517/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
82122026-07-16T23:02:58.865Z PASS [ 0.031s] (2518/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
82132026-07-16T23:02:58.876Z PASS [ 0.727s] (2519/3039) oximeter-db native::connection::tests::test_can_cancel_query
82142026-07-16T23:02:58.885Z PASS [ 0.047s] (2520/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
82152026-07-16T23:02:58.889Z PASS [ 0.048s] (2521/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
82162026-07-16T23:02:58.889Z PASS [ 0.048s] (2522/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
82172026-07-16T23:02:58.896Z PASS [ 0.050s] (2523/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
82182026-07-16T23:02:58.900Z PASS [ 0.049s] (2524/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
82192026-07-16T23:02:58.901Z PASS [ 0.051s] (2525/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
82202026-07-16T23:02:58.905Z PASS [ 0.045s] (2526/3039) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
82212026-07-16T23:02:58.906Z PASS [ 0.049s] (2527/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
82222026-07-16T23:02:58.906Z PASS [ 0.050s] (2528/3039) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
82232026-07-16T23:02:58.911Z PASS [ 0.625s] (2529/3039) oximeter-db native::connection::tests::test_select_array_of_nullable_column
82242026-07-16T23:02:58.911Z PASS [ 0.049s] (2530/3039) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
82252026-07-16T23:02:58.916Z PASS [ 0.048s] (2531/3039) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
82262026-07-16T23:02:58.916Z PASS [ 0.049s] (2532/3039) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
82272026-07-16T23:02:58.922Z PASS [ 0.040s] (2533/3039) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
82282026-07-16T23:02:58.922Z PASS [ 0.032s] (2534/3039) oximeter-db oxql::plan::align::test::test_align_input_schema
82292026-07-16T23:02:58.931Z PASS [ 0.043s] (2535/3039) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
82302026-07-16T23:02:58.935Z PASS [ 0.049s] (2536/3039) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
82312026-07-16T23:02:58.950Z PASS [ 0.054s] (2537/3039) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
82322026-07-16T23:02:58.955Z PASS [ 0.058s] (2538/3039) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
82332026-07-16T23:02:58.960Z PASS [ 0.058s] (2539/3039) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
82342026-07-16T23:02:58.960Z PASS [ 0.054s] (2540/3039) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
82352026-07-16T23:02:58.963Z PASS [ 0.060s] (2541/3039) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
82362026-07-16T23:02:58.967Z PASS [ 0.063s] (2542/3039) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
82372026-07-16T23:02:58.967Z PASS [ 0.057s] (2543/3039) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
82382026-07-16T23:02:58.967Z PASS [ 0.056s] (2544/3039) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
82392026-07-16T23:02:58.971Z PASS [ 0.052s] (2545/3039) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
82402026-07-16T23:02:58.971Z PASS [ 0.057s] (2546/3039) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
82412026-07-16T23:02:58.971Z PASS [ 0.057s] (2547/3039) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
82422026-07-16T23:02:58.971Z PASS [ 0.039s] (2548/3039) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
82432026-07-16T23:02:58.971Z PASS [ 0.052s] (2549/3039) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
82442026-07-16T23:02:58.975Z PASS [ 0.620s] (2550/3039) oximeter-db native::connection::tests::test_select_nullable_column
82452026-07-16T23:02:58.979Z PASS [ 0.042s] (2551/3039) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
82462026-07-16T23:02:58.991Z PASS [ 0.040s] (2552/3039) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
82472026-07-16T23:02:58.995Z PASS [ 33.978s] (2553/3039) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
82482026-07-16T23:02:59.000Z PASS [ 0.614s] (2554/3039) oximeter-db native::connection::tests::test_send_cancel_with_no_query
82492026-07-16T23:02:59.007Z PASS [ 0.052s] (2555/3039) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
82502026-07-16T23:02:59.010Z PASS [ 0.055s] (2556/3039) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
82512026-07-16T23:02:59.011Z PASS [ 0.053s] (2557/3039) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
82522026-07-16T23:02:59.014Z PASS [ 0.051s] (2558/3039) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
82532026-07-16T23:02:59.018Z PASS [ 0.050s] (2559/3039) oximeter-db oxql::query::tests::test_coalesce_limits
82542026-07-16T23:02:59.018Z PASS [ 0.047s] (2560/3039) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
82552026-07-16T23:02:59.022Z PASS [ 0.050s] (2561/3039) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
82562026-07-16T23:02:59.022Z PASS [ 0.046s] (2562/3039) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
82572026-07-16T23:02:59.022Z PASS [ 0.053s] (2563/3039) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
82582026-07-16T23:02:59.022Z PASS [ 0.053s] (2564/3039) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
82592026-07-16T23:02:59.026Z PASS [ 0.052s] (2565/3039) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
82602026-07-16T23:02:59.026Z PASS [ 0.058s] (2566/3039) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
82612026-07-16T23:02:59.026Z PASS [ 0.045s] (2567/3039) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
82622026-07-16T23:02:59.026Z PASS [ 0.059s] (2568/3039) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
82632026-07-16T23:02:59.026Z PASS [ 0.034s] (2569/3039) oximeter-db oxql::query::tests::test_coalesce_predicates
82642026-07-16T23:02:59.030Z PASS [ 0.036s] (2570/3039) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
82652026-07-16T23:02:59.030Z PASS [ 0.032s] (2571/3039) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
82662026-07-16T23:02:59.041Z PASS [ 0.034s] (2572/3039) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
82672026-07-16T23:02:59.044Z PASS [ 0.034s] (2573/3039) oximeter-db oxql::query::tests::test_insert_filters
82682026-07-16T23:02:59.048Z PASS [ 0.034s] (2574/3039) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
82692026-07-16T23:02:59.048Z PASS [ 0.037s] (2575/3039) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
82702026-07-16T23:02:59.054Z PASS [ 0.036s] (2576/3039) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
82712026-07-16T23:02:59.058Z PASS [ 0.040s] (2577/3039) oximeter-db oxql::query::tests::test_query_end_time
82722026-07-16T23:02:59.065Z PASS [ 0.049s] (2578/3039) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
82732026-07-16T23:02:59.072Z PASS [ 0.051s] (2579/3039) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
82742026-07-16T23:02:59.076Z PASS [ 0.051s] (2580/3039) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
82752026-07-16T23:02:59.076Z PASS [ 0.051s] (2581/3039) oximeter-db query::tests::test_field_cmp
82762026-07-16T23:02:59.076Z PASS [ 0.052s] (2582/3039) oximeter-db oxql::query::tests::test_split_query
82772026-07-16T23:02:59.079Z PASS [ 0.054s] (2583/3039) oximeter-db query::tests::test_field_selector_as_query
82782026-07-16T23:02:59.079Z PASS [ 0.054s] (2584/3039) oximeter-db query::tests::test_field_value_as_db_str
82792026-07-16T23:02:59.087Z PASS [ 0.056s] (2585/3039) oximeter-db query::tests::test_select_query_builder_from_parts
82802026-07-16T23:02:59.093Z PASS [ 0.061s] (2586/3039) oximeter-db query::tests::test_select_query_builder_filter_raw
82812026-07-16T23:02:59.093Z PASS [ 0.063s] (2587/3039) oximeter-db query::tests::test_select_query_builder_field_selectors
82822026-07-16T23:02:59.093Z PASS [ 0.058s] (2588/3039) oximeter-db query::tests::test_select_query_builder_full
82832026-07-16T23:02:59.093Z PASS [ 0.048s] (2589/3039) oximeter-db query::tests::test_select_query_builder_limit_offset
82842026-07-16T23:02:59.093Z PASS [ 0.048s] (2590/3039) oximeter-db query::tests::test_select_query_builder_no_fields
82852026-07-16T23:02:59.099Z PASS [ 0.041s] (2591/3039) oximeter-db query::tests::test_time_range
82862026-07-16T23:02:59.099Z PASS [ 0.049s] (2592/3039) oximeter-db query::tests::test_select_query_builder_no_selectors
82872026-07-16T23:02:59.104Z PASS [ 0.051s] (2593/3039) oximeter-db query::tests::test_string_field_selector
82882026-07-16T23:02:59.104Z PASS [ 0.046s] (2594/3039) oximeter-db sql::tests::test_allow_limit_offset
82892026-07-16T23:02:59.104Z PASS [ 0.038s] (2595/3039) oximeter-db sql::tests::test_allow_subqueries
82902026-07-16T23:02:59.110Z PASS [ 0.037s] (2596/3039) oximeter-db sql::tests::test_cannot_name_database
82912026-07-16T23:02:59.118Z PASS [ 0.040s] (2597/3039) oximeter-db sql::tests::test_join_must_be_inner
82922026-07-16T23:02:59.124Z PASS [ 0.047s] (2598/3039) oximeter-db sql::tests::test_ctes_are_not_supported
82932026-07-16T23:02:59.124Z PASS [ 0.049s] (2599/3039) oximeter-db sql::tests::test_function_allow_list
82942026-07-16T23:02:59.138Z PASS [ 0.046s] (2600/3039) oximeter-db sql::tests::test_multiple_statements_are_not_supported
82952026-07-16T23:02:59.138Z PASS [ 0.050s] (2601/3039) oximeter-db sql::tests::test_query_must_be_select_statement
82962026-07-16T23:02:59.151Z PASS [ 0.028s] (2602/3039) oximeter-instruments kstat::cpu::tests::test_kstat_interested
82972026-07-16T23:02:59.151Z PASS [ 0.029s] (2603/3039) oximeter-instruments http::tests::test_latency_tracker
82982026-07-16T23:02:59.152Z PASS [ 0.052s] (2604/3039) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
82992026-07-16T23:02:59.152Z PASS [ 0.049s] (2605/3039) oximeter-db tests::test_timeseries_key_field_stability
83002026-07-16T23:02:59.152Z PASS [ 0.052s] (2606/3039) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
83012026-07-16T23:02:59.152Z PASS [ 0.025s] (2607/3039) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
83022026-07-16T23:02:59.152Z PASS [ 0.054s] (2608/3039) oximeter-db sql::tests::test_require_table_is_timeseries_name
83032026-07-16T23:02:59.152Z PASS [ 0.055s] (2609/3039) oximeter-db sql::tests::test_with_comma_join_fails
83042026-07-16T23:02:59.152Z PASS [ 0.052s] (2610/3039) oximeter-db tests::test_timeseries_key_sample_stability
83052026-07-16T23:02:59.156Z PASS [ 0.050s] (2611/3039) oximeter-db::integration_test test_schemas_are_not_modified
83062026-07-16T23:02:59.161Z PASS [ 0.033s] (2612/3039) oximeter-instruments kstat::link::tests::test_kstat_interested
83072026-07-16T23:02:59.171Z PASS [ 0.027s] (2613/3039) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
83082026-07-16T23:02:59.171Z PASS [ 0.029s] (2614/3039) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
83092026-07-16T23:02:59.174Z PASS [ 0.028s] (2615/3039) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
83102026-07-16T23:02:59.218Z PASS [ 0.056s] (2616/3039) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
83112026-07-16T23:02:59.219Z PASS [ 0.020s] (2617/3039) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
83122026-07-16T23:02:59.219Z PASS [ 0.071s] (2618/3039) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
83132026-07-16T23:02:59.219Z PASS [ 0.048s] (2619/3039) oximeter-instruments kstat::link::tests::test_sled_datalink
83142026-07-16T23:02:59.219Z PASS [ 0.062s] (2620/3039) oximeter-instruments kstat::link::tests::test_kstat_sampler
83152026-07-16T23:02:59.219Z PASS [ 0.024s] (2621/3039) oximeter-instruments kstat::zone::tests::test_kstat_interested
83162026-07-16T23:02:59.224Z PASS [ 0.065s] (2622/3039) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
83172026-07-16T23:02:59.225Z PASS [ 0.028s] (2623/3039) oximeter-instruments kstat::zone::tests::test_zone_samples
83182026-07-16T23:02:59.225Z PASS [ 0.064s] (2624/3039) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
83192026-07-16T23:02:59.225Z PASS [ 0.021s] (2625/3039) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
83202026-07-16T23:02:59.225Z PASS [ 0.025s] (2626/3039) oximeter-instruments zfs::usage::tests::test_dataset_samples
83212026-07-16T23:02:59.225Z PASS [ 0.064s] (2627/3039) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
83222026-07-16T23:02:59.225Z PASS [ 0.064s] (2628/3039) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
83232026-07-16T23:02:59.225Z PASS [ 0.072s] (2629/3039) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
83242026-07-16T23:02:59.225Z PASS [ 0.070s] (2630/3039) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
83252026-07-16T23:02:59.225Z PASS [ 0.035s] (2631/3039) oximeter-instruments zfs::usage::tests::test_collect_zpools
83262026-07-16T23:02:59.225Z PASS [ 0.022s] (2632/3039) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
83272026-07-16T23:02:59.225Z PASS [ 0.025s] (2633/3039) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
83282026-07-16T23:02:59.225Z PASS [ 0.021s] (2634/3039) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
83292026-07-16T23:02:59.225Z PASS [ 0.022s] (2635/3039) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
83302026-07-16T23:02:59.225Z PASS [ 0.021s] (2636/3039) oximeter-macro-impl tests::test_metric_annotated_field
83312026-07-16T23:02:59.225Z PASS [ 0.048s] (2637/3039) oximeter-instruments zfs::usage::tests::test_collect_datasets
83322026-07-16T23:02:59.235Z PASS [ 0.022s] (2638/3039) oximeter-macro-impl tests::test_metric_enum
83332026-07-16T23:02:59.236Z PASS [ 0.021s] (2639/3039) oximeter-macro-impl tests::test_metric_without_datum_field
83342026-07-16T23:02:59.236Z PASS [ 0.024s] (2640/3039) oximeter-macro-impl tests::test_metric_datum_field
83352026-07-16T23:02:59.236Z PASS [ 0.022s] (2641/3039) oximeter-macro-impl tests::test_target
83362026-07-16T23:02:59.236Z PASS [ 0.022s] (2642/3039) oximeter-macro-impl tests::test_target_enum
83372026-07-16T23:02:59.236Z PASS [ 0.022s] (2643/3039) oximeter-macro-impl tests::test_target_empty_struct
83382026-07-16T23:02:59.236Z PASS [ 0.021s] (2644/3039) oximeter-macro-impl tests::test_target_unit_struct
83392026-07-16T23:02:59.236Z PASS [ 0.020s] (2645/3039) oximeter-macro-impl tests::test_target_with_datum_field
83402026-07-16T23:02:59.246Z PASS [ 0.029s] (2646/3039) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
83412026-07-16T23:02:59.252Z PASS [ 0.031s] (2647/3039) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
83422026-07-16T23:02:59.252Z PASS [ 0.028s] (2648/3039) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
83432026-07-16T23:02:59.252Z PASS [ 0.026s] (2649/3039) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
83442026-07-16T23:02:59.252Z PASS [ 0.027s] (2650/3039) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
83452026-07-16T23:02:59.256Z PASS [ 0.026s] (2651/3039) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
83462026-07-16T23:02:59.256Z PASS [ 0.027s] (2652/3039) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
83472026-07-16T23:02:59.257Z PASS [ 0.027s] (2653/3039) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
83482026-07-16T23:02:59.257Z PASS [ 0.028s] (2654/3039) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
83492026-07-16T23:02:59.257Z PASS [ 0.024s] (2655/3039) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
83502026-07-16T23:02:59.257Z PASS [ 0.030s] (2656/3039) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
83512026-07-16T23:02:59.257Z PASS [ 0.029s] (2657/3039) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
83522026-07-16T23:02:59.260Z PASS [ 0.025s] (2658/3039) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
83532026-07-16T23:02:59.264Z PASS [ 0.020s] (2659/3039) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
83542026-07-16T23:02:59.267Z PASS [ 0.019s] (2660/3039) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
83552026-07-16T23:02:59.268Z PASS [ 0.020s] (2661/3039) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
83562026-07-16T23:02:59.268Z PASS [ 0.019s] (2662/3039) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
83572026-07-16T23:02:59.271Z PASS [ 0.021s] (2663/3039) oximeter-schema ir::tests::fail_on_empty_metric_name
83582026-07-16T23:02:59.275Z PASS [ 0.023s] (2664/3039) oximeter-schema ir::tests::fail_on_empty_descriptions
83592026-07-16T23:02:59.275Z PASS [ 0.021s] (2665/3039) oximeter-schema ir::tests::fail_on_empty_target_name
83602026-07-16T23:02:59.275Z PASS [ 0.020s] (2666/3039) oximeter-schema ir::tests::fail_on_very_long_field_names
83612026-07-16T23:02:59.283Z PASS [ 0.022s] (2667/3039) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
83622026-07-16T23:02:59.286Z PASS [ 0.033s] (2668/3039) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
83632026-07-16T23:02:59.293Z PASS [ 0.020s] (2669/3039) oximeter-schema ir::tests::only_support_format_version_1
83642026-07-16T23:02:59.293Z PASS [ 0.039s] (2670/3039) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
83652026-07-16T23:02:59.293Z PASS [ 0.028s] (2671/3039) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
83662026-07-16T23:02:59.293Z PASS [ 0.036s] (2672/3039) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
83672026-07-16T23:02:59.299Z PASS [ 0.036s] (2673/3039) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
83682026-07-16T23:02:59.299Z PASS [ 0.032s] (2674/3039) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
83692026-07-16T23:02:59.299Z PASS [ 0.043s] (2675/3039) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
83702026-07-16T23:02:59.302Z PASS [ 0.036s] (2676/3039) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
83712026-07-16T23:02:59.305Z PASS [ 0.031s] (2677/3039) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
83722026-07-16T23:02:59.309Z PASS [ 0.035s] (2678/3039) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
83732026-07-16T23:02:59.309Z PASS [ 0.035s] (2679/3039) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
83742026-07-16T23:02:59.326Z PASS [ 0.048s] (2680/3039) oximeter-test-utils tests::test_gen_test_samples
83752026-07-16T23:02:59.336Z PASS [ 0.030s] (2681/3039) oximeter-types-versions impls::histogram::tests::test_bin_range
83762026-07-16T23:02:59.336Z PASS [ 0.051s] (2682/3039) oximeter-test-utils tests::test_sample_struct
83772026-07-16T23:02:59.336Z PASS [ 0.037s] (2683/3039) oximeter-types queue::tests::test_bounded_queue_sample_overflow
83782026-07-16T23:02:59.336Z PASS [ 0.038s] (2684/3039) oximeter-test-utils tests::test_timeseries_schema_from_parts
83792026-07-16T23:02:59.337Z PASS [ 0.037s] (2685/3039) oximeter-types traits::tests::test_metric_trait
83802026-07-16T23:02:59.337Z PASS [ 0.037s] (2686/3039) oximeter-types queue::tests::test_bounded_queue_overflow
83812026-07-16T23:02:59.337Z PASS [ 0.034s] (2687/3039) oximeter-types traits::tests::test_producer_trait
83822026-07-16T23:02:59.337Z PASS [ 0.031s] (2688/3039) oximeter-types traits::tests::test_target_trait
83832026-07-16T23:02:59.340Z PASS [ 0.027s] (2689/3039) oximeter-types-versions impls::histogram::tests::test_bin_range_from
83842026-07-16T23:02:59.340Z PASS [ 0.038s] (2690/3039) oximeter-types queue::tests::test_bounded_queue
83852026-07-16T23:02:59.344Z PASS [ 0.050s] (2691/3039) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
83862026-07-16T23:02:59.353Z PASS [ 0.591s] (2692/3039) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
83872026-07-16T23:02:59.357Z PASS [ 0.031s] (2693/3039) oximeter-types-versions impls::histogram::tests::test_bin_range_to
83882026-07-16T23:02:59.357Z PASS [ 0.062s] (2694/3039) oximeter-test-utils tests::test_timeseries_schema_from_sample
83892026-07-16T23:02:59.364Z PASS [ 0.025s] (2695/3039) oximeter-types-versions impls::histogram::tests::test_ensure_finite
83902026-07-16T23:02:59.365Z PASS [ 0.024s] (2696/3039) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
83912026-07-16T23:02:59.369Z PASS [ 0.028s] (2697/3039) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
83922026-07-16T23:02:59.369Z PASS [ 0.033s] (2698/3039) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
83932026-07-16T23:02:59.370Z PASS [ 0.030s] (2699/3039) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
83942026-07-16T23:02:59.370Z PASS [ 0.033s] (2700/3039) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
83952026-07-16T23:02:59.370Z PASS [ 0.028s] (2701/3039) oximeter-types-versions impls::histogram::tests::test_histogram
83962026-07-16T23:02:59.370Z PASS [ 0.030s] (2702/3039) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
83972026-07-16T23:02:59.370Z PASS [ 0.029s] (2703/3039) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
83982026-07-16T23:02:59.374Z PASS [ 0.029s] (2704/3039) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
83992026-07-16T23:02:59.374Z PASS [ 0.026s] (2705/3039) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
84002026-07-16T23:02:59.401Z PASS [ 0.045s] (2706/3039) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
84012026-07-16T23:02:59.401Z PASS [ 0.033s] (2707/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
84022026-07-16T23:02:59.401Z PASS [ 0.042s] (2708/3039) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
84032026-07-16T23:02:59.401Z PASS [ 0.027s] (2709/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
84042026-07-16T23:02:59.401Z PASS [ 0.042s] (2710/3039) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
84052026-07-16T23:02:59.412Z PASS [ 0.025s] (2711/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
84062026-07-16T23:02:59.412Z PASS [ 0.027s] (2712/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
84072026-07-16T23:02:59.412Z PASS [ 0.027s] (2713/3039) oximeter-types-versions impls::histogram::tests::test_span_decades
84082026-07-16T23:02:59.416Z PASS [ 0.025s] (2714/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
84092026-07-16T23:02:59.416Z PASS [ 0.034s] (2715/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
84102026-07-16T23:02:59.424Z PASS [ 0.037s] (2716/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
84112026-07-16T23:02:59.424Z PASS [ 0.043s] (2717/3039) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
84122026-07-16T23:02:59.424Z PASS [ 0.021s] (2718/3039) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
84132026-07-16T23:02:59.424Z PASS [ 0.047s] (2719/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
84142026-07-16T23:02:59.424Z PASS [ 0.021s] (2720/3039) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
84152026-07-16T23:02:59.443Z PASS [ 0.028s] (2721/3039) oximeter-types-versions impls::quantile::tests::test_max_p
84162026-07-16T23:02:59.443Z PASS [ 0.028s] (2722/3039) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
84172026-07-16T23:02:59.443Z PASS [ 0.023s] (2723/3039) oximeter-types-versions impls::quantile::tests::test_min_p
84182026-07-16T23:02:59.443Z PASS [ 0.028s] (2724/3039) oximeter-types-versions impls::quantile::tests::test_default_percentiles
84192026-07-16T23:02:59.443Z PASS [ 0.028s] (2725/3039) oximeter-types-versions impls::quantile::tests::test_float_observations
84202026-07-16T23:02:59.444Z PASS [ 0.028s] (2726/3039) oximeter-types-versions impls::quantile::tests::test_empty_observations
84212026-07-16T23:02:59.444Z PASS [ 0.028s] (2727/3039) oximeter-types-versions impls::quantile::tests::test_integer_observations
84222026-07-16T23:02:59.444Z PASS [ 0.055s] (2728/3039) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
84232026-07-16T23:02:59.453Z PASS [ 0.031s] (2729/3039) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
84242026-07-16T23:02:59.454Z PASS [ 0.031s] (2730/3039) oximeter-types-versions impls::quantile::tests::test_rounding
84252026-07-16T23:02:59.461Z PASS [ 0.047s] (2731/3039) oximeter-types-versions impls::quantile::tests::test_find_cells
84262026-07-16T23:02:59.461Z PASS [ 0.023s] (2732/3039) oximeter-types-versions impls::types::tests::test_cumulative_i64
84272026-07-16T23:02:59.461Z PASS [ 0.031s] (2733/3039) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
84282026-07-16T23:02:59.461Z PASS [ 0.034s] (2734/3039) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
84292026-07-16T23:02:59.461Z PASS [ 0.027s] (2735/3039) oximeter-types-versions impls::types::tests::test_cumulative_f64
84302026-07-16T23:02:59.461Z PASS [ 0.028s] (2736/3039) oximeter-types-versions impls::types::tests::test_datum
84312026-07-16T23:02:59.461Z PASS [ 0.033s] (2737/3039) oximeter-types-versions impls::schema::tests::test_timeseries_name
84322026-07-16T23:02:59.461Z PASS [ 0.030s] (2738/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
84332026-07-16T23:02:59.461Z PASS [ 0.021s] (2739/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
84342026-07-16T23:02:59.467Z PASS [ 0.033s] (2740/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
84352026-07-16T23:02:59.474Z PASS [ 0.032s] (2741/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
84362026-07-16T23:02:59.474Z PASS [ 0.040s] (2742/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
84372026-07-16T23:02:59.474Z PASS [ 0.023s] (2743/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
84382026-07-16T23:02:59.474Z PASS [ 0.024s] (2744/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
84392026-07-16T23:02:59.477Z PASS [ 0.018s] (2745/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
84402026-07-16T23:02:59.477Z PASS [ 0.022s] (2746/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
84412026-07-16T23:02:59.477Z PASS [ 0.024s] (2747/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
84422026-07-16T23:02:59.478Z PASS [ 0.020s] (2748/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
84432026-07-16T23:02:59.478Z PASS [ 0.022s] (2749/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
84442026-07-16T23:02:59.478Z PASS [ 0.025s] (2750/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
84452026-07-16T23:02:59.488Z PASS [ 0.021s] (2751/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
84462026-07-16T23:02:59.488Z PASS [ 0.022s] (2752/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
84472026-07-16T23:02:59.488Z PASS [ 0.019s] (2753/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
84482026-07-16T23:02:59.488Z PASS [ 0.023s] (2754/3039) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
84492026-07-16T23:02:59.492Z PASS [ 0.020s] (2755/3039) oximeter-types-versions impls::types::tests::test_measurement
84502026-07-16T23:02:59.492Z PASS [ 0.021s] (2756/3039) oxlog tests::test_daterange_filter
84512026-07-16T23:02:59.492Z PASS [ 0.019s] (2757/3039) oxlog tests::test_oxide_smf_service_name_from_log_file_name
84522026-07-16T23:02:59.493Z PASS [ 0.023s] (2758/3039) oxlog tests::test_is_oxide_smf_log_file
84532026-07-16T23:02:59.496Z PASS [ 0.026s] (2759/3039) oximeter-types-versions impls::types::tests::test_verify_field_names
84542026-07-16T23:02:59.496Z PASS [ 0.021s] (2760/3039) oxlog tests::test_sort_logs
84552026-07-16T23:02:59.501Z PASS [ 0.021s] (2761/3039) oxql-types point::tests::test_cast_points_from_double_distribution
84562026-07-16T23:02:59.501Z PASS [ 0.025s] (2762/3039) oxql-types point::tests::test_cast_points_from_bool
84572026-07-16T23:02:59.505Z PASS [ 0.024s] (2763/3039) oxql-types point::tests::test_cast_points_from_double
84582026-07-16T23:02:59.505Z PASS [ 0.022s] (2764/3039) oxql-types point::tests::test_cast_points_from_integer
84592026-07-16T23:02:59.505Z PASS [ 0.024s] (2765/3039) oxql-types point::tests::test_cast_points_from_int_distribution
84602026-07-16T23:02:59.505Z PASS [ 0.023s] (2766/3039) oxql-types point::tests::test_cast_points_from_string
84612026-07-16T23:02:59.505Z PASS [ 0.030s] (2767/3039) oxlog::bin/oxlog tests::test_parse_timestamp
84622026-07-16T23:02:59.505Z PASS [ 0.024s] (2768/3039) oxql-types point::tests::test_join_point_arrays
84632026-07-16T23:02:59.509Z PASS [ 0.017s] (2769/3039) oxql-types point::tests::test_point_delta_between
84642026-07-16T23:02:59.509Z PASS [ 0.019s] (2770/3039) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
84652026-07-16T23:02:59.513Z PASS [ 0.020s] (2771/3039) oxql-types point::tests::test_point_delta_between_with_new_epoch
84662026-07-16T23:02:59.517Z PASS [ 0.021s] (2772/3039) oxql-types point::tests::test_push_concrete_values
84672026-07-16T23:02:59.517Z PASS [ 0.023s] (2773/3039) oxql-types point::tests::test_sub_between_histogram_distributions
84682026-07-16T23:02:59.527Z PASS [ 0.025s] (2774/3039) range-requests test::parse_range_valid
84692026-07-16T23:02:59.532Z PASS [ 0.026s] (2775/3039) range-requests test::parse_range_invalid
84702026-07-16T23:02:59.532Z PASS [ 0.028s] (2776/3039) range-requests test::invalid_ranges
84712026-07-16T23:02:59.532Z PASS [ 0.025s] (2777/3039) range-requests test::range_into_str
84722026-07-16T23:02:59.532Z PASS [ 0.026s] (2778/3039) range-requests test::single_range_parsing_does_not_crash
84732026-07-16T23:02:59.537Z PASS [ 0.034s] (2779/3039) range-requests test::get_response_no_range
84742026-07-16T23:02:59.537Z PASS [ 0.031s] (2780/3039) range-requests test::potential_range_parsing_does_not_crash
84752026-07-16T23:02:59.537Z PASS [ 0.034s] (2781/3039) range-requests test::get_response_with_range
84762026-07-16T23:02:59.577Z PASS [ 0.082s] (2782/3039) parallel-task-set test::test_spawn_many
84772026-07-16T23:02:59.624Z PASS [ 0.119s] (2783/3039) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
84782026-07-16T23:02:59.646Z PASS [ 0.134s] (2784/3039) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
84792026-07-16T23:02:59.655Z PASS [ 0.136s] (2785/3039) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
84802026-07-16T23:02:59.659Z PASS [ 0.127s] (2786/3039) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
84812026-07-16T23:02:59.707Z PASS [ 0.190s] (2787/3039) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
84822026-07-16T23:02:59.716Z PASS [ 0.201s] (2788/3039) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
84832026-07-16T23:02:59.725Z PASS [ 0.196s] (2789/3039) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
84842026-07-16T23:02:59.729Z PASS [ 0.197s] (2790/3039) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
84852026-07-16T23:02:59.732Z PASS [ 0.205s] (2791/3039) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
84862026-07-16T23:02:59.736Z PASS [ 0.206s] (2792/3039) reconfigurator-cli::test-scripts script::cmds-example.txt
84872026-07-16T23:02:59.770Z PASS [ 0.114s] (2793/3039) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
84882026-07-16T23:02:59.851Z PASS [ 0.126s] (2794/3039) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
84892026-07-16T23:02:59.865Z PASS [ 0.137s] (2795/3039) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
84902026-07-16T23:02:59.920Z PASS [ 0.186s] (2796/3039) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
84912026-07-16T23:02:59.926Z PASS [ 0.194s] (2797/3039) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
84922026-07-16T23:02:59.971Z PASS [ 0.119s] (2798/3039) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
84932026-07-16T23:03:00.118Z PASS [ 0.191s] (2799/3039) reconfigurator-cli::test-scripts script::cmds.txt
84942026-07-16T23:03:00.127Z PASS [ 0.594s] (2800/3039) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
84952026-07-16T23:03:00.132Z PASS [ 0.598s] (2801/3039) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
84962026-07-16T23:03:00.163Z PASS [ 0.587s] (2802/3039) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
84972026-07-16T23:03:00.211Z PASS [ 0.586s] (2803/3039) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
84982026-07-16T23:03:00.300Z PASS [ 0.590s] (2804/3039) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
84992026-07-16T23:03:00.352Z PASS [ 0.702s] (2805/3039) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
85002026-07-16T23:03:00.409Z PASS [ 1.286s] (2806/3039) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
85012026-07-16T23:03:00.455Z PASS [ 0.590s] (2807/3039) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
85022026-07-16T23:03:00.640Z PASS [ 1.107s] (2808/3039) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
85032026-07-16T23:03:00.696Z PASS [ 0.990s] (2809/3039) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
85042026-07-16T23:03:00.749Z PASS [ 0.053s] (2810/3039) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
85052026-07-16T23:03:00.781Z PASS [ 0.030s] (2811/3039) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
85062026-07-16T23:03:00.791Z PASS [ 0.821s] (2812/3039) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
85072026-07-16T23:03:00.828Z PASS [ 0.047s] (2813/3039) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
85082026-07-16T23:03:00.841Z PASS [ 0.050s] (2814/3039) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
85092026-07-16T23:03:00.859Z PASS [ 1.214s] (2815/3039) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
85102026-07-16T23:03:00.876Z PASS [ 0.048s] (2816/3039) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
85112026-07-16T23:03:00.891Z PASS [ 0.049s] (2817/3039) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
85122026-07-16T23:03:00.908Z PASS [ 0.033s] (2818/3039) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
85132026-07-16T23:03:00.912Z PASS [ 0.052s] (2819/3039) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
85142026-07-16T23:03:00.928Z PASS [ 0.037s] (2820/3039) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
85152026-07-16T23:03:00.948Z PASS [ 0.037s] (2821/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
85162026-07-16T23:03:00.966Z PASS [ 0.056s] (2822/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
85172026-07-16T23:03:00.970Z PASS [ 0.042s] (2823/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
85182026-07-16T23:03:00.988Z PASS [ 0.040s] (2824/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
85192026-07-16T23:03:01.004Z PASS [ 0.039s] (2825/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
85202026-07-16T23:03:01.008Z PASS [ 0.038s] (2826/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
85212026-07-16T23:03:01.024Z PASS [ 0.036s] (2827/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
85222026-07-16T23:03:01.028Z PASS [ 1.108s] (2828/3039) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
85232026-07-16T23:03:01.042Z PASS [ 0.038s] (2829/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
85242026-07-16T23:03:01.047Z PASS [ 0.038s] (2830/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
85252026-07-16T23:03:01.060Z PASS [ 0.605s] (2831/3039) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
85262026-07-16T23:03:01.063Z PASS [ 0.037s] (2832/3039) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
85272026-07-16T23:03:01.079Z PASS [ 0.037s] (2833/3039) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
85282026-07-16T23:03:01.085Z PASS [ 0.038s] (2834/3039) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
85292026-07-16T23:03:01.118Z PASS [ 0.039s] (2835/3039) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
85302026-07-16T23:03:01.123Z PASS [ 0.038s] (2836/3039) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
85312026-07-16T23:03:01.159Z PASS [ 0.038s] (2837/3039) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
85322026-07-16T23:03:01.167Z PASS [ 0.043s] (2838/3039) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
85332026-07-16T23:03:01.185Z PASS [ 6.507s] (2839/3039) omicron-test-utils dev::db::test::test_setup_database_default_dir
85342026-07-16T23:03:01.200Z PASS [ 0.140s] (2840/3039) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
85352026-07-16T23:03:01.206Z PASS [ 0.040s] (2841/3039) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
85362026-07-16T23:03:01.210Z PASS [ 0.054s] (2842/3039) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
85372026-07-16T23:03:01.223Z PASS [ 0.038s] (2843/3039) sled-agent-config-reconciler ledger::tests::read_existing_config
85382026-07-16T23:03:01.236Z PASS [ 0.035s] (2844/3039) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
85392026-07-16T23:03:01.240Z PASS [ 0.034s] (2845/3039) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
85402026-07-16T23:03:01.247Z PASS [ 0.037s] (2846/3039) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
85412026-07-16T23:03:01.261Z PASS [ 0.038s] (2847/3039) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
85422026-07-16T23:03:01.273Z PASS [ 0.038s] (2848/3039) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
85432026-07-16T23:03:01.279Z PASS [ 0.039s] (2849/3039) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
85442026-07-16T23:03:01.293Z PASS [ 0.031s] (2850/3039) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
85452026-07-16T23:03:01.359Z PASS [ 1.241s] (2851/3039) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
85462026-07-16T23:03:01.416Z PASS [ 0.776s] (2852/3039) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
85472026-07-16T23:03:01.441Z PASS [ 1.230s] (2853/3039) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
85482026-07-16T23:03:01.445Z PASS [ 1.672s] (2854/3039) reconfigurator-cli::test-scripts script::cmds-target-release.txt
85492026-07-16T23:03:01.445Z PASS [ 0.027s] (2855/3039) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
85502026-07-16T23:03:01.476Z PASS [ 0.036s] (2856/3039) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
85512026-07-16T23:03:01.480Z PASS [ 0.036s] (2857/3039) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
85522026-07-16T23:03:01.483Z PASS [ 0.039s] (2858/3039) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
85532026-07-16T23:03:01.512Z PASS [ 0.035s] (2859/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
85542026-07-16T23:03:01.516Z PASS [ 0.038s] (2860/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
85552026-07-16T23:03:01.520Z PASS [ 0.036s] (2861/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
85562026-07-16T23:03:01.532Z PASS [ 1.405s] (2862/3039) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
85572026-07-16T23:03:01.548Z PASS [ 0.034s] (2863/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
85582026-07-16T23:03:01.548Z PASS [ 0.036s] (2864/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
85592026-07-16T23:03:01.557Z PASS [ 0.039s] (2865/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
85602026-07-16T23:03:01.575Z PASS [ 0.041s] (2866/3039) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
85612026-07-16T23:03:01.647Z PASS [ 0.098s] (2867/3039) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
85622026-07-16T23:03:01.656Z PASS [ 0.099s] (2868/3039) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
85632026-07-16T23:03:01.664Z PASS [ 0.091s] (2869/3039) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
85642026-07-16T23:03:01.698Z PASS [ 0.049s] (2870/3039) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
85652026-07-16T23:03:01.710Z PASS [ 0.049s] (2871/3039) sled-agent-rack-setup service::test::parse_rack_initialization
85662026-07-16T23:03:01.719Z PASS [ 0.043s] (2872/3039) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
85672026-07-16T23:03:01.766Z PASS [ 0.669s] (2873/3039) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
85682026-07-16T23:03:01.766Z PASS [ 0.053s] (2874/3039) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
85692026-07-16T23:03:01.766Z PASS [ 0.054s] (2875/3039) sled-agent-rack-setup service::test::test_omicron_zone_configs
85702026-07-16T23:03:01.774Z PASS [ 0.043s] (2876/3039) sled-agent-rack-setup service::test::test_subnets
85712026-07-16T23:03:01.778Z PASS [ 0.073s] (2877/3039) sled-agent-rack-setup service::test::test_extra_certs
85722026-07-16T23:03:01.785Z PASS [ 0.034s] (2878/3039) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
85732026-07-16T23:03:01.794Z PASS [ 0.032s] (2879/3039) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
85742026-07-16T23:03:01.804Z PASS [ 0.030s] (2880/3039) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
85752026-07-16T23:03:01.812Z PASS [ 1.649s] (2881/3039) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
85762026-07-16T23:03:01.816Z PASS [ 0.037s] (2882/3039) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
85772026-07-16T23:03:01.820Z PASS [ 0.034s] (2883/3039) sled-agent-resolvable-files manifest::tests::read_success
85782026-07-16T23:03:01.820Z PASS [ 0.026s] (2884/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
85792026-07-16T23:03:01.829Z PASS [ 0.025s] (2885/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
85802026-07-16T23:03:01.843Z PASS [ 0.029s] (2886/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
85812026-07-16T23:03:01.847Z PASS [ 0.029s] (2887/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
85822026-07-16T23:03:01.851Z PASS [ 0.029s] (2888/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
85832026-07-16T23:03:01.851Z PASS [ 0.032s] (2889/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
85842026-07-16T23:03:01.859Z PASS [ 0.029s] (2890/3039) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
85852026-07-16T23:03:01.867Z PASS [ 0.025s] (2891/3039) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
85862026-07-16T23:03:01.871Z PASS [ 0.025s] (2892/3039) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
85872026-07-16T23:03:01.876Z PASS [ 0.028s] (2893/3039) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
85882026-07-16T23:03:01.887Z PASS [ 0.028s] (2894/3039) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
85892026-07-16T23:03:01.891Z PASS [ 0.023s] (2895/3039) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
85902026-07-16T23:03:01.895Z PASS [ 0.024s] (2896/3039) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
85912026-07-16T23:03:01.898Z PASS [ 0.025s] (2897/3039) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
85922026-07-16T23:03:01.899Z PASS [ 0.022s] (2898/3039) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
85932026-07-16T23:03:01.903Z PASS [ 0.026s] (2899/3039) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
85942026-07-16T23:03:01.907Z PASS [ 0.026s] (2900/3039) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
85952026-07-16T23:03:01.916Z PASS [ 0.024s] (2901/3039) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
85962026-07-16T23:03:01.924Z PASS [ 0.028s] (2902/3039) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
85972026-07-16T23:03:01.931Z PASS [ 0.028s] (2903/3039) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
85982026-07-16T23:03:01.935Z PASS [ 0.026s] (2904/3039) sled-agent-resolvable-files mupdate_override::tests::read_both_present
85992026-07-16T23:03:01.935Z PASS [ 0.028s] (2905/3039) sled-agent-resolvable-files mupdate_override::tests::read_different_values
86002026-07-16T23:03:01.944Z PASS [ 0.025s] (2906/3039) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
86012026-07-16T23:03:01.950Z PASS [ 2.734s] (2907/3039) oximeter-producer tests::test_producer_registration_task
86022026-07-16T23:03:01.967Z PASS [ 0.034s] (2908/3039) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
86032026-07-16T23:03:01.976Z PASS [ 0.033s] (2909/3039) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
86042026-07-16T23:03:01.976Z PASS [ 0.032s] (2910/3039) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
86052026-07-16T23:03:01.976Z PASS [ 0.015s] (2911/3039) sled-agent-types zone_bundle::tests::test_compare_bundles
86062026-07-16T23:03:01.976Z PASS [ 0.029s] (2912/3039) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
86072026-07-16T23:03:01.976Z PASS [ 0.029s] (2913/3039) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
86082026-07-16T23:03:01.980Z PASS [ 0.019s] (2914/3039) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
86092026-07-16T23:03:01.981Z PASS [ 0.018s] (2915/3039) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
86102026-07-16T23:03:01.985Z PASS [ 0.020s] (2916/3039) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
86112026-07-16T23:03:01.989Z PASS [ 0.029s] (2917/3039) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
86122026-07-16T23:03:01.994Z PASS [ 0.020s] (2918/3039) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
86132026-07-16T23:03:01.994Z PASS [ 0.442s] (2919/3039) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
86142026-07-16T23:03:02.001Z PASS [ 0.019s] (2920/3039) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
86152026-07-16T23:03:02.001Z PASS [ 0.034s] (2921/3039) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
86162026-07-16T23:03:02.001Z PASS [ 0.017s] (2922/3039) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
86172026-07-16T23:03:02.006Z PASS [ 0.016s] (2923/3039) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
86182026-07-16T23:03:02.009Z PASS [ 0.019s] (2924/3039) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
86192026-07-16T23:03:02.013Z PASS [ 0.020s] (2925/3039) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
86202026-07-16T23:03:02.017Z PASS [ 0.018s] (2926/3039) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
86212026-07-16T23:03:02.020Z PASS [ 0.023s] (2927/3039) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
86222026-07-16T23:03:02.045Z PASS [ 0.031s] (2928/3039) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
86232026-07-16T23:03:02.049Z PASS [ 0.029s] (2929/3039) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
86242026-07-16T23:03:02.086Z PASS [ 0.038s] (2930/3039) sled-diagnostics queries::test::test_command_stdout_is_correct
86252026-07-16T23:03:02.090Z PASS [ 0.043s] (2931/3039) sled-diagnostics queries::test::test_command_stderr_is_correct
86262026-07-16T23:03:02.129Z PASS [ 0.043s] (2932/3039) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
86272026-07-16T23:03:02.132Z PASS [ 0.141s] (2933/3039) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
86282026-07-16T23:03:02.157Z PASS [ 0.028s] (2934/3039) sled-hardware disk::test::test_disk_paths
86292026-07-16T23:03:02.161Z PASS [ 0.029s] (2935/3039) sled-hardware disk::test::test_partition_device_paths
86302026-07-16T23:03:02.182Z PASS [ 0.025s] (2936/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
86312026-07-16T23:03:02.186Z PASS [ 1.832s] (2937/3039) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
86322026-07-16T23:03:02.190Z PASS [ 0.029s] (2938/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
86332026-07-16T23:03:02.211Z PASS [ 0.029s] (2939/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
86342026-07-16T23:03:02.222Z PASS [ 0.037s] (2940/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
86352026-07-16T23:03:02.225Z PASS [ 0.033s] (2941/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
86362026-07-16T23:03:02.242Z PASS [ 0.028s] (2942/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
86372026-07-16T23:03:02.251Z PASS [ 0.030s] (2943/3039) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
86382026-07-16T23:03:02.256Z PASS [ 0.033s] (2944/3039) sled-hardware illumos::tests::parse_smbios_invalid
86392026-07-16T23:03:02.268Z PASS [ 0.028s] (2945/3039) sled-hardware illumos::tests::parse_smbios_valid
86402026-07-16T23:03:02.273Z PASS [ 0.017s] (2946/3039) sled-storage dataset::test::serialize_dataset_name
86412026-07-16T23:03:02.277Z PASS [ 0.024s] (2947/3039) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
86422026-07-16T23:03:02.304Z PASS [ 0.037s] (2948/3039) support-bundle-collection zip::test::test_bundle_to_stream
86432026-07-16T23:03:02.319Z PASS [ 0.044s] (2949/3039) support-bundle-collection zip::test::test_bundle_to_zipfile
86442026-07-16T23:03:02.324Z PASS [ 0.050s] (2950/3039) support-bundle-collection zip::test::test_bundle_to_writer
86452026-07-16T23:03:02.342Z PASS [ 0.037s] (2951/3039) trust-quorum proxy::tests::proxy_roundtrip_concurrent
86462026-07-16T23:03:02.361Z PASS [ 0.042s] (2952/3039) trust-quorum proxy::tests::proxy_roundtrip_disconnected
86472026-07-16T23:03:02.365Z PASS [ 0.042s] (2953/3039) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
86482026-07-16T23:03:02.372Z PASS [ 1.124s] (2954/3039) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
86492026-07-16T23:03:02.476Z PASS [ 2.176s] (2955/3039) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
86502026-07-16T23:03:02.625Z PASS [ 0.536s] (2956/3039) sled-diagnostics queries::test::test_long_running_command_is_aborted
86512026-07-16T23:03:02.673Z PASS [ 1.399s] (2957/3039) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
86522026-07-16T23:03:02.767Z PASS [ 1.473s] (2958/3039) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
86532026-07-16T23:03:02.908Z PASS [ 0.902s] (2959/3039) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
86542026-07-16T23:03:03.092Z PASS [ 1.733s] (2960/3039) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
86552026-07-16T23:03:03.128Z PASS [ 0.036s] (2961/3039) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
86562026-07-16T23:03:03.156Z PASS [ 0.027s] (2962/3039) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
86572026-07-16T23:03:03.275Z PASS [ 1.261s] (2963/3039) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
86582026-07-16T23:03:03.283Z PASS [ 0.118s] (2964/3039) trust-quorum-protocol node::tests::initial_configuration
86592026-07-16T23:03:03.317Z PASS [ 0.030s] (2965/3039) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
86602026-07-16T23:03:03.361Z PASS [ 0.971s] (2966/3039) trust-quorum task::tests::tq_initial_config_prepare_and_commit
86612026-07-16T23:03:03.378Z PASS [ 0.984s] (2967/3039) trust-quorum task::tests::tq_initial_config
86622026-07-16T23:03:03.378Z PASS [ 0.077s] (2968/3039) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
86632026-07-16T23:03:03.378Z PASS [ 2.078s] (2969/3039) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
86642026-07-16T23:03:03.387Z PASS [ 0.079s] (2970/3039) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
86652026-07-16T23:03:03.420Z PASS [ 0.042s] (2971/3039) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
86662026-07-16T23:03:03.426Z PASS [ 1.415s] (2972/3039) sled-diagnostics logs::illumos_tests::log_snapshots_work
86672026-07-16T23:03:03.478Z PASS [ 0.056s] (2973/3039) update-common artifacts::update_plan::tests::test_bad_rot_versions
86682026-07-16T23:03:03.483Z PASS [ 0.057s] (2974/3039) update-common artifacts::update_plan::tests::test_multi_rot_bord
86692026-07-16T23:03:03.521Z PASS [ 0.615s] (2975/3039) trust-quorum-protocol crypto::tests::rack_secret_test
86702026-07-16T23:03:03.528Z PASS [ 0.040s] (2976/3039) update-common artifacts::update_plan::tests::test_split_control_plane
86712026-07-16T23:03:03.532Z PASS [ 0.053s] (2977/3039) update-common artifacts::update_plan::tests::test_multi_rot_version
86722026-07-16T23:03:03.559Z PASS [ 0.038s] (2978/3039) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
86732026-07-16T23:03:03.576Z PASS [ 0.045s] (2979/3039) update-common artifacts::update_plan::tests::test_too_many_rot_bord
86742026-07-16T23:03:03.585Z PASS [ 0.054s] (2980/3039) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
86752026-07-16T23:03:03.604Z PASS [ 1.599s] (2981/3039) sled-diagnostics logs::illumos_tests::collect_current_logs
86762026-07-16T23:03:03.608Z PASS [ 0.024s] (2982/3039) update-engine display::line_display_shared::tests::test_format_progress_counter
86772026-07-16T23:03:03.630Z PASS [ 0.051s] (2983/3039) update-engine display::group_display::tests::test_stats
86782026-07-16T23:03:03.637Z PASS [ 0.027s] (2984/3039) update-engine display::line_display_shared::tests::test_start_line
86792026-07-16T23:03:03.641Z PASS [ 0.292s] (2985/3039) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
86802026-07-16T23:03:03.641Z PASS [ 0.033s] (2986/3039) update-engine engine::tests::error_exits_early
86812026-07-16T23:03:03.648Z PASS [ 15.603s] (2987/3039) omicron-passwords test::test_smoke
86822026-07-16T23:03:03.652Z PASS [ 0.030s] (2988/3039) update-engine events::tests::progress_event_parse_unknown
86832026-07-16T23:03:03.652Z PASS [ 0.028s] (2989/3039) update-engine events::tests::step_event_parse_unknown
86842026-07-16T23:03:03.662Z PASS [ 0.105s] (2990/3039) update-engine buffer::tests::test_buffer
86852026-07-16T23:03:03.666Z PASS [ 0.313s] (2991/3039) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
86862026-07-16T23:03:03.666Z PASS [ 0.024s] (2992/3039) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
86872026-07-16T23:03:03.666Z PASS [ 0.018s] (2993/3039) wicket state::inventory::tests::component_id_display
86882026-07-16T23:03:03.666Z PASS [ 0.026s] (2994/3039) update-engine spec::tests::test_merge_anyhow_list
86892026-07-16T23:03:03.670Z PASS [ 0.018s] (2995/3039) wicket state::rack::tests::prev_next_are_opposites
86902026-07-16T23:03:03.670Z PASS [ 0.018s] (2996/3039) wicket state::rack::tests::up_down_are_opposites
86912026-07-16T23:03:03.680Z PASS [ 0.014s] (2997/3039) wicket-common rack_update::tests::test_rollup_update_state
86922026-07-16T23:03:03.690Z PASS [ 1.318s] (2998/3039) trust-quorum task::tests::test_network_config
86932026-07-16T23:03:03.698Z PASS [ 17.119s] (2999/3039) omicron-omdb::test_all_output test_omdb_env_settings
86942026-07-16T23:03:03.702Z PASS [ 0.038s] (3000/3039) wicketd installinator_progress::tests::test_states
86952026-07-16T23:03:03.708Z PASS [ 0.040s] (3001/3039) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
86962026-07-16T23:03:03.713Z PASS [ 0.043s] (3002/3039) wicketd rss_config::tests::test_bgp_auth_key_states
86972026-07-16T23:03:03.720Z PASS [ 0.017s] (3003/3039) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
86982026-07-16T23:03:03.733Z PASS [ 0.017s] (3004/3039) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
86992026-07-16T23:03:03.747Z PASS [ 0.017s] (3005/3039) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
87002026-07-16T23:03:03.764Z PASS [ 0.021s] (3006/3039) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
87012026-07-16T23:03:03.764Z PASS [ 0.079s] (3007/3039) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
87022026-07-16T23:03:03.764Z PASS [ 1.399s] (3008/3039) trust-quorum task::tests::full_mesh_connectivity
87032026-07-16T23:03:03.764Z PASS [ 0.977s] (3009/3039) trust-quorum task::tests::tq_upgrade_from_lrtq
87042026-07-16T23:03:03.764Z PASS [ 0.021s] (3010/3039) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
87052026-07-16T23:03:03.764Z PASS [ 0.020s] (3011/3039) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
87062026-07-16T23:03:03.764Z PASS [ 0.082s] (3012/3039) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
87072026-07-16T23:03:03.782Z PASS [ 0.016s] (3013/3039) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
87082026-07-16T23:03:03.782Z PASS [ 0.021s] (3014/3039) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
87092026-07-16T23:03:03.782Z PASS [ 0.021s] (3015/3039) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
87102026-07-16T23:03:03.782Z PASS [ 0.020s] (3016/3039) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
87112026-07-16T23:03:03.945Z PASS [ 1.312s] (3017/3039) trust-quorum task::tests::tq_proxy
87122026-07-16T23:03:04.069Z PASS [ 1.393s] (3018/3039) trust-quorum task::tests::tq_reconfig_with_commit_advance
87132026-07-16T23:03:04.142Z PASS [ 1.661s] (3019/3039) trust-quorum task::tests::tq_persistent_state
87142026-07-16T23:03:04.239Z PASS [ 0.570s] (3020/3039) wicketd::mod integration_tests::inventory::test_inventory
87152026-07-16T23:03:04.390Z PASS [ 0.710s] (3021/3039) wicketd::mod integration_tests::updates::test_update_races
87162026-07-16T23:03:04.497Z PASS [ 4.088s] (3022/3039) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
87172026-07-16T23:03:04.536Z PASS [ 0.857s] (3023/3039) wicketd::mod integration_tests::updates::test_installinator_fetch
87182026-07-16T23:03:05.662Z PASS [ 1.963s] (3024/3039) wicketd::mod integration_tests::updates::test_updates
87192026-07-16T23:03:05.883Z PASS [ 2.525s] (3025/3039) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
87202026-07-16T23:03:05.946Z PASS [ 4.917s] (3026/3039) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
87212026-07-16T23:03:07.892Z PASS [ 7.761s] (3027/3039) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
87222026-07-16T23:03:13.261Z PASS [ 14.161s] (3028/3039) oximeter-db::integration_test test_schemas_disjoint
87232026-07-16T23:03:14.446Z PASS [ 102.617s] (3029/3039) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
87242026-07-16T23:03:16.072Z PASS [ 112.242s] (3030/3039) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
87252026-07-16T23:03:19.487Z PASS [ 46.594s] (3031/3039) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
87262026-07-16T23:03:20.424Z PASS [ 42.765s] (3032/3039) omicron-nexus::test_all integration_tests::webhooks::test_probe
87272026-07-16T23:03:22.577Z PASS [ 32.103s] (3033/3039) omicron-sled-agent nexus::test::nexus_self_notification_test
87282026-07-16T23:03:24.076Z PASS [ 37.497s] (3034/3039) omicron-omdb::test_all_output test_omdb_success_cases
87292026-07-16T23:03:24.194Z PASS [ 25.099s] (3035/3039) oximeter-db::integration_test test_cluster
87302026-07-16T23:03:25.393Z PASS [ 45.235s] (3036/3039) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
87312026-07-16T23:03:25.652Z PASS [ 30.046s] (3037/3039) oximeter-db client::tests::cannot_ping_nonexistent_server
87322026-07-16T23:03:28.794Z PASS [ 47.627s] (3038/3039) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
87332026-07-16T23:03:59.846Z PASS [ 56.502s] (3039/3039) trust-quorum-protocol::cluster test_trust_quorum_protocol
87342026-07-16T23:03:59.849Z────────────
87352026-07-16T23:03:59.849Z Summary [ 879.690s] 3039 tests run: 3039 passed (40 slow), 6 skipped
87362026-07-16T23:03:59.938Z
87372026-07-16T23:03:59.941Zreal 14:54.826137957
87382026-07-16T23:03:59.942Zuser 5:05:12.337412670
87392026-07-16T23:03:59.942Zsys 1:10:35.529979225
87402026-07-16T23:03:59.942Ztrap 3:29.004313227
87412026-07-16T23:03:59.942Ztflt 6.863934741
87422026-07-16T23:03:59.942Zdflt 37.796481063
87432026-07-16T23:03:59.942Zkflt 0.715635749
87442026-07-16T23:03:59.942Zlock 2005:15:37.275966529
87452026-07-16T23:03:59.942Zslp 122:54:58.550883373
87462026-07-16T23:03:59.942Zlat 4:50:31.377819632
87472026-07-16T23:03:59.942Zstop 13:44.218914505
87482026-07-16T23:03:59.942Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
87492026-07-16T23:04:00.099Zinfo: exported run 1f5ad14f-4cbc-433a-8f4b-0fc56962a41b to /tmp/nextest-run-archive.zip (2980074 bytes)
87502026-07-16T23:04:00.102Z
87512026-07-16T23:04:00.103Zreal 0.157330129
87522026-07-16T23:04:00.103Zuser 0.111473433
87532026-07-16T23:04:00.103Zsys 0.039748408
87542026-07-16T23:04:00.103Ztrap 0.000012280
87552026-07-16T23:04:00.103Ztflt 0.000014880
87562026-07-16T23:04:00.103Zdflt 0.000003260
87572026-07-16T23:04:00.103Zkflt 0.000000000
87582026-07-16T23:04:00.103Zlock 0.041720508
87592026-07-16T23:04:00.103Zslp 0.214150689
87602026-07-16T23:04:00.103Zlat 0.000807580
87612026-07-16T23:04:00.103Zstop 0.000366220
87622026-07-16T23:04:00.103Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
87632026-07-16T23:04:00.301Zinfo: wrote Chrome trace for run 1f5ad14f-4cbc-433a-8f4b-0fc56962a41b to /tmp/nextest-chrome-trace.json
87642026-07-16T23:04:00.304Z
87652026-07-16T23:04:00.308Zreal 0.196959639
87662026-07-16T23:04:00.308Zuser 0.143667467
87672026-07-16T23:04:00.308Zsys 0.047479494
87682026-07-16T23:04:00.308Ztrap 0.000009210
87692026-07-16T23:04:00.308Ztflt 0.000002950
87702026-07-16T23:04:00.308Zdflt 0.000055190
87712026-07-16T23:04:00.308Zkflt 0.000000000
87722026-07-16T23:04:00.308Zlock 0.042636198
87732026-07-16T23:04:00.308Zslp 0.211902197
87742026-07-16T23:04:00.308Zlat 0.000910730
87752026-07-16T23:04:00.308Zstop 0.000335650
87762026-07-16T23:04:00.308Z+ [[ 0 -ne 0 ]]
87772026-07-16T23:04:00.308Z+ banner doctest
87782026-07-16T23:04:00.308Z
87792026-07-16T23:04:00.308Z ##### #### #### ##### ###### #### #####
87802026-07-16T23:04:00.308Z # # # # # # # # # #
87812026-07-16T23:04:00.308Z # # # # # # ##### #### #
87822026-07-16T23:04:00.308Z # # # # # # # # #
87832026-07-16T23:04:00.308Z # # # # # # # # # # #
87842026-07-16T23:04:00.308Z ##### #### #### # ###### #### #
87852026-07-16T23:04:00.308Z
87862026-07-16T23:04:00.308Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
87872026-07-16T23:04:01.420Z Fresh unicode-ident v1.0.24
87882026-07-16T23:04:01.423Z Fresh cfg-if v1.0.4
87892026-07-16T23:04:01.423Z Fresh memchr v2.8.0
87902026-07-16T23:04:01.423Z Fresh smallvec v1.15.1
87912026-07-16T23:04:01.423Z Fresh log v0.4.29
87922026-07-16T23:04:01.423Z Fresh autocfg v1.5.0
87932026-07-16T23:04:01.423Z Fresh rand_core v0.10.0
87942026-07-16T23:04:01.424Z Fresh itoa v1.0.17
87952026-07-16T23:04:01.424Z Fresh subtle v2.6.1
87962026-07-16T23:04:01.424Z Fresh version_check v0.9.5
87972026-07-16T23:04:01.424Z Fresh typenum v1.20.1
87982026-07-16T23:04:01.424Z Fresh scopeguard v1.2.0
87992026-07-16T23:04:01.424Z Fresh stable_deref_trait v1.2.1
88002026-07-16T23:04:01.424Z Fresh percent-encoding v2.3.2
88012026-07-16T23:04:01.424Z Fresh writeable v0.6.2
88022026-07-16T23:04:01.424Z Fresh litemap v0.8.1
88032026-07-16T23:04:01.424Z Fresh utf8_iter v1.0.4
88042026-07-16T23:04:01.424Z Fresh critical-section v1.2.0
88052026-07-16T23:04:01.424Z Fresh proc-macro2 v1.0.106
88062026-07-16T23:04:01.424Z Fresh lock_api v0.4.14
88072026-07-16T23:04:01.424Z Fresh form_urlencoded v1.2.2
88082026-07-16T23:04:01.424Z Fresh pin-project-lite v0.2.17
88092026-07-16T23:04:01.424Z Fresh shlex v1.3.0
88102026-07-16T23:04:01.424Z Fresh find-msvc-tools v0.1.9
88112026-07-16T23:04:01.424Z Fresh equivalent v1.0.2
88122026-07-16T23:04:01.424Z Fresh iana-time-zone v0.1.65
88132026-07-16T23:04:01.424Z Fresh heck v0.5.0
88142026-07-16T23:04:01.424Z Fresh fnv v1.0.7
88152026-07-16T23:04:01.424Z Fresh regex-syntax v0.8.10
88162026-07-16T23:04:01.424Z Fresh hashbrown v0.17.0
88172026-07-16T23:04:01.424Z Fresh strsim v0.11.1
88182026-07-16T23:04:01.424Z Fresh futures-core v0.3.32
88192026-07-16T23:04:01.424Z Fresh dyn-clone v1.0.20
88202026-07-16T23:04:01.428Z Fresh quote v1.0.45
88212026-07-16T23:04:01.428Z Fresh libc v0.2.185
88222026-07-16T23:04:01.428Z Fresh serde_core v1.0.228
88232026-07-16T23:04:01.428Z Fresh libm v0.2.16
88242026-07-16T23:04:01.428Z Fresh zmij v1.0.21
88252026-07-16T23:04:01.428Z Fresh icu_properties_data v2.1.2
88262026-07-16T23:04:01.428Z Fresh icu_normalizer_data v2.1.1
88272026-07-16T23:04:01.428Z Fresh portable-atomic v1.13.1
88282026-07-16T23:04:01.428Z Fresh aho-corasick v1.1.4
88292026-07-16T23:04:01.428Z Fresh byteorder v1.5.0
88302026-07-16T23:04:01.428Z Fresh cmov v0.5.4
88312026-07-16T23:04:01.428Z Fresh futures-sink v0.3.32
88322026-07-16T23:04:01.428Z Fresh futures-io v0.3.32
88332026-07-16T23:04:01.428Z Fresh futures-task v0.3.32
88342026-07-16T23:04:01.428Z Fresh slab v0.4.12
88352026-07-16T23:04:01.428Z Fresh base64ct v1.8.3
88362026-07-16T23:04:01.428Z Fresh const-oid v0.9.6
88372026-07-16T23:04:01.428Z Fresh ident_case v1.0.1
88382026-07-16T23:04:01.429Z Fresh pkg-config v0.3.32
88392026-07-16T23:04:01.429Z Fresh base64 v0.22.1
88402026-07-16T23:04:01.429Z Fresh powerfmt v0.2.0
88412026-07-16T23:04:01.429Z Fresh time-core v0.1.8
88422026-07-16T23:04:01.429Z Fresh syn v2.0.117
88432026-07-16T23:04:01.429Z Fresh getrandom v0.4.1
88442026-07-16T23:04:01.429Z Fresh num-traits v0.2.19
88452026-07-16T23:04:01.429Z Fresh errno v0.3.14
88462026-07-16T23:04:01.429Z Fresh serde_json v1.0.150
88472026-07-16T23:04:01.429Z Fresh bitflags v2.11.0
88482026-07-16T23:04:01.429Z Fresh semver v1.0.28
88492026-07-16T23:04:01.429Z Fresh parking_lot_core v0.9.12
88502026-07-16T23:04:01.429Z Fresh once_cell v1.21.3
88512026-07-16T23:04:01.429Z Fresh jobserver v0.1.34
88522026-07-16T23:04:01.429Z Fresh mio v1.2.0
88532026-07-16T23:04:01.429Z Fresh socket2 v0.6.3
88542026-07-16T23:04:01.429Z Fresh rustversion v1.0.22
88552026-07-16T23:04:01.429Z Fresh indexmap v2.14.0
88562026-07-16T23:04:01.429Z Fresh getrandom v0.2.17
88572026-07-16T23:04:01.429Z Fresh regex-automata v0.4.14
88582026-07-16T23:04:01.429Z Fresh ctutils v0.4.2
88592026-07-16T23:04:01.429Z Fresh futures-channel v0.3.32
88602026-07-16T23:04:01.429Z Fresh either v1.15.0
88612026-07-16T23:04:01.429Z Fresh num-conv v0.2.0
88622026-07-16T23:04:01.429Z Fresh deranged v0.5.8
88632026-07-16T23:04:01.429Z Fresh num_threads v0.1.7
88642026-07-16T23:04:01.429Z Fresh utf8parse v0.2.2
88652026-07-16T23:04:01.429Z Fresh anstyle v1.0.14
88662026-07-16T23:04:01.429Z Fresh const-oid v0.10.2
88672026-07-16T23:04:01.433Z Fresh serde_derive v1.0.228
88682026-07-16T23:04:01.433Z Fresh zeroize_derive v1.4.3
88692026-07-16T23:04:01.433Z Fresh synstructure v0.13.2
88702026-07-16T23:04:01.433Z Fresh zerovec-derive v0.11.2
88712026-07-16T23:04:01.433Z Fresh displaydoc v0.2.5
88722026-07-16T23:04:01.433Z Fresh parking_lot v0.12.5
88732026-07-16T23:04:01.433Z Fresh zerocopy-derive v0.8.40
88742026-07-16T23:04:01.433Z Fresh thiserror-impl v2.0.18
88752026-07-16T23:04:01.433Z Fresh cc v1.2.56
88762026-07-16T23:04:01.433Z Fresh signal-hook-registry v1.4.8
88772026-07-16T23:04:01.433Z Fresh uuid v1.23.4
88782026-07-16T23:04:01.433Z Fresh tokio-macros v2.7.0
88792026-07-16T23:04:01.433Z Fresh serde_derive_internals v0.29.1
88802026-07-16T23:04:01.433Z Fresh rand_core v0.6.4
88812026-07-16T23:04:01.433Z Fresh rustix v1.1.3
88822026-07-16T23:04:01.433Z Fresh futures-macro v0.3.32
88832026-07-16T23:04:01.433Z Fresh syn v1.0.109
88842026-07-16T23:04:01.433Z Fresh thiserror-impl v1.0.69
88852026-07-16T23:04:01.433Z Fresh getrandom v0.3.4
88862026-07-16T23:04:01.433Z Fresh regex v1.12.3
88872026-07-16T23:04:01.433Z Fresh anyhow v1.0.102
88882026-07-16T23:04:01.433Z Fresh tracing-attributes v0.1.31
88892026-07-16T23:04:01.433Z Fresh tracing-core v0.1.36
88902026-07-16T23:04:01.434Z Fresh time-macros v0.2.27
88912026-07-16T23:04:01.434Z Fresh is_terminal_polyfill v1.70.2
88922026-07-16T23:04:01.434Z Fresh colorchoice v1.0.4
88932026-07-16T23:04:01.434Z Fresh anstyle-query v1.1.5
88942026-07-16T23:04:01.434Z Fresh dunce v1.0.5
88952026-07-16T23:04:01.434Z Fresh fs_extra v1.3.0
88962026-07-16T23:04:01.434Z Fresh allocator-api2 v0.2.21
88972026-07-16T23:04:01.434Z Fresh serde v1.0.228
88982026-07-16T23:04:01.434Z Fresh zeroize v1.8.2
88992026-07-16T23:04:01.434Z Fresh zerofrom-derive v0.1.6
89002026-07-16T23:04:01.434Z Fresh yoke-derive v0.8.1
89012026-07-16T23:04:01.434Z Fresh zerocopy v0.8.40
89022026-07-16T23:04:01.434Z Fresh thiserror v2.0.18
89032026-07-16T23:04:01.434Z Fresh schemars_derive v0.8.22
89042026-07-16T23:04:01.434Z Fresh futures-util v0.3.32
89052026-07-16T23:04:01.434Z Fresh thiserror v1.0.69
89062026-07-16T23:04:01.434Z Fresh tracing v0.1.44
89072026-07-16T23:04:01.434Z Fresh time v0.3.47
89082026-07-16T23:04:01.434Z Fresh crossbeam-utils v0.8.21
89092026-07-16T23:04:01.434Z Fresh cmake v0.1.57
89102026-07-16T23:04:01.434Z Fresh rand_core v0.9.5
89112026-07-16T23:04:01.434Z Fresh cpufeatures v0.3.0
89122026-07-16T23:04:01.434Z Fresh terminal_size v0.4.3
89132026-07-16T23:04:01.434Z Fresh anstyle-parse v1.0.0
89142026-07-16T23:04:01.434Z Fresh clap_lex v1.0.0
89152026-07-16T23:04:01.434Z Fresh clap_derive v4.6.1
89162026-07-16T23:04:01.434Z Fresh rustc_version v0.4.1
89172026-07-16T23:04:01.434Z Fresh ryu v1.0.23
89182026-07-16T23:04:01.434Z Fresh cpufeatures v0.2.17
89192026-07-16T23:04:01.434Z Fresh atomic-waker v1.1.2
89202026-07-16T23:04:01.434Z Fresh untrusted v0.7.1
89212026-07-16T23:04:01.434Z Fresh try-lock v0.2.5
89222026-07-16T23:04:01.434Z Fresh httpdate v1.0.3
89232026-07-16T23:04:01.434Z Fresh tower-service v0.3.3
89242026-07-16T23:04:01.434Z Fresh tower-layer v0.3.3
89252026-07-16T23:04:01.438Z Fresh bytes v1.11.1
89262026-07-16T23:04:01.438Z Fresh zerofrom v0.1.6
89272026-07-16T23:04:01.438Z Fresh chrono v0.4.45
89282026-07-16T23:04:01.438Z Fresh hybrid-array v0.4.13
89292026-07-16T23:04:01.438Z Fresh generic-array v0.14.7
89302026-07-16T23:04:01.438Z Fresh ppv-lite86 v0.2.21
89312026-07-16T23:04:01.439Z Fresh ipnet v2.11.0
89322026-07-16T23:04:01.439Z Fresh serde_tokenstream v0.2.3
89332026-07-16T23:04:01.439Z Fresh httparse v1.10.1
89342026-07-16T23:04:01.439Z Fresh anstream v1.0.0
89352026-07-16T23:04:01.439Z Fresh erased-serde v0.3.31
89362026-07-16T23:04:01.439Z Fresh rustls-pki-types v1.14.0
89372026-07-16T23:04:01.439Z Fresh want v0.3.1
89382026-07-16T23:04:01.439Z Fresh unicode-segmentation v1.12.0
89392026-07-16T23:04:01.439Z Fresh hex v0.4.3
89402026-07-16T23:04:01.439Z Fresh fastrand v2.3.0
89412026-07-16T23:04:01.439Z Fresh ucd-trie v0.1.7
89422026-07-16T23:04:01.439Z Fresh der_derive v0.7.3
89432026-07-16T23:04:01.439Z Fresh pem-rfc7468 v0.7.0
89442026-07-16T23:04:01.439Z Fresh mime v0.3.17
89452026-07-16T23:04:01.439Z Fresh pretty-hex v0.4.1
89462026-07-16T23:04:01.439Z Fresh untrusted v0.9.0
89472026-07-16T23:04:01.439Z Fresh flagset v0.4.7
89482026-07-16T23:04:01.439Z Fresh spin v0.9.8
89492026-07-16T23:04:01.439Z Fresh plain v0.2.3
89502026-07-16T23:04:01.439Z Fresh async-trait v0.1.89
89512026-07-16T23:04:01.439Z Fresh openssl-probe v0.2.1
89522026-07-16T23:04:01.439Z Fresh simd-adler32 v0.3.8
89532026-07-16T23:04:01.439Z Fresh yoke v0.8.1
89542026-07-16T23:04:01.439Z Fresh tokio v1.52.1
89552026-07-16T23:04:01.439Z Fresh crypto-common v0.2.2
89562026-07-16T23:04:01.439Z Fresh crypto-common v0.1.7
89572026-07-16T23:04:01.439Z Fresh block-buffer v0.12.1
89582026-07-16T23:04:01.439Z Fresh block-buffer v0.10.4
89592026-07-16T23:04:01.439Z Fresh http v1.4.2
89602026-07-16T23:04:01.439Z Fresh clap_builder v4.6.0
89612026-07-16T23:04:01.439Z Fresh rand_chacha v0.9.0
89622026-07-16T23:04:01.439Z Fresh slog v2.8.2
89632026-07-16T23:04:01.439Z Fresh camino v1.2.2
89642026-07-16T23:04:01.439Z Fresh pest v2.8.6
89652026-07-16T23:04:01.439Z Fresh block-padding v0.4.2
89662026-07-16T23:04:01.439Z Fresh der v0.7.10
89672026-07-16T23:04:01.439Z Fresh tempfile v3.25.0
89682026-07-16T23:04:01.439Z Fresh serde_urlencoded v0.7.1
89692026-07-16T23:04:01.439Z Fresh encoding_rs v0.8.35
89702026-07-16T23:04:01.440Z Fresh adler2 v2.0.1
89712026-07-16T23:04:01.440Z Fresh vcpkg v0.2.15
89722026-07-16T23:04:01.440Z Fresh rand_chacha v0.3.1
89732026-07-16T23:04:01.440Z Fresh foldhash v0.2.0
89742026-07-16T23:04:01.440Z Fresh sync_wrapper v1.0.2
89752026-07-16T23:04:01.440Z Fresh iri-string v0.7.10
89762026-07-16T23:04:01.440Z Fresh futures-executor v0.3.32
89772026-07-16T23:04:01.440Z Fresh openapiv3 v2.2.0
89782026-07-16T23:04:01.440Z Fresh hubpack_derive v0.1.1
89792026-07-16T23:04:01.440Z Fresh static_assertions v1.1.0
89802026-07-16T23:04:01.440Z Fresh winnow v1.0.3
89812026-07-16T23:04:01.440Z Fresh litrs v1.0.0
89822026-07-16T23:04:01.440Z Fresh zerovec v0.11.5
89832026-07-16T23:04:01.440Z Fresh zerotrie v0.2.3
89842026-07-16T23:04:01.440Z Fresh digest v0.10.7
89852026-07-16T23:04:01.440Z Fresh tokio-util v0.7.18
89862026-07-16T23:04:01.440Z Fresh digest v0.11.3
89872026-07-16T23:04:01.440Z Fresh http-body v1.0.1
89882026-07-16T23:04:01.440Z Fresh rand v0.9.2
89892026-07-16T23:04:01.440Z Fresh aws-lc-sys v0.40.0
89902026-07-16T23:04:01.440Z Fresh clap v4.6.1
89912026-07-16T23:04:01.440Z Fresh pest_meta v2.8.6
89922026-07-16T23:04:01.440Z Fresh inout v0.2.2
89932026-07-16T23:04:01.440Z Fresh miniz_oxide v0.8.9
89942026-07-16T23:04:01.440Z Fresh hashbrown v0.16.1
89952026-07-16T23:04:01.440Z Fresh rand v0.8.6
89962026-07-16T23:04:01.440Z Fresh spki v0.7.3
89972026-07-16T23:04:01.440Z Fresh tower v0.5.3
89982026-07-16T23:04:01.440Z Fresh futures v0.3.32
89992026-07-16T23:04:01.440Z Fresh hubpack v0.1.2
90002026-07-16T23:04:01.440Z Fresh toml_parser v1.1.2+spec-1.1.0
90012026-07-16T23:04:01.440Z Fresh document-features v0.2.12
90022026-07-16T23:04:01.440Z Fresh rustls-native-certs v0.8.3
90032026-07-16T23:04:01.440Z Fresh scroll_derive v0.13.1
90042026-07-16T23:04:01.440Z Fresh psl-types v2.0.11
90052026-07-16T23:04:01.440Z Fresh lazy_static v1.5.0
90062026-07-16T23:04:01.444Z Fresh strum_macros v0.26.4
90072026-07-16T23:04:01.444Z Fresh zlib-rs v0.6.2
90082026-07-16T23:04:01.444Z Fresh tinyvec_macros v0.1.1
90092026-07-16T23:04:01.444Z Fresh heck v0.4.1
90102026-07-16T23:04:01.444Z Fresh tinystr v0.8.2
90112026-07-16T23:04:01.444Z Fresh potential_utf v0.1.4
90122026-07-16T23:04:01.444Z Fresh h2 v0.4.15
90132026-07-16T23:04:01.444Z Fresh aws-lc-rs v1.16.3
90142026-07-16T23:04:01.444Z Fresh http-body-util v0.1.3
90152026-07-16T23:04:01.444Z Fresh pest_generator v2.8.6
90162026-07-16T23:04:01.444Z Fresh cipher v0.5.2
90172026-07-16T23:04:01.444Z Fresh tower-http v0.6.8
90182026-07-16T23:04:01.444Z Fresh crc32fast v1.5.0
90192026-07-16T23:04:01.444Z Fresh pkcs8 v0.10.2
90202026-07-16T23:04:01.444Z Fresh sha2 v0.10.9
90212026-07-16T23:04:01.444Z Fresh scroll v0.13.0
90222026-07-16T23:04:01.444Z Fresh cookie v0.18.1
90232026-07-16T23:04:01.444Z Fresh strum v0.26.3
90242026-07-16T23:04:01.444Z Fresh tinyvec v1.10.0
90252026-07-16T23:04:01.445Z Fresh winnow v0.7.14
90262026-07-16T23:04:01.445Z Fresh signature v2.2.0
90272026-07-16T23:04:01.445Z Fresh serde_spanned v0.6.9
90282026-07-16T23:04:01.445Z Fresh toml_datetime v0.6.11
90292026-07-16T23:04:01.445Z Fresh num-integer v0.1.46
90302026-07-16T23:04:01.445Z Fresh darling_core v0.20.11
90312026-07-16T23:04:01.445Z Fresh thread-id v5.1.0
90322026-07-16T23:04:01.445Z Fresh data-encoding v2.10.0
90332026-07-16T23:04:01.445Z Fresh bit-vec v0.8.0
90342026-07-16T23:04:01.445Z Fresh hmac v0.12.1
90352026-07-16T23:04:01.445Z Fresh darling_core v0.23.0
90362026-07-16T23:04:01.445Z Fresh icu_locale_core v2.1.1
90372026-07-16T23:04:01.445Z Fresh icu_collections v2.1.1
90382026-07-16T23:04:01.445Z Fresh hyper v1.10.1
90392026-07-16T23:04:01.445Z Fresh rustls-webpki v0.103.13
90402026-07-16T23:04:01.445Z Fresh pest_derive v2.8.6
90412026-07-16T23:04:01.445Z Fresh flate2 v1.1.9
90422026-07-16T23:04:01.445Z Fresh paste v1.0.15
90432026-07-16T23:04:01.445Z Fresh goblin v0.10.5
90442026-07-16T23:04:01.445Z Fresh bit-set v0.8.0
90452026-07-16T23:04:01.445Z Fresh darling_macro v0.20.11
90462026-07-16T23:04:01.445Z Fresh memmap2 v0.9.10
90472026-07-16T23:04:01.445Z Fresh wait-timeout v0.2.1
90482026-07-16T23:04:01.445Z Fresh darling_macro v0.23.0
90492026-07-16T23:04:01.445Z Fresh anstyle-parse v0.2.7
90502026-07-16T23:04:01.445Z Fresh scroll_derive v0.12.1
90512026-07-16T23:04:01.445Z Fresh siphasher v1.0.2
90522026-07-16T23:04:01.445Z Fresh quick-error v1.2.3
90532026-07-16T23:04:01.445Z Fresh rand_xorshift v0.4.0
90542026-07-16T23:04:01.445Z Fresh crossbeam-epoch v0.9.18
90552026-07-16T23:04:01.445Z Fresh zerocopy-derive v0.7.35
90562026-07-16T23:04:01.445Z Fresh bstr v1.12.1
90572026-07-16T23:04:01.445Z Fresh unarray v0.1.4
90582026-07-16T23:04:01.445Z Fresh cfg_aliases v0.2.1
90592026-07-16T23:04:01.445Z Fresh winnow v0.5.40
90602026-07-16T23:04:01.445Z Fresh x509-cert v0.2.5
90612026-07-16T23:04:01.445Z Fresh itertools v0.13.0
90622026-07-16T23:04:01.445Z Fresh icu_provider v2.1.1
90632026-07-16T23:04:01.445Z Fresh hyper-util v0.1.20
90642026-07-16T23:04:01.445Z Fresh rustls v0.23.41
90652026-07-16T23:04:01.446Z Fresh dtrace-parser v0.3.0
90662026-07-16T23:04:01.446Z Fresh dof v0.4.0
90672026-07-16T23:04:01.446Z Fresh object v0.37.3
90682026-07-16T23:04:01.446Z Fresh ahash v0.8.12
90692026-07-16T23:04:01.446Z Fresh darling v0.20.11
90702026-07-16T23:04:01.446Z Fresh darling v0.23.0
90712026-07-16T23:04:01.446Z Fresh anstream v0.6.21
90722026-07-16T23:04:01.446Z Fresh rusty-fork v0.3.1
90732026-07-16T23:04:01.446Z Fresh scroll v0.12.0
90742026-07-16T23:04:01.446Z Fresh toml_edit v0.19.15
90752026-07-16T23:04:01.446Z Fresh zerocopy v0.7.35
90762026-07-16T23:04:01.446Z Fresh curve25519-dalek-derive v0.1.1
90772026-07-16T23:04:01.446Z Fresh dtrace-parser v0.2.0
90782026-07-16T23:04:01.446Z Fresh num-iter v0.1.45
90792026-07-16T23:04:01.446Z Fresh ff v0.13.1
90802026-07-16T23:04:01.446Z Fresh thread-id v4.2.2
90812026-07-16T23:04:01.446Z Fresh foreign-types-shared v0.1.1
90822026-07-16T23:04:01.446Z Fresh base16ct v0.2.0
90832026-07-16T23:04:01.446Z Fresh openssl-sys v0.9.115
90842026-07-16T23:04:01.446Z Fresh hkdf v0.12.4
90852026-07-16T23:04:01.446Z Fresh crypto-bigint v0.5.5
90862026-07-16T23:04:01.446Z Fresh openssl-macros v0.1.1
90872026-07-16T23:04:01.450Z Fresh icu_normalizer v2.1.1
90882026-07-16T23:04:01.450Z Fresh icu_properties v2.1.2
90892026-07-16T23:04:01.450Z Fresh tokio-rustls v0.26.4
90902026-07-16T23:04:01.450Z Fresh rustls-platform-verifier v0.6.2
90912026-07-16T23:04:01.450Z Fresh usdt-impl v0.6.0
90922026-07-16T23:04:01.450Z Fresh derive_builder_core v0.20.2
90932026-07-16T23:04:01.450Z Fresh memoffset v0.9.1
90942026-07-16T23:04:01.450Z Fresh goblin v0.8.2
90952026-07-16T23:04:01.450Z Fresh proptest v1.10.0
90962026-07-16T23:04:01.450Z Fresh rustix v0.38.44
90972026-07-16T23:04:01.450Z Fresh foreign-types v0.3.2
90982026-07-16T23:04:01.450Z Fresh sec1 v0.7.3
90992026-07-16T23:04:01.450Z Fresh group v0.13.0
91002026-07-16T23:04:01.450Z Fresh daft-derive v0.1.7
91012026-07-16T23:04:01.450Z Fresh cargo-platform v0.3.2
91022026-07-16T23:04:01.450Z Fresh env_filter v1.0.0
91032026-07-16T23:04:01.450Z Fresh same-file v1.0.6
91042026-07-16T23:04:01.450Z Fresh keccak v0.1.6
91052026-07-16T23:04:01.450Z Fresh serde_with_macros v3.21.0
91062026-07-16T23:04:01.450Z Fresh pkcs1 v0.7.5
91072026-07-16T23:04:01.450Z Fresh bitflags v1.3.2
91082026-07-16T23:04:01.450Z Fresh unicode-normalization v0.1.25
91092026-07-16T23:04:01.450Z Fresh idna_adapter v1.2.1
91102026-07-16T23:04:01.450Z Fresh hyper-rustls v0.27.7
91112026-07-16T23:04:01.450Z Fresh usdt-macro v0.6.0
91122026-07-16T23:04:01.450Z Fresh usdt-attr-macro v0.6.0
91132026-07-16T23:04:01.450Z Fresh derive_builder_macro v0.20.2
91142026-07-16T23:04:01.450Z Fresh dof v0.3.0
91152026-07-16T23:04:01.450Z Fresh nix v0.31.2
91162026-07-16T23:04:01.450Z Fresh num-bigint-dig v0.8.6
91172026-07-16T23:04:01.451Z Fresh cargo_metadata v0.23.1
91182026-07-16T23:04:01.451Z Fresh sha3 v0.10.8
91192026-07-16T23:04:01.451Z Fresh openssl v0.10.79
91202026-07-16T23:04:01.451Z Fresh env_logger v0.11.9
91212026-07-16T23:04:01.451Z Fresh elliptic-curve v0.13.8
91222026-07-16T23:04:01.451Z Fresh walkdir v2.5.0
91232026-07-16T23:04:01.451Z Fresh enum-as-inner v0.6.1
91242026-07-16T23:04:01.451Z Fresh managed v0.8.0
91252026-07-16T23:04:01.451Z Fresh phf_shared v0.11.3
91262026-07-16T23:04:01.451Z Fresh chacha20 v0.10.0
91272026-07-16T23:04:01.451Z Fresh ref-cast-impl v1.0.25
91282026-07-16T23:04:01.451Z Fresh new_debug_unreachable v1.0.6
91292026-07-16T23:04:01.451Z Fresh precomputed-hash v0.1.1
91302026-07-16T23:04:01.451Z Fresh fixedbitset v0.4.2
91312026-07-16T23:04:01.451Z Fresh toml v0.7.8
91322026-07-16T23:04:01.451Z Fresh globset v0.4.18
91332026-07-16T23:04:01.451Z Fresh ed25519 v2.2.3
91342026-07-16T23:04:01.451Z Fresh idna v1.1.0
91352026-07-16T23:04:01.451Z Fresh usdt v0.6.0
91362026-07-16T23:04:01.451Z Fresh derive_builder v0.20.2
91372026-07-16T23:04:01.451Z Fresh usdt-impl v0.5.0
91382026-07-16T23:04:01.451Z Fresh rsa v0.9.10
91392026-07-16T23:04:01.451Z Fresh native-tls v0.2.18
91402026-07-16T23:04:01.451Z Fresh bzip2-sys v0.1.13+1.0.8
91412026-07-16T23:04:01.451Z Fresh curve25519-dalek v4.1.3
91422026-07-16T23:04:01.451Z Fresh signal-hook v0.3.18
91432026-07-16T23:04:01.451Z Fresh petgraph v0.6.5
91442026-07-16T23:04:01.451Z Fresh string_cache v0.8.9
91452026-07-16T23:04:01.451Z Fresh pin-project-internal v1.1.11
91462026-07-16T23:04:01.451Z Fresh foldhash v0.1.5
91472026-07-16T23:04:01.451Z Fresh lalrpop-util v0.19.12
91482026-07-16T23:04:01.451Z Fresh toml_write v0.1.2
91492026-07-16T23:04:01.451Z Fresh snafu-derive v0.8.9
91502026-07-16T23:04:01.451Z Fresh serde-big-array v0.5.1
91512026-07-16T23:04:01.451Z Fresh serde_repr v0.1.20
91522026-07-16T23:04:01.451Z Fresh pem v3.0.6
91532026-07-16T23:04:01.451Z Fresh hash32 v0.2.1
91542026-07-16T23:04:01.451Z Fresh predicates-core v1.0.10
91552026-07-16T23:04:01.451Z Fresh unicode-properties v0.1.4
91562026-07-16T23:04:01.451Z Fresh unicode-bidi v0.3.18
91572026-07-16T23:04:01.451Z Fresh bumpalo v3.20.2
91582026-07-16T23:04:01.452Z Fresh libbz2-rs-sys v0.2.2
91592026-07-16T23:04:01.452Z Fresh olpc-cjson v0.1.4
91602026-07-16T23:04:01.452Z Fresh url v2.5.8
91612026-07-16T23:04:01.452Z Fresh publicsuffix v2.3.0
91622026-07-16T23:04:01.452Z Fresh vergen-lib v9.1.0
91632026-07-16T23:04:01.452Z Fresh ref-cast v1.0.25
91642026-07-16T23:04:01.455Z Fresh bzip2 v0.4.4
91652026-07-16T23:04:01.455Z Fresh tokio-native-tls v0.3.1
91662026-07-16T23:04:01.455Z Fresh hashbrown v0.15.5
91672026-07-16T23:04:01.455Z Fresh signal-hook-mio v0.2.5
91682026-07-16T23:04:01.456Z Fresh pin-project v1.1.11
91692026-07-16T23:04:01.456Z Fresh ed25519-dalek v2.2.0
91702026-07-16T23:04:01.456Z Fresh zstd-sys v2.0.16+zstd.1.5.7
91712026-07-16T23:04:01.456Z Fresh toml_edit v0.22.27
91722026-07-16T23:04:01.456Z Fresh zopfli v0.8.3
91732026-07-16T23:04:01.456Z Fresh stringprep v0.1.5
91742026-07-16T23:04:01.456Z Fresh bzip2 v0.6.1
91752026-07-16T23:04:01.456Z Fresh similar v2.7.0
91762026-07-16T23:04:01.456Z Fresh md-5 v0.10.6
91772026-07-16T23:04:01.456Z Fresh serde_plain v1.0.2
91782026-07-16T23:04:01.456Z Fresh float-cmp v0.10.0
91792026-07-16T23:04:01.456Z Fresh async-recursion v1.1.1
91802026-07-16T23:04:01.456Z Fresh strum_macros v0.27.2
91812026-07-16T23:04:01.456Z Fresh difflib v0.4.0
91822026-07-16T23:04:01.456Z Fresh jiff v0.2.21
91832026-07-16T23:04:01.456Z Fresh fallible-iterator v0.2.0
91842026-07-16T23:04:01.456Z Fresh normalize-line-endings v0.3.0
91852026-07-16T23:04:01.456Z Fresh typed-path v0.9.3
91862026-07-16T23:04:01.456Z Fresh phf_shared v0.13.1
91872026-07-16T23:04:01.456Z Fresh tokio-stream v0.1.18
91882026-07-16T23:04:01.456Z Fresh schemars v0.8.22
91892026-07-16T23:04:01.456Z Fresh cookie_store v0.22.1
91902026-07-16T23:04:01.456Z Fresh vergen v9.1.0
91912026-07-16T23:04:01.456Z Fresh hyper-tls v0.6.0
91922026-07-16T23:04:01.456Z Fresh zip v0.6.6
91932026-07-16T23:04:01.456Z Fresh zstd-safe v7.2.4
91942026-07-16T23:04:01.456Z Fresh hickory-proto v0.25.2
91952026-07-16T23:04:01.456Z Fresh crossterm v0.28.1
91962026-07-16T23:04:01.456Z Fresh heapless v0.7.17
91972026-07-16T23:04:01.456Z Fresh fs-err v3.3.0
91982026-07-16T23:04:01.456Z Fresh snafu v0.8.9
91992026-07-16T23:04:01.456Z Fresh predicates v3.1.4
92002026-07-16T23:04:01.456Z Fresh postgres-protocol v0.6.10
92012026-07-16T23:04:01.456Z Fresh strum v0.27.2
92022026-07-16T23:04:01.456Z Fresh buf-list v1.1.2
92032026-07-16T23:04:01.456Z Fresh peg-runtime v0.8.5
92042026-07-16T23:04:01.456Z Fresh fixedbitset v0.5.7
92052026-07-16T23:04:01.456Z Fresh phf v0.13.1
92062026-07-16T23:04:01.457Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
92072026-07-16T23:04:01.457Z Fresh whoami v2.1.0
92082026-07-16T23:04:01.457Z Fresh is-terminal v0.4.17
92092026-07-16T23:04:01.457Z Fresh crossbeam-channel v0.5.15
92102026-07-16T23:04:01.457Z Fresh thread_local v1.1.9
92112026-07-16T23:04:01.457Z Fresh take_mut v0.2.2
92122026-07-16T23:04:01.457Z Fresh term v1.2.1
92132026-07-16T23:04:01.457Z Fresh structmeta-derive v0.3.0
92142026-07-16T23:04:01.457Z Fresh newtype-uuid-macros v0.1.0
92152026-07-16T23:04:01.457Z Fresh match_cfg v0.1.0
92162026-07-16T23:04:01.457Z Fresh slog-json v2.6.1
92172026-07-16T23:04:01.457Z Fresh debug-ignore v1.0.5
92182026-07-16T23:04:01.457Z Fresh sha1 v0.11.0
92192026-07-16T23:04:01.457Z Fresh ipnetwork v0.21.1
92202026-07-16T23:04:01.457Z Fresh reqwest v0.13.2
92212026-07-16T23:04:01.457Z Fresh newtype-uuid v1.3.2
92222026-07-16T23:04:01.457Z Fresh serde_with v3.21.0
92232026-07-16T23:04:01.457Z Fresh reqwest v0.12.28
92242026-07-16T23:04:01.457Z Fresh zstd v0.13.3
92252026-07-16T23:04:01.457Z Fresh smoltcp v0.9.1
92262026-07-16T23:04:01.457Z Fresh postgres-types v0.2.12
92272026-07-16T23:04:01.457Z Fresh petgraph v0.8.3
92282026-07-16T23:04:01.457Z Fresh byte-wrapper v0.1.0
92292026-07-16T23:04:01.457Z Fresh slog-term v2.9.2
92302026-07-16T23:04:01.457Z Fresh structmeta v0.3.0
92312026-07-16T23:04:01.457Z Fresh hostname v0.3.1
92322026-07-16T23:04:01.457Z Fresh toml_datetime v1.1.1+spec-1.1.0
92332026-07-16T23:04:01.457Z Fresh serde_spanned v1.1.1
92342026-07-16T23:04:01.457Z Fresh serde_path_to_error v0.1.20
92352026-07-16T23:04:01.457Z Fresh compression-core v0.4.31
92362026-07-16T23:04:01.457Z Fresh toml_writer v1.1.1+spec-1.1.0
92372026-07-16T23:04:01.457Z Fresh async-stream-impl v0.3.6
92382026-07-16T23:04:01.457Z Fresh dropshot_endpoint v0.17.1
92392026-07-16T23:04:01.457Z Fresh rustls-pemfile v2.2.0
92402026-07-16T23:04:01.457Z Fresh waitgroup v0.1.2
92412026-07-16T23:04:01.457Z Fresh hostname v0.4.2
92422026-07-16T23:04:01.457Z Fresh itertools v0.14.0
92432026-07-16T23:04:01.457Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
92442026-07-16T23:04:01.457Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
92452026-07-16T23:04:01.457Z Fresh atomicwrites v0.4.4
92462026-07-16T23:04:01.458Z Fresh regress v0.10.5
92472026-07-16T23:04:01.458Z Fresh macaddr v1.0.1
92482026-07-16T23:04:01.458Z Fresh oxnet v0.1.6
92492026-07-16T23:04:01.458Z Fresh tough v0.22.0
92502026-07-16T23:04:01.458Z Fresh zip v4.6.1
92512026-07-16T23:04:01.458Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
92522026-07-16T23:04:01.458Z Fresh tokio-postgres v0.7.16
92532026-07-16T23:04:01.458Z Fresh slog-async v2.8.0
92542026-07-16T23:04:01.458Z Fresh slog-bunyan v2.5.0
92552026-07-16T23:04:01.458Z Fresh derive-ex v0.1.8
92562026-07-16T23:04:01.458Z Fresh progenitor-client v0.14.0
92572026-07-16T23:04:01.458Z Fresh toml v1.1.2+spec-1.1.0
92582026-07-16T23:04:01.458Z Fresh compression-codecs v0.4.37
92592026-07-16T23:04:01.458Z Fresh async-stream v0.3.6
92602026-07-16T23:04:01.458Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
92612026-07-16T23:04:01.458Z Fresh instant v0.1.13
92622026-07-16T23:04:01.464Z Fresh parse-display-derive v0.10.0
92632026-07-16T23:04:01.464Z Fresh backon v1.6.0
92642026-07-16T23:04:01.464Z Fresh humantime v2.3.0
92652026-07-16T23:04:01.464Z Fresh unicode-width v0.2.0
92662026-07-16T23:04:01.464Z Fresh convert_case v0.4.0
92672026-07-16T23:04:01.464Z Fresh half v2.7.1
92682026-07-16T23:04:01.464Z Fresh ciborium-io v0.2.2
92692026-07-16T23:04:01.464Z Fresh secrecy v0.10.3
92702026-07-16T23:04:01.465Z Fresh regress v0.11.1
92712026-07-16T23:04:01.465Z Fresh indent_write v2.2.0
92722026-07-16T23:04:01.465Z Fresh unsafe-libyaml v0.2.11
92732026-07-16T23:04:01.465Z Fresh inout v0.1.4
92742026-07-16T23:04:01.465Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
92752026-07-16T23:04:01.465Z Fresh universal-hash v0.5.1
92762026-07-16T23:04:01.465Z Fresh thiserror-impl-no-std v2.0.2
92772026-07-16T23:04:01.465Z Fresh daft v0.1.7
92782026-07-16T23:04:01.465Z Fresh test-strategy v0.4.5
92792026-07-16T23:04:01.465Z Fresh multer v3.1.0
92802026-07-16T23:04:01.465Z Fresh async-compression v0.4.41
92812026-07-16T23:04:01.465Z Fresh backoff v0.4.0
92822026-07-16T23:04:01.465Z Fresh parse-display v0.10.0
92832026-07-16T23:04:01.465Z Fresh progenitor-extras v0.2.0
92842026-07-16T23:04:01.465Z Fresh derive_more v0.99.20
92852026-07-16T23:04:01.465Z Fresh ciborium-ll v0.2.2
92862026-07-16T23:04:01.465Z Fresh typify-impl v0.6.2
92872026-07-16T23:04:01.465Z Fresh serde_yaml v0.9.34+deprecated
92882026-07-16T23:04:01.465Z Fresh cipher v0.4.4
92892026-07-16T23:04:01.465Z Fresh opaque-debug v0.3.1
92902026-07-16T23:04:01.465Z Fresh thiserror-no-std v2.0.2
92912026-07-16T23:04:01.465Z Fresh blake2 v0.10.6
92922026-07-16T23:04:01.465Z Fresh aead v0.5.2
92932026-07-16T23:04:01.465Z Fresh password-hash v0.5.0
92942026-07-16T23:04:01.465Z Fresh camino-tempfile v1.4.1
92952026-07-16T23:04:01.466Z Fresh swrite v0.1.0
92962026-07-16T23:04:01.466Z Fresh toml_datetime v0.7.5+spec-1.1.0
92972026-07-16T23:04:01.466Z Fresh darling_core v0.21.3
92982026-07-16T23:04:01.466Z Fresh glob v0.3.3
92992026-07-16T23:04:01.466Z Fresh crossbeam-deque v0.8.6
93002026-07-16T23:04:01.466Z Fresh tabwriter v1.4.1
93012026-07-16T23:04:01.466Z Fresh colored v3.1.1
93022026-07-16T23:04:01.466Z Fresh hash32 v0.3.1
93032026-07-16T23:04:01.466Z Fresh iddqd v0.4.2
93042026-07-16T23:04:01.466Z Fresh dropshot v0.17.1
93052026-07-16T23:04:01.466Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
93062026-07-16T23:04:01.466Z Fresh ciborium v0.2.2
93072026-07-16T23:04:01.466Z Fresh typify-macro v0.6.2
93082026-07-16T23:04:01.466Z Fresh crucible-workspace-hack v0.1.0
93092026-07-16T23:04:01.466Z Fresh poly1305 v0.8.0
93102026-07-16T23:04:01.466Z Fresh chacha20 v0.9.1
93112026-07-16T23:04:01.466Z Fresh vsss-rs v3.3.4
93122026-07-16T23:04:01.466Z Fresh argon2 v0.5.3
93132026-07-16T23:04:01.466Z Fresh toml_edit v0.23.10+spec-1.0.0
93142026-07-16T23:04:01.466Z Fresh darling_macro v0.21.3
93152026-07-16T23:04:01.466Z Fresh cobs v0.3.0
93162026-07-16T23:04:01.466Z Fresh unicode-width v0.1.14
93172026-07-16T23:04:01.466Z Fresh rand v0.10.1
93182026-07-16T23:04:01.466Z Fresh proc-macro-crate v1.3.1
93192026-07-16T23:04:01.466Z Fresh foreign-types-macros v0.2.3
93202026-07-16T23:04:01.466Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
93212026-07-16T23:04:01.466Z Fresh foreign-types-shared v0.3.1
93222026-07-16T23:04:01.467Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
93232026-07-16T23:04:01.467Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
93242026-07-16T23:04:01.467Z Fresh cstr-argument v0.1.2
93252026-07-16T23:04:01.467Z Fresh typify v0.6.2
93262026-07-16T23:04:01.467Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
93272026-07-16T23:04:01.467Z Fresh chacha20poly1305 v0.10.1
93282026-07-16T23:04:01.467Z Fresh proc-macro-crate v3.4.0
93292026-07-16T23:04:01.467Z Fresh darling v0.21.3
93302026-07-16T23:04:01.467Z Fresh proc-macro-error-attr v1.0.4
93312026-07-16T23:04:01.467Z Fresh rayon-core v1.13.0
93322026-07-16T23:04:01.467Z Fresh heapless v0.8.0
93332026-07-16T23:04:01.467Z Fresh postcard v1.1.3
93342026-07-16T23:04:01.467Z Fresh foreign-types v0.5.0
93352026-07-16T23:04:01.467Z Fresh num_enum_derive v0.5.11
93362026-07-16T23:04:01.467Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
93372026-07-16T23:04:01.467Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
93382026-07-16T23:04:01.467Z Fresh sigpipe v0.1.3
93392026-07-16T23:04:01.467Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
93402026-07-16T23:04:01.467Z Fresh num-derive v0.4.2
93412026-07-16T23:04:01.467Z Fresh itertools v0.12.1
93422026-07-16T23:04:01.467Z Fresh smf v0.2.3
93432026-07-16T23:04:01.467Z Fresh whoami v1.6.1
93442026-07-16T23:04:01.467Z Fresh toml v0.8.23
93452026-07-16T23:04:01.467Z Fresh console v0.15.11
93462026-07-16T23:04:01.467Z Fresh derive-where v1.6.0
93472026-07-16T23:04:01.467Z Fresh newline-converter v0.3.0
93482026-07-16T23:04:01.468Z Fresh usdt-attr-macro v0.5.0
93492026-07-16T23:04:01.468Z Fresh usdt-macro v0.5.0
93502026-07-16T23:04:01.468Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
93512026-07-16T23:04:01.468Z Fresh progenitor-impl v0.14.0
93522026-07-16T23:04:01.468Z Fresh num_enum_derive v0.7.6
93532026-07-16T23:04:01.468Z Fresh proc-macro-error v1.0.4
93542026-07-16T23:04:01.468Z Fresh ingot-macros v0.1.1
93552026-07-16T23:04:01.468Z Fresh rayon v1.11.0
93562026-07-16T23:04:01.468Z Fresh smoltcp v0.11.0
93572026-07-16T23:04:01.468Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
93582026-07-16T23:04:01.468Z Fresh num_enum v0.5.11
93592026-07-16T23:04:01.468Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
93602026-07-16T23:04:01.468Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
93612026-07-16T23:04:01.468Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
93622026-07-16T23:04:01.472Z Fresh expectorate v1.2.0
93632026-07-16T23:04:01.472Z Fresh memmap v0.7.0
93642026-07-16T23:04:01.472Z Fresh num-rational v0.4.2
93652026-07-16T23:04:01.472Z Fresh libsw-core v0.3.2
93662026-07-16T23:04:01.472Z Fresh num-complex v0.4.6
93672026-07-16T23:04:01.473Z Fresh float-ord v0.3.2
93682026-07-16T23:04:01.473Z Fresh linear-map v1.2.0
93692026-07-16T23:04:01.473Z Fresh bytecount v0.6.9
93702026-07-16T23:04:01.473Z Fresh gethostname v0.5.0
93712026-07-16T23:04:01.473Z Fresh resolv-conf v0.7.6
93722026-07-16T23:04:01.473Z Fresh unicode-linebreak v0.1.5
93732026-07-16T23:04:01.473Z Fresh smawk v0.3.2
93742026-07-16T23:04:01.473Z Fresh csv-core v0.1.13
93752026-07-16T23:04:01.473Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
93762026-07-16T23:04:01.473Z Fresh progenitor-macro v0.14.0
93772026-07-16T23:04:01.473Z Fresh num_enum v0.7.6
93782026-07-16T23:04:01.473Z Fresh ingot-types v0.1.2
93792026-07-16T23:04:01.473Z Fresh zone_cfg_derive v0.3.1
93802026-07-16T23:04:01.473Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
93812026-07-16T23:04:01.473Z Fresh usdt v0.5.0
93822026-07-16T23:04:01.473Z Fresh num v0.4.3
93832026-07-16T23:04:01.473Z Fresh libsw v3.5.0
93842026-07-16T23:04:01.473Z Fresh minimal-lexical v0.2.1
93852026-07-16T23:04:01.473Z Fresh linked-hash-map v0.5.6
93862026-07-16T23:04:01.473Z Fresh csv v1.4.0
93872026-07-16T23:04:01.473Z Fresh hickory-proto v0.24.4
93882026-07-16T23:04:01.473Z Fresh convert_case v0.10.0
93892026-07-16T23:04:01.473Z Fresh unicode-xid v0.2.6
93902026-07-16T23:04:01.473Z Fresh termtree v0.5.1
93912026-07-16T23:04:01.474Z Fresh ar_archive_writer v0.5.1
93922026-07-16T23:04:01.474Z Fresh fd-lock v4.0.4
93932026-07-16T23:04:01.474Z Fresh vte v0.14.1
93942026-07-16T23:04:01.474Z Fresh semver v0.1.20
93952026-07-16T23:04:01.474Z Fresh tabled_derive v0.7.0
93962026-07-16T23:04:01.474Z Fresh papergrid v0.11.0
93972026-07-16T23:04:01.474Z Fresh nom v8.0.0
93982026-07-16T23:04:01.474Z Fresh nu-ansi-term v0.50.3
93992026-07-16T23:04:01.474Z Fresh cfg_aliases v0.1.1
94002026-07-16T23:04:01.474Z Fresh highway v1.3.0
94012026-07-16T23:04:01.474Z Fresh progenitor v0.14.0
94022026-07-16T23:04:01.474Z Fresh ingot v0.1.1
94032026-07-16T23:04:01.474Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
94042026-07-16T23:04:01.474Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
94052026-07-16T23:04:01.474Z Fresh zone v0.3.1
94062026-07-16T23:04:01.474Z Fresh owo-colors v4.3.0
94072026-07-16T23:04:01.474Z Fresh cancel-safe-futures v0.1.5
94082026-07-16T23:04:01.474Z Fresh tokio-dtrace v0.1.1
94092026-07-16T23:04:01.474Z Fresh prettyplease v0.2.37
94102026-07-16T23:04:01.474Z Fresh slog-dtrace v0.3.0
94112026-07-16T23:04:01.474Z Fresh nom v7.1.3
94122026-07-16T23:04:01.474Z Fresh lru-cache v0.1.2
94132026-07-16T23:04:01.474Z Fresh derive_more-impl v2.1.1
94142026-07-16T23:04:01.474Z Fresh rustc_version v0.1.7
94152026-07-16T23:04:01.474Z Fresh strip-ansi-escapes v0.2.1
94162026-07-16T23:04:01.474Z Fresh tabled v0.15.0
94172026-07-16T23:04:01.475Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
94182026-07-16T23:04:01.475Z Fresh display-error-chain v0.2.2
94192026-07-16T23:04:01.475Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
94202026-07-16T23:04:01.475Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
94212026-07-16T23:04:01.475Z Fresh oxide-tokio-rt v0.1.4
94222026-07-16T23:04:01.475Z Fresh derive_more v2.1.1
94232026-07-16T23:04:01.475Z Fresh hickory-resolver v0.24.4
94242026-07-16T23:04:01.475Z Fresh reedline v0.40.0
94252026-07-16T23:04:01.475Z Fresh nibble_vec v0.1.0
94262026-07-16T23:04:01.475Z Fresh endian-type v0.1.2
94272026-07-16T23:04:01.475Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
94282026-07-16T23:04:01.475Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
94292026-07-16T23:04:01.475Z Fresh textwrap v0.16.2
94302026-07-16T23:04:01.475Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
94312026-07-16T23:04:01.475Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
94322026-07-16T23:04:01.475Z Fresh phf_shared v0.12.1
94332026-07-16T23:04:01.475Z Fresh recursive-proc-macro-impl v0.1.1
94342026-07-16T23:04:01.475Z Fresh const_format_proc_macros v0.2.34
94352026-07-16T23:04:01.475Z Fresh peg-macros v0.8.5
94362026-07-16T23:04:01.475Z Fresh sqlparser_derive v0.5.0
94372026-07-16T23:04:01.475Z Fresh winnow v0.6.26
94382026-07-16T23:04:01.475Z Fresh home v0.5.12
94392026-07-16T23:04:01.475Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
94402026-07-16T23:04:01.475Z Fresh qorb v0.4.1
94412026-07-16T23:04:01.475Z Fresh crossterm v0.29.0
94422026-07-16T23:04:01.475Z Fresh psm v0.1.30
94432026-07-16T23:04:01.475Z Fresh radix_trie v0.2.1
94442026-07-16T23:04:01.476Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
94452026-07-16T23:04:01.476Z Fresh nix v0.28.0
94462026-07-16T23:04:01.476Z Fresh phf v0.12.1
94472026-07-16T23:04:01.476Z Fresh unicode_categories v0.1.1
94482026-07-16T23:04:01.476Z Fresh peg v0.8.5
94492026-07-16T23:04:01.476Z Fresh const_format v0.2.35
94502026-07-16T23:04:01.476Z Fresh bcs v0.1.6
94512026-07-16T23:04:01.476Z Fresh sha1 v0.10.6
94522026-07-16T23:04:01.476Z Fresh filetime v0.2.27
94532026-07-16T23:04:01.476Z Fresh xattr v1.6.1
94542026-07-16T23:04:01.476Z Fresh base64 v0.21.7
94552026-07-16T23:04:01.476Z Fresh headers-core v0.3.0
94562026-07-16T23:04:01.476Z Fresh subprocess v0.2.15
94572026-07-16T23:04:01.476Z Fresh yasna v0.5.2
94582026-07-16T23:04:01.476Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
94592026-07-16T23:04:01.476Z Fresh newtype_derive v0.1.6
94602026-07-16T23:04:01.476Z Fresh stacker v0.1.23
94612026-07-16T23:04:01.476Z Fresh chrono-tz v0.10.4
94622026-07-16T23:04:01.480Z Fresh rustyline v14.0.0
94632026-07-16T23:04:01.480Z Fresh sqlformat v0.3.5
94642026-07-16T23:04:01.480Z Fresh tar v0.4.46
94652026-07-16T23:04:01.480Z Fresh headers v0.4.1
94662026-07-16T23:04:01.480Z Fresh rcgen v0.12.1
94672026-07-16T23:04:01.480Z Fresh port-file v0.1.0
94682026-07-16T23:04:01.480Z Fresh dropshot-api-manager-types v0.7.2
94692026-07-16T23:04:01.480Z Fresh utf-8 v0.7.6
94702026-07-16T23:04:01.480Z Fresh tagptr v0.2.0
94712026-07-16T23:04:01.480Z Fresh bitfield-struct v0.6.2
94722026-07-16T23:04:01.480Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94732026-07-16T23:04:01.480Z Fresh xshell-macros v0.2.7
94742026-07-16T23:04:01.480Z Fresh tap v1.0.1
94752026-07-16T23:04:01.481Z Fresh zerocopy-derive v0.6.6
94762026-07-16T23:04:01.481Z Fresh maplit v1.0.2
94772026-07-16T23:04:01.481Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
94782026-07-16T23:04:01.481Z Fresh recursive v0.1.1
94792026-07-16T23:04:01.481Z Fresh steno v0.4.1
94802026-07-16T23:04:01.481Z Fresh moka v0.12.13
94812026-07-16T23:04:01.481Z Fresh tungstenite v0.21.0
94822026-07-16T23:04:01.481Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
94832026-07-16T23:04:01.481Z Fresh xshell v0.2.7
94842026-07-16T23:04:01.481Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
94852026-07-16T23:04:01.481Z Fresh wyz v0.5.1
94862026-07-16T23:04:01.481Z Fresh funty v2.0.0
94872026-07-16T23:04:01.481Z Fresh crc-catalog v2.4.0
94882026-07-16T23:04:01.481Z Fresh zerocopy v0.6.6
94892026-07-16T23:04:01.481Z Fresh packed_struct_codegen v0.10.1
94902026-07-16T23:04:01.481Z Fresh bitfield-macros v0.19.4
94912026-07-16T23:04:01.481Z Fresh nodrop v0.1.14
94922026-07-16T23:04:01.481Z Fresh dsl_auto_type v0.2.0
94932026-07-16T23:04:01.481Z Fresh scheduled-thread-pool v0.2.7
94942026-07-16T23:04:01.481Z Fresh diesel_table_macro_syntax v0.3.0
94952026-07-16T23:04:01.481Z Fresh sqlparser v0.61.0
94962026-07-16T23:04:01.481Z Fresh hickory-resolver v0.25.2
94972026-07-16T23:04:01.481Z Fresh tokio-tungstenite v0.21.0
94982026-07-16T23:04:01.481Z Fresh libefi-sys v0.1.0
94992026-07-16T23:04:01.481Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
95002026-07-16T23:04:01.481Z Fresh radium v0.7.0
95012026-07-16T23:04:01.481Z Fresh maybe-uninit v2.0.0
95022026-07-16T23:04:01.481Z Fresh crc v3.4.0
95032026-07-16T23:04:01.481Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
95042026-07-16T23:04:01.481Z Fresh bitfield v0.19.4
95052026-07-16T23:04:01.481Z Fresh array-init v0.0.4
95062026-07-16T23:04:01.482Z Fresh hashbrown v0.12.3
95072026-07-16T23:04:01.482Z Fresh r2d2 v0.8.10
95082026-07-16T23:04:01.482Z Fresh ron v0.8.1
95092026-07-16T23:04:01.482Z Fresh hashbrown v0.13.2
95102026-07-16T23:04:01.482Z Fresh downcast-rs v2.0.2
95112026-07-16T23:04:01.482Z Fresh crc-any v2.5.0
95122026-07-16T23:04:01.482Z Fresh path-slash v0.1.5
95132026-07-16T23:04:01.482Z Fresh diff v0.1.13
95142026-07-16T23:04:01.482Z Fresh dirs-sys-next v0.1.2
95152026-07-16T23:04:01.482Z Fresh unicase v2.9.0
95162026-07-16T23:04:01.482Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
95172026-07-16T23:04:01.482Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
95182026-07-16T23:04:01.482Z Fresh bitvec v1.0.1
95192026-07-16T23:04:01.482Z Fresh smallvec v0.6.14
95202026-07-16T23:04:01.482Z Fresh diesel_derives v2.3.7
95212026-07-16T23:04:01.482Z Fresh indexmap v1.9.3
95222026-07-16T23:04:01.482Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
95232026-07-16T23:04:01.482Z Fresh vergen-lib v0.1.6
95242026-07-16T23:04:01.482Z Fresh dirs-next v2.0.0
95252026-07-16T23:04:01.482Z Fresh proc-macro-error-attr2 v2.0.0
95262026-07-16T23:04:01.482Z Fresh bit-vec v0.6.3
95272026-07-16T23:04:01.482Z Fresh num-derive v0.3.3
95282026-07-16T23:04:01.482Z Fresh itertools v0.10.5
95292026-07-16T23:04:01.482Z Fresh ena v0.14.4
95302026-07-16T23:04:01.482Z Fresh libloading v0.8.9
95312026-07-16T23:04:01.482Z Fresh regex-syntax v0.6.29
95322026-07-16T23:04:01.482Z Fresh cexpr v0.6.0
95332026-07-16T23:04:01.482Z Fresh papergrid v0.17.0
95342026-07-16T23:04:01.482Z Fresh testing_table v0.3.0
95352026-07-16T23:04:01.482Z Fresh packed_struct v0.10.1
95362026-07-16T23:04:01.482Z Fresh serde-hex v0.1.0
95372026-07-16T23:04:01.482Z Fresh diesel v2.3.11
95382026-07-16T23:04:01.482Z Fresh vergen-gitcl v1.0.8
95392026-07-16T23:04:01.482Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
95402026-07-16T23:04:01.482Z Fresh object v0.30.4
95412026-07-16T23:04:01.482Z Fresh term v0.7.0
95422026-07-16T23:04:01.482Z Fresh crunchy v0.2.4
95432026-07-16T23:04:01.482Z Fresh proc-macro-error2 v2.0.1
95442026-07-16T23:04:01.482Z Fresh bit-set v0.5.3
95452026-07-16T23:04:01.482Z Fresh libscf-sys v1.1.0
95462026-07-16T23:04:01.483Z Fresh rustc-hash v2.1.1
95472026-07-16T23:04:01.483Z Fresh progenitor-impl v0.13.0
95482026-07-16T23:04:01.483Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
95492026-07-16T23:04:01.483Z Fresh progenitor-client v0.13.0
95502026-07-16T23:04:01.483Z Fresh strum_macros v0.24.3
95512026-07-16T23:04:01.483Z Fresh half v1.8.3
95522026-07-16T23:04:01.483Z Fresh indoc v1.0.9
95532026-07-16T23:04:01.483Z Fresh quick-xml v0.37.5
95542026-07-16T23:04:01.483Z Fresh oso-derive v0.27.3
95552026-07-16T23:04:01.483Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
95562026-07-16T23:04:01.483Z Fresh ascii-canvas v3.0.0
95572026-07-16T23:04:01.483Z Fresh tiny-keccak v2.0.2
95582026-07-16T23:04:01.483Z Fresh tabled_derive v0.11.0
95592026-07-16T23:04:01.483Z Fresh clang-sys v1.8.1
95602026-07-16T23:04:01.483Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
95612026-07-16T23:04:01.483Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
95622026-07-16T23:04:01.487Z Fresh progenitor-macro v0.13.0
95632026-07-16T23:04:01.487Z Fresh serde_cbor v0.11.2
95642026-07-16T23:04:01.487Z Fresh impl-trait-for-tuples v0.2.3
95652026-07-16T23:04:01.487Z Fresh openssl-probe v0.1.6
95662026-07-16T23:04:01.487Z Fresh crc8 v0.1.1
95672026-07-16T23:04:01.487Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
95682026-07-16T23:04:01.487Z Fresh trait-variant v0.1.2
95692026-07-16T23:04:01.487Z Fresh bb8 v0.8.6
95702026-07-16T23:04:01.487Z Fresh diesel-dtrace v0.5.0
95712026-07-16T23:04:01.487Z Fresh fxhash v0.2.1
95722026-07-16T23:04:01.488Z Fresh nonempty v0.12.0
95732026-07-16T23:04:01.488Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
95742026-07-16T23:04:01.488Z Fresh lalrpop v0.19.12
95752026-07-16T23:04:01.488Z Fresh tabled v0.20.0
95762026-07-16T23:04:01.488Z Fresh bindgen v0.71.1
95772026-07-16T23:04:01.488Z Fresh progenitor v0.13.0
95782026-07-16T23:04:01.488Z Fresh libxml v0.3.3
95792026-07-16T23:04:01.488Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
95802026-07-16T23:04:01.488Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
95812026-07-16T23:04:01.488Z Fresh async-bb8-diesel v0.2.1
95822026-07-16T23:04:01.488Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
95832026-07-16T23:04:01.488Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
95842026-07-16T23:04:01.488Z Fresh rfc6979 v0.4.0
95852026-07-16T23:04:01.488Z Fresh arc-swap v1.8.2
95862026-07-16T23:04:01.488Z Fresh cpubits v0.1.1
95872026-07-16T23:04:01.488Z Fresh primeorder v0.13.6
95882026-07-16T23:04:01.488Z Fresh predicates-tree v1.0.13
95892026-07-16T23:04:01.488Z Fresh git-stub v1.0.0
95902026-07-16T23:04:01.488Z Fresh kstat-rs v0.2.4
95912026-07-16T23:04:01.488Z Fresh ignore v0.4.25
95922026-07-16T23:04:01.488Z Fresh pem-rfc7468 v1.0.0
95932026-07-16T23:04:01.488Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
95942026-07-16T23:04:01.488Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
95952026-07-16T23:04:01.488Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
95962026-07-16T23:04:01.488Z Fresh salty v0.3.0
95972026-07-16T23:04:01.488Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
95982026-07-16T23:04:01.489Z Fresh slog-scope v4.4.1
95992026-07-16T23:04:01.489Z Fresh ecdsa v0.16.9
96002026-07-16T23:04:01.489Z Fresh git-stub-vcs v0.1.0
96012026-07-16T23:04:01.489Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
96022026-07-16T23:04:01.489Z Fresh globwalk v0.9.1
96032026-07-16T23:04:01.489Z Fresh prefix-trie v0.7.0
96042026-07-16T23:04:01.489Z Fresh parse-size v1.1.0
96052026-07-16T23:04:01.489Z Fresh hmac v0.13.0
96062026-07-16T23:04:01.489Z Fresh universal-hash v0.6.1
96072026-07-16T23:04:01.489Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
96082026-07-16T23:04:01.489Z Fresh corncobs v0.1.4
96092026-07-16T23:04:01.489Z Fresh secrecy v0.8.0
96102026-07-16T23:04:01.489Z Fresh nanorand v0.7.0
96112026-07-16T23:04:01.489Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
96122026-07-16T23:04:01.489Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
96132026-07-16T23:04:01.489Z Fresh p384 v0.13.1
96142026-07-16T23:04:01.489Z Fresh slog-stdlog v4.1.1
96152026-07-16T23:04:01.489Z Fresh parking_lot_core v0.8.6
96162026-07-16T23:04:01.489Z Fresh fs-err v2.11.0
96172026-07-16T23:04:01.489Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
96182026-07-16T23:04:01.489Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
96192026-07-16T23:04:01.489Z Fresh camino-tempfile-ext v0.3.3
96202026-07-16T23:04:01.489Z Fresh hickory-server v0.25.2
96212026-07-16T23:04:01.489Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
96222026-07-16T23:04:01.489Z Fresh flume v0.11.1
96232026-07-16T23:04:01.489Z Fresh polyval v0.7.1
96242026-07-16T23:04:01.489Z Fresh der v0.8.0
96252026-07-16T23:04:01.489Z Fresh http-range v0.1.5
96262026-07-16T23:04:01.489Z Fresh void v1.0.2
96272026-07-16T23:04:01.489Z Fresh pbkdf2 v0.13.0
96282026-07-16T23:04:01.489Z Fresh aes v0.9.1
96292026-07-16T23:04:01.489Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
96302026-07-16T23:04:01.490Z Fresh tungstenite v0.23.0
96312026-07-16T23:04:01.490Z Fresh polar-core v0.27.3
96322026-07-16T23:04:01.490Z Fresh samael v0.0.19
96332026-07-16T23:04:01.490Z Fresh slog-envlogger v2.2.0
96342026-07-16T23:04:01.490Z Fresh parking_lot v0.11.2
96352026-07-16T23:04:01.490Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
96362026-07-16T23:04:01.490Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
96372026-07-16T23:04:01.490Z Fresh ghash v0.6.0
96382026-07-16T23:04:01.490Z Fresh lzss v0.8.2
96392026-07-16T23:04:01.490Z Fresh nix v0.27.1
96402026-07-16T23:04:01.490Z Fresh ctr v0.10.1
96412026-07-16T23:04:01.490Z Fresh sha2 v0.11.0
96422026-07-16T23:04:01.490Z Fresh aead v0.6.1
96432026-07-16T23:04:01.490Z Fresh rand_seeder v0.4.0
96442026-07-16T23:04:01.490Z Fresh atty v0.2.14
96452026-07-16T23:04:01.490Z Fresh serde_bytes v0.11.19
96462026-07-16T23:04:01.490Z Fresh tokio-tungstenite v0.23.1
96472026-07-16T23:04:01.490Z Fresh spki v0.8.0
96482026-07-16T23:04:01.490Z Fresh crypto-bigint v0.7.5
96492026-07-16T23:04:01.490Z Fresh signal-hook-tokio v0.3.1
96502026-07-16T23:04:01.490Z Fresh oso v0.27.3
96512026-07-16T23:04:01.490Z Fresh sled v0.34.7
96522026-07-16T23:04:01.490Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
96532026-07-16T23:04:01.490Z Fresh mime_guess v2.0.5
96542026-07-16T23:04:01.490Z Fresh illumos-nvpair-sys v0.2.0
96552026-07-16T23:04:01.490Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
96562026-07-16T23:04:01.490Z Fresh aes-gcm v0.11.0
96572026-07-16T23:04:01.490Z Fresh cbc v0.2.1
96582026-07-16T23:04:01.490Z Fresh salsa20 v0.11.0
96592026-07-16T23:04:01.490Z Fresh assert_matches v1.5.0
96602026-07-16T23:04:01.490Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
96612026-07-16T23:04:01.490Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
96622026-07-16T23:04:01.494Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
96632026-07-16T23:04:01.494Z Fresh is_ci v1.2.0
96642026-07-16T23:04:01.494Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
96652026-07-16T23:04:01.494Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
96662026-07-16T23:04:01.494Z Fresh yansi v1.0.1
96672026-07-16T23:04:01.495Z Fresh hyper-staticfile v0.10.1
96682026-07-16T23:04:01.495Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
96692026-07-16T23:04:01.495Z Fresh scrypt v0.12.0
96702026-07-16T23:04:01.495Z Fresh illumos-nvpair v0.3.0
96712026-07-16T23:04:01.495Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
96722026-07-16T23:04:01.495Z Fresh pretty_assertions v1.4.1
96732026-07-16T23:04:01.495Z Fresh ff v0.14.0
96742026-07-16T23:04:01.495Z Fresh signature v3.0.0
96752026-07-16T23:04:01.495Z Fresh indoc v2.0.7
96762026-07-16T23:04:01.495Z Fresh base16ct v1.0.0
96772026-07-16T23:04:01.495Z Fresh hkdf v0.13.0
96782026-07-16T23:04:01.495Z Fresh castaway v0.2.4
96792026-07-16T23:04:01.495Z Fresh gimli v0.32.3
96802026-07-16T23:04:01.495Z Fresh unicode-truncate v1.1.0
96812026-07-16T23:04:01.495Z Fresh console v0.16.2
96822026-07-16T23:04:01.495Z Fresh pkcs5 v0.8.1
96832026-07-16T23:04:01.495Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
96842026-07-16T23:04:01.495Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
96852026-07-16T23:04:01.495Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
96862026-07-16T23:04:01.495Z Fresh sec1 v0.8.1
96872026-07-16T23:04:01.495Z Fresh group v0.14.0
96882026-07-16T23:04:01.495Z Fresh addr2line v0.25.1
96892026-07-16T23:04:01.495Z Fresh compact_str v0.8.1
96902026-07-16T23:04:01.495Z Fresh lru v0.12.5
96912026-07-16T23:04:01.495Z Fresh cassowary v0.3.0
96922026-07-16T23:04:01.495Z Fresh arrayref v0.3.9
96932026-07-16T23:04:01.495Z Fresh unit-prefix v0.5.2
96942026-07-16T23:04:01.495Z Fresh arrayvec v0.7.6
96952026-07-16T23:04:01.495Z Fresh constant_time_eq v0.4.2
96962026-07-16T23:04:01.495Z Fresh rustc-demangle v0.1.27
96972026-07-16T23:04:01.495Z Fresh rfc6979 v0.5.0
96982026-07-16T23:04:01.495Z Fresh concurrent-queue v2.5.0
96992026-07-16T23:04:01.495Z Fresh plotters-backend v0.3.7
97002026-07-16T23:04:01.495Z Fresh parking v2.2.1
97012026-07-16T23:04:01.495Z Fresh pkcs8 v0.11.0
97022026-07-16T23:04:01.495Z Fresh instability v0.3.11
97032026-07-16T23:04:01.495Z Fresh libz-sys v1.1.24
97042026-07-16T23:04:01.496Z Fresh backtrace v0.3.76
97052026-07-16T23:04:01.496Z Fresh indicatif v0.18.4
97062026-07-16T23:04:01.496Z Fresh event-listener v5.4.1
97072026-07-16T23:04:01.496Z Fresh plotters-svg v0.3.7
97082026-07-16T23:04:01.496Z Fresh primefield v0.14.0
97092026-07-16T23:04:01.496Z Fresh supports-color v2.1.0
97102026-07-16T23:04:01.496Z Fresh textwrap v0.15.2
97112026-07-16T23:04:01.496Z Fresh supports-unicode v2.1.0
97122026-07-16T23:04:01.496Z Fresh supports-hyperlinks v2.1.0
97132026-07-16T23:04:01.496Z Fresh hashbrown v0.14.5
97142026-07-16T23:04:01.496Z Fresh miette-derive v5.10.0
97152026-07-16T23:04:01.496Z Fresh terminal_size v0.1.17
97162026-07-16T23:04:01.496Z Fresh owo-colors v3.5.0
97172026-07-16T23:04:01.496Z Fresh shell-words v1.1.1
97182026-07-16T23:04:01.496Z Fresh cast v0.3.0
97192026-07-16T23:04:01.496Z Fresh supports-color v3.0.2
97202026-07-16T23:04:01.496Z Fresh ssh-encoding v0.3.0-rc.9
97212026-07-16T23:04:01.496Z Fresh elliptic-curve v0.14.0-rc.33
97222026-07-16T23:04:01.496Z Fresh libgit2-sys v0.18.3+1.9.2
97232026-07-16T23:04:01.496Z Fresh ratatui v0.29.0
97242026-07-16T23:04:01.496Z Fresh backtrace-ext v0.2.1
97252026-07-16T23:04:01.496Z Fresh criterion-plot v0.6.0
97262026-07-16T23:04:01.496Z Fresh plotters v0.3.7
97272026-07-16T23:04:01.496Z Fresh event-listener-strategy v0.5.4
97282026-07-16T23:04:01.496Z Fresh chumsky v0.9.3
97292026-07-16T23:04:01.496Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
97302026-07-16T23:04:01.496Z Fresh knuffel-derive v3.2.0
97312026-07-16T23:04:01.496Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
97322026-07-16T23:04:01.496Z Fresh tinytemplate v1.2.1
97332026-07-16T23:04:01.496Z Fresh rtoolbox v0.0.3
97342026-07-16T23:04:01.496Z Fresh oorandom v11.1.5
97352026-07-16T23:04:01.496Z Fresh futures-timer v3.0.3
97362026-07-16T23:04:01.496Z Fresh anes v0.1.6
97372026-07-16T23:04:01.496Z Fresh ed25519 v3.0.0
97382026-07-16T23:04:01.496Z Fresh pkcs1 v0.8.0-rc.4
97392026-07-16T23:04:01.496Z Fresh crypto-primes v0.7.2
97402026-07-16T23:04:01.496Z Fresh primeorder v0.14.0-rc.10
97412026-07-16T23:04:01.496Z Fresh ecdsa v0.17.0-rc.18
97422026-07-16T23:04:01.496Z Fresh git2 v0.20.4
97432026-07-16T23:04:01.497Z Fresh miette v5.10.0
97442026-07-16T23:04:01.497Z Fresh blake3 v1.8.5
97452026-07-16T23:04:01.497Z Fresh tui-tree-widget v0.23.1
97462026-07-16T23:04:01.497Z Fresh curve25519-dalek v5.0.0-rc.0
97472026-07-16T23:04:01.497Z Fresh petname v2.0.2
97482026-07-16T23:04:01.497Z Fresh rpassword v7.4.0
97492026-07-16T23:04:01.497Z Fresh async-lock v3.4.2
97502026-07-16T23:04:01.497Z Fresh criterion v0.7.0
97512026-07-16T23:04:01.497Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
97522026-07-16T23:04:01.497Z Fresh poly1305 v0.9.0
97532026-07-16T23:04:01.497Z Fresh tokio-test v0.4.5
97542026-07-16T23:04:01.497Z Fresh blowfish v0.10.0
97552026-07-16T23:04:01.497Z Fresh colored v2.2.0
97562026-07-16T23:04:01.497Z Fresh blake2 v0.11.0-rc.6
97572026-07-16T23:04:01.497Z Fresh sapling-renderdag v0.1.0
97582026-07-16T23:04:01.497Z Fresh vergen-git2 v9.1.0
97592026-07-16T23:04:01.497Z Fresh knuffel v3.2.0
97602026-07-16T23:04:01.497Z Fresh keccak v0.2.0
97612026-07-16T23:04:01.497Z Fresh topological-sort v0.2.2
97622026-07-16T23:04:01.501Z Fresh sync-ptr v0.1.4
97632026-07-16T23:04:01.501Z Fresh fiat-crypto v0.3.0
97642026-07-16T23:04:01.501Z Fresh p256 v0.14.0-rc.10
97652026-07-16T23:04:01.501Z Fresh argon2 v0.6.0-rc.8
97662026-07-16T23:04:01.501Z Fresh ed25519-dalek v3.0.0-rc.0
97672026-07-16T23:04:01.501Z Fresh ssh-cipher v0.3.0-rc.9
97682026-07-16T23:04:01.501Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
97692026-07-16T23:04:01.501Z Fresh target-lexicon v0.13.3
97702026-07-16T23:04:01.501Z Fresh bcrypt-pbkdf v0.11.0
97712026-07-16T23:04:01.501Z Fresh async-object-pool v0.2.0
97722026-07-16T23:04:01.501Z Fresh p521 v0.14.0-rc.10
97732026-07-16T23:04:01.501Z Fresh rsa v0.10.0-rc.18
97742026-07-16T23:04:01.502Z Fresh p384 v0.14.0-rc.10
97752026-07-16T23:04:01.502Z Fresh sha3 v0.11.0
97762026-07-16T23:04:01.502Z Fresh omicron-zone-package v0.12.3
97772026-07-16T23:04:01.502Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
97782026-07-16T23:04:01.502Z Fresh twox-hash v2.1.2
97792026-07-16T23:04:01.502Z Fresh kem v0.3.0
97802026-07-16T23:04:01.502Z Fresh module-lattice v0.2.3
97812026-07-16T23:04:01.502Z Fresh assert-json-diff v2.0.2
97822026-07-16T23:04:01.502Z Fresh serde_regex v1.1.0
97832026-07-16T23:04:01.502Z Fresh path-tree v0.8.3
97842026-07-16T23:04:01.502Z Fresh stringmetrics v2.2.2
97852026-07-16T23:04:01.502Z Fresh cfg-expr v0.20.6
97862026-07-16T23:04:01.502Z Fresh russh-cryptovec v0.61.0
97872026-07-16T23:04:01.502Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
97882026-07-16T23:04:01.502Z Fresh ml-kem v0.3.2
97892026-07-16T23:04:01.502Z Fresh httpmock v0.8.3
97902026-07-16T23:04:01.502Z Fresh guppy-workspace-hack v0.1.0
97912026-07-16T23:04:01.502Z Fresh ssh-key v0.7.0-rc.10
97922026-07-16T23:04:01.502Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
97932026-07-16T23:04:01.502Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
97942026-07-16T23:04:01.502Z Fresh internal-russh-num-bigint v0.5.0
97952026-07-16T23:04:01.502Z Fresh httptest v0.16.4
97962026-07-16T23:04:01.502Z Fresh fatfs v0.3.6
97972026-07-16T23:04:01.502Z Fresh num-bigint v0.4.6
97982026-07-16T23:04:01.502Z Fresh russh-util v0.52.0
97992026-07-16T23:04:01.502Z Fresh generic-array v1.4.3
98002026-07-16T23:04:01.502Z Fresh enum_dispatch v0.3.13
98012026-07-16T23:04:01.502Z Fresh delegate v0.13.5
98022026-07-16T23:04:01.502Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
98032026-07-16T23:04:01.502Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
98042026-07-16T23:04:01.502Z Fresh hex-literal v0.4.1
98052026-07-16T23:04:01.502Z Fresh seq-macro v0.3.6
98062026-07-16T23:04:01.502Z Fresh hex-literal v1.1.0
98072026-07-16T23:04:01.502Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
98082026-07-16T23:04:01.502Z Fresh escape8259 v0.5.3
98092026-07-16T23:04:01.503Z Fresh relative-path v1.9.3
98102026-07-16T23:04:01.503Z Fresh md5 v0.8.0
98112026-07-16T23:04:01.503Z Fresh linkme-impl v0.3.35
98122026-07-16T23:04:01.503Z Fresh target-triple v1.0.0
98132026-07-16T23:04:01.503Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
98142026-07-16T23:04:01.503Z Fresh target-spec v3.5.7
98152026-07-16T23:04:01.503Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
98162026-07-16T23:04:01.503Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
98172026-07-16T23:04:01.503Z Fresh blake2b_simd v1.0.4
98182026-07-16T23:04:01.503Z Fresh similar-asserts v1.7.0
98192026-07-16T23:04:01.503Z Fresh fancy-regex v0.14.0
98202026-07-16T23:04:01.503Z Fresh pathdiff v0.2.3
98212026-07-16T23:04:01.503Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
98222026-07-16T23:04:01.503Z Fresh approx v0.5.1
98232026-07-16T23:04:01.503Z Fresh uzers v0.12.2
98242026-07-16T23:04:01.503Z Fresh socket2 v0.5.10
98252026-07-16T23:04:01.503Z Fresh constant_time_eq v0.3.1
98262026-07-16T23:04:01.503Z Fresh termcolor v1.4.1
98272026-07-16T23:04:01.503Z Fresh internet-checksum v0.2.1
98282026-07-16T23:04:01.503Z Fresh nested v0.1.1
98292026-07-16T23:04:01.503Z Fresh libtest-mimic v0.8.1
98302026-07-16T23:04:01.503Z Fresh rstest_macros v0.25.0
98312026-07-16T23:04:01.503Z Fresh russh v0.61.2
98322026-07-16T23:04:01.503Z Fresh guppy v0.17.25
98332026-07-16T23:04:01.503Z Fresh assert_cmd v2.1.2
98342026-07-16T23:04:01.503Z Fresh rust-argon2 v2.1.0
98352026-07-16T23:04:01.503Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
98362026-07-16T23:04:01.503Z Fresh trybuild v1.0.116
98372026-07-16T23:04:01.503Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
98382026-07-16T23:04:01.503Z Fresh hickory-client v0.25.2
98392026-07-16T23:04:01.503Z Fresh partial-io v0.5.4
98402026-07-16T23:04:01.503Z Fresh rand_distr v0.5.1
98412026-07-16T23:04:01.503Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
98422026-07-16T23:04:01.503Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
98432026-07-16T23:04:01.503Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
98442026-07-16T23:04:01.503Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
98452026-07-16T23:04:01.503Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
98462026-07-16T23:04:01.503Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
98472026-07-16T23:04:01.504Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
98482026-07-16T23:04:01.504Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
98492026-07-16T23:04:01.504Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
98502026-07-16T23:04:01.504Z Fresh linkme v0.3.35
98512026-07-16T23:04:01.504Z Fresh rstest v0.25.0
98522026-07-16T23:04:01.504Z Fresh datatest-stable v0.3.3
98532026-07-16T23:04:01.504Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
98542026-07-16T23:04:01.504Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
98552026-07-16T23:04:01.504Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
98562026-07-16T23:04:01.504Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
98572026-07-16T23:04:01.504Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
98582026-07-16T23:04:01.504Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
98592026-07-16T23:04:01.504Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
98602026-07-16T23:04:01.504Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
98612026-07-16T23:04:01.504Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
98622026-07-16T23:04:01.509Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
98632026-07-16T23:04:01.509Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
98642026-07-16T23:04:01.509Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
98652026-07-16T23:04:01.509Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
98662026-07-16T23:04:01.509Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
98672026-07-16T23:04:01.509Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
98682026-07-16T23:04:01.510Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
98692026-07-16T23:04:01.510Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
98702026-07-16T23:04:01.510Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
98712026-07-16T23:04:01.510Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
98722026-07-16T23:04:01.510Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
98732026-07-16T23:04:01.510Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
98742026-07-16T23:04:01.510Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
98752026-07-16T23:04:01.510Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
98762026-07-16T23:04:01.510Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
98772026-07-16T23:04:01.510Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
98782026-07-16T23:04:01.510Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
98792026-07-16T23:04:01.510Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
98802026-07-16T23:04:01.510Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
98812026-07-16T23:04:01.510Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
98822026-07-16T23:04:01.510Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
98832026-07-16T23:04:01.510Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
98842026-07-16T23:04:01.510Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
98852026-07-16T23:04:01.510Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
98862026-07-16T23:04:01.510Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
98872026-07-16T23:04:01.510Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
98882026-07-16T23:04:01.510Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
98892026-07-16T23:04:01.510Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
98902026-07-16T23:04:01.510Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
98912026-07-16T23:04:01.510Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
98922026-07-16T23:04:01.510Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
98932026-07-16T23:04:01.510Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
98942026-07-16T23:04:01.510Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
98952026-07-16T23:04:01.510Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
98962026-07-16T23:04:01.510Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
98972026-07-16T23:04:01.510Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
98982026-07-16T23:04:01.510Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
98992026-07-16T23:04:01.510Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
99002026-07-16T23:04:01.510Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
99012026-07-16T23:04:01.510Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
99022026-07-16T23:04:01.511Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
99032026-07-16T23:04:01.511Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
99042026-07-16T23:04:01.511Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
99052026-07-16T23:04:01.511Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
99062026-07-16T23:04:01.511Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
99072026-07-16T23:04:01.511Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
99082026-07-16T23:04:01.511Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
99092026-07-16T23:04:01.511Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
99102026-07-16T23:04:01.511Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
99112026-07-16T23:04:01.511Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
99122026-07-16T23:04:01.511Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
99132026-07-16T23:04:01.511Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
99142026-07-16T23:04:01.511Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
99152026-07-16T23:04:01.511Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
99162026-07-16T23:04:01.511Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
99172026-07-16T23:04:01.511Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
99182026-07-16T23:04:01.511Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
99192026-07-16T23:04:01.511Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
99202026-07-16T23:04:01.511Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
99212026-07-16T23:04:01.511Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
99222026-07-16T23:04:01.511Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
99232026-07-16T23:04:01.511Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
99242026-07-16T23:04:01.511Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
99252026-07-16T23:04:01.511Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
99262026-07-16T23:04:01.511Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
99272026-07-16T23:04:01.511Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
99282026-07-16T23:04:01.511Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
99292026-07-16T23:04:01.511Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
99302026-07-16T23:04:01.511Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
99312026-07-16T23:04:01.511Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
99322026-07-16T23:04:01.511Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
99332026-07-16T23:04:01.511Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
99342026-07-16T23:04:01.511Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
99352026-07-16T23:04:01.512Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
99362026-07-16T23:04:01.512Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
99372026-07-16T23:04:01.512Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
99382026-07-16T23:04:01.512Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
99392026-07-16T23:04:01.512Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
99402026-07-16T23:04:01.512Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
99412026-07-16T23:04:01.512Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
99422026-07-16T23:04:01.512Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
99432026-07-16T23:04:01.512Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
99442026-07-16T23:04:01.512Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
99452026-07-16T23:04:01.512Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
99462026-07-16T23:04:01.512Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
99472026-07-16T23:04:01.512Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
99482026-07-16T23:04:01.512Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
99492026-07-16T23:04:01.512Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
99502026-07-16T23:04:01.512Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
99512026-07-16T23:04:01.512Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
99522026-07-16T23:04:01.512Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
99532026-07-16T23:04:01.512Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
99542026-07-16T23:04:01.512Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
99552026-07-16T23:04:01.512Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
99562026-07-16T23:04:01.512Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
99572026-07-16T23:04:01.512Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
99582026-07-16T23:04:01.512Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
99592026-07-16T23:04:01.512Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
99602026-07-16T23:04:01.512Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
99612026-07-16T23:04:01.512Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
99622026-07-16T23:04:01.519Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
99632026-07-16T23:04:01.519Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
99642026-07-16T23:04:01.519Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
99652026-07-16T23:04:01.519Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
99662026-07-16T23:04:01.519Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
99672026-07-16T23:04:01.519Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
99682026-07-16T23:04:01.519Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
99692026-07-16T23:04:01.519Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
99702026-07-16T23:04:01.519Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
99712026-07-16T23:04:01.519Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
99722026-07-16T23:04:01.519Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
99732026-07-16T23:04:01.519Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
99742026-07-16T23:04:01.519Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
99752026-07-16T23:04:01.520Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
99762026-07-16T23:04:01.520Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
99772026-07-16T23:04:01.520Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
99782026-07-16T23:04:01.520Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
99792026-07-16T23:04:01.520Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
99802026-07-16T23:04:01.520Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
99812026-07-16T23:04:01.520Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
99822026-07-16T23:04:01.520Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
99832026-07-16T23:04:01.520Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
99842026-07-16T23:04:01.520Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
99852026-07-16T23:04:01.520Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
99862026-07-16T23:04:01.520Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
99872026-07-16T23:04:01.520Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
99882026-07-16T23:04:01.520Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
99892026-07-16T23:04:01.520Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
99902026-07-16T23:04:01.520Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
99912026-07-16T23:04:01.520Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
99922026-07-16T23:04:01.520Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
99932026-07-16T23:04:01.520Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
99942026-07-16T23:04:01.520Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
99952026-07-16T23:04:01.520Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
99962026-07-16T23:04:01.520Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
99972026-07-16T23:04:01.520Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
99982026-07-16T23:04:01.520Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
99992026-07-16T23:04:01.520Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
100002026-07-16T23:04:01.520Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
100012026-07-16T23:04:01.521Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
100022026-07-16T23:04:01.521Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
100032026-07-16T23:04:01.521Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
100042026-07-16T23:04:01.521Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
100052026-07-16T23:04:01.521Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
100062026-07-16T23:04:01.521Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
100072026-07-16T23:04:01.521Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
100082026-07-16T23:04:01.521Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
100092026-07-16T23:04:01.521Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
100102026-07-16T23:04:01.521Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
100112026-07-16T23:04:01.521Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.16s
100122026-07-16T23:04:01.586Z Doc-tests api_identity
100132026-07-16T23:04:01.590Z 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-55f5d4afce3d242a.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
100142026-07-16T23:04:01.640Z
100152026-07-16T23:04:01.640Zrunning 0 tests
100162026-07-16T23:04:01.640Z
100172026-07-16T23:04:01.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100182026-07-16T23:04:01.640Z
100192026-07-16T23:04:01.648Z Doc-tests authz_macros
100202026-07-16T23:04:01.648Z 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-74441cbe9b8d31b2.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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
100212026-07-16T23:04:02.105Z
100222026-07-16T23:04:02.105Zrunning 7 tests
100232026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
100242026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
100252026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
100262026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
100272026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
100282026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
100292026-07-16T23:04:02.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
100302026-07-16T23:04:02.105Z
100312026-07-16T23:04:02.105Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-07-16T23:04:02.105Z
100332026-07-16T23:04:02.108Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
100342026-07-16T23:04:02.117Z Doc-tests bootstore
100352026-07-16T23:04:02.118Z 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-3828ed9f7c740f74.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-cdb9a996f4073e2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-db93ad9036e9b6d2.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-c43277cde92877f6.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`
100362026-07-16T23:04:02.362Z
100372026-07-16T23:04:02.362Zrunning 0 tests
100382026-07-16T23:04:02.362Z
100392026-07-16T23:04:02.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100402026-07-16T23:04:02.362Z
100412026-07-16T23:04:02.380Z Doc-tests bootstrap_agent_api
100422026-07-16T23:04:02.380Z 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-8ce7b443c74e009d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100432026-07-16T23:04:02.889Z
100442026-07-16T23:04:02.889Zrunning 2 tests
100452026-07-16T23:04:02.889Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
100462026-07-16T23:04:02.889Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
100472026-07-16T23:04:02.889Z
100482026-07-16T23:04:02.889Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100492026-07-16T23:04:02.889Z
100502026-07-16T23:04:02.892Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
100512026-07-16T23:04:02.910Z Doc-tests bootstrap_agent_client
100522026-07-16T23:04:02.914Z 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-30fe023ed7ddd1a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
100532026-07-16T23:04:03.142Z
100542026-07-16T23:04:03.142Zrunning 0 tests
100552026-07-16T23:04:03.142Z
100562026-07-16T23:04:03.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100572026-07-16T23:04:03.142Z
100582026-07-16T23:04:03.165Z Doc-tests bootstrap_agent_lockstep_api
100592026-07-16T23:04:03.165Z 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-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100602026-07-16T23:04:03.699Z
100612026-07-16T23:04:03.699Zrunning 2 tests
100622026-07-16T23:04:03.699Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
100632026-07-16T23:04:03.699Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
100642026-07-16T23:04:03.700Z
100652026-07-16T23:04:03.700Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100662026-07-16T23:04:03.700Z
100672026-07-16T23:04:03.704Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
100682026-07-16T23:04:03.724Z Doc-tests bootstrap_agent_lockstep_client
100692026-07-16T23:04:03.728Z 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-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
100702026-07-16T23:04:04.065Z
100712026-07-16T23:04:04.065Zrunning 0 tests
100722026-07-16T23:04:04.065Z
100732026-07-16T23:04:04.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100742026-07-16T23:04:04.065Z
100752026-07-16T23:04:04.092Z Doc-tests bootstrap_agent_lockstep_types
100762026-07-16T23:04:04.092Z 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-8d9e39d182030183.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
100772026-07-16T23:04:04.310Z
100782026-07-16T23:04:04.310Zrunning 0 tests
100792026-07-16T23:04:04.310Z
100802026-07-16T23:04:04.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100812026-07-16T23:04:04.310Z
100822026-07-16T23:04:04.332Z Doc-tests clickana
100832026-07-16T23:04:04.332Z 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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-79f289e362ecede5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100842026-07-16T23:04:04.530Z
100852026-07-16T23:04:04.530Zrunning 0 tests
100862026-07-16T23:04:04.530Z
100872026-07-16T23:04:04.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100882026-07-16T23:04:04.530Z
100892026-07-16T23:04:04.551Z Doc-tests clickhouse_admin_api
100902026-07-16T23:04:04.551Z 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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-500d59e025f86734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
100912026-07-16T23:04:05.089Z
100922026-07-16T23:04:05.089Zrunning 6 tests
100932026-07-16T23:04:05.089Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
100942026-07-16T23:04:05.089Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
100952026-07-16T23:04:05.089Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
100962026-07-16T23:04:05.089Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
100972026-07-16T23:04:05.089Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
100982026-07-16T23:04:05.089Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
100992026-07-16T23:04:05.090Z
101002026-07-16T23:04:05.093Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
101012026-07-16T23:04:05.093Z
101022026-07-16T23:04:05.093Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
101032026-07-16T23:04:05.113Z Doc-tests clickhouse_admin_keeper_client
101042026-07-16T23:04:05.113Z 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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
101052026-07-16T23:04:05.470Z
101062026-07-16T23:04:05.470Zrunning 0 tests
101072026-07-16T23:04:05.470Z
101082026-07-16T23:04:05.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101092026-07-16T23:04:05.470Z
101102026-07-16T23:04:05.497Z Doc-tests clickhouse_admin_server_client
101112026-07-16T23:04:05.497Z 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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
101122026-07-16T23:04:05.862Z
101132026-07-16T23:04:05.862Zrunning 0 tests
101142026-07-16T23:04:05.862Z
101152026-07-16T23:04:05.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101162026-07-16T23:04:05.862Z
101172026-07-16T23:04:05.889Z Doc-tests clickhouse_admin_single_client
101182026-07-16T23:04:05.889Z 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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
101192026-07-16T23:04:06.074Z
101202026-07-16T23:04:06.074Zrunning 0 tests
101212026-07-16T23:04:06.074Z
101222026-07-16T23:04:06.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101232026-07-16T23:04:06.074Z
101242026-07-16T23:04:06.089Z Doc-tests clickhouse_admin_test_utils
101252026-07-16T23:04:06.089Z 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-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101262026-07-16T23:04:06.240Z
101272026-07-16T23:04:06.240Zrunning 0 tests
101282026-07-16T23:04:06.240Z
101292026-07-16T23:04:06.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101302026-07-16T23:04:06.240Z
101312026-07-16T23:04:06.256Z Doc-tests clickhouse_admin_types
101322026-07-16T23:04:06.256Z 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-724921aff3a5a609.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-500d59e025f86734.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101332026-07-16T23:04:06.399Z
101342026-07-16T23:04:06.399Zrunning 0 tests
101352026-07-16T23:04:06.399Z
101362026-07-16T23:04:06.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101372026-07-16T23:04:06.399Z
101382026-07-16T23:04:06.415Z Doc-tests clickhouse_admin_types_versions
101392026-07-16T23:04:06.415Z 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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-500d59e025f86734.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-72c96b2b7e03a967.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.rlib -L dependency=/work/oxidecomputer/omicron/target/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-16T23:04:07.172Z
101412026-07-16T23:04:07.172Zrunning 1 test
101422026-07-16T23:04:07.172Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
101432026-07-16T23:04:07.172Z
101442026-07-16T23:04:07.172Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101452026-07-16T23:04:07.172Z
101462026-07-16T23:04:07.175Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
101472026-07-16T23:04:07.206Z Doc-tests cockroach_admin_api
101482026-07-16T23:04:07.206Z 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-579023c4d60148b0.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
101492026-07-16T23:04:07.693Z
101502026-07-16T23:04:07.693Zrunning 2 tests
101512026-07-16T23:04:07.693Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
101522026-07-16T23:04:07.693Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
101532026-07-16T23:04:07.693Z
101542026-07-16T23:04:07.693Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101552026-07-16T23:04:07.693Z
101562026-07-16T23:04:07.697Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
101572026-07-16T23:04:07.710Z Doc-tests cockroach_admin_client
101582026-07-16T23:04:07.714Z 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-5c1967d3209b1f0d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
101592026-07-16T23:04:07.908Z
101602026-07-16T23:04:07.908Zrunning 0 tests
101612026-07-16T23:04:07.908Z
101622026-07-16T23:04:07.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101632026-07-16T23:04:07.908Z
101642026-07-16T23:04:07.926Z Doc-tests cockroach_admin_types
101652026-07-16T23:04:07.927Z 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-c100c6f8266300e6.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
101662026-07-16T23:04:08.003Z
101672026-07-16T23:04:08.003Zrunning 0 tests
101682026-07-16T23:04:08.003Z
101692026-07-16T23:04:08.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101702026-07-16T23:04:08.007Z
101712026-07-16T23:04:08.011Z Doc-tests cockroach_admin_types_versions
101722026-07-16T23:04:08.011Z 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-5c1967d3209b1f0d.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
101732026-07-16T23:04:08.495Z
101742026-07-16T23:04:08.495Zrunning 1 test
101752026-07-16T23:04:08.495Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
101762026-07-16T23:04:08.495Z
101772026-07-16T23:04:08.495Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101782026-07-16T23:04:08.495Z
101792026-07-16T23:04:08.499Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
101802026-07-16T23:04:08.513Z Doc-tests db_macros
101812026-07-16T23:04:08.513Z 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-794683267129d87f.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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
101822026-07-16T23:04:09.013Z
101832026-07-16T23:04:09.013Zrunning 3 tests
101842026-07-16T23:04:09.013Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
101852026-07-16T23:04:09.013Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
101862026-07-16T23:04:09.013Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
101872026-07-16T23:04:09.013Z
101882026-07-16T23:04:09.016Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
101892026-07-16T23:04:09.016Z
101902026-07-16T23:04:09.016Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
101912026-07-16T23:04:09.030Z Doc-tests dev_tools_common
101922026-07-16T23:04:09.031Z 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`
101932026-07-16T23:04:09.083Z
101942026-07-16T23:04:09.083Zrunning 0 tests
101952026-07-16T23:04:09.083Z
101962026-07-16T23:04:09.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101972026-07-16T23:04:09.083Z
101982026-07-16T23:04:09.090Z Doc-tests dns_server
101992026-07-16T23:04:09.090Z 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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
102002026-07-16T23:04:09.292Z
102012026-07-16T23:04:09.292Zrunning 0 tests
102022026-07-16T23:04:09.292Z
102032026-07-16T23:04:09.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102042026-07-16T23:04:09.292Z
102052026-07-16T23:04:09.312Z Doc-tests dns_server_api
102062026-07-16T23:04:09.312Z 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-5c1967d3209b1f0d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f35729aea32a1531.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
102072026-07-16T23:04:09.827Z
102082026-07-16T23:04:09.828Zrunning 2 tests
102092026-07-16T23:04:09.828Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
102102026-07-16T23:04:09.828Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
102112026-07-16T23:04:09.828Z
102122026-07-16T23:04:09.828Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102132026-07-16T23:04:09.828Z
102142026-07-16T23:04:09.833Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
102152026-07-16T23:04:09.853Z Doc-tests dns_service_client
102162026-07-16T23:04:09.853Z 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-5c1967d3209b1f0d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-f35729aea32a1531.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
102172026-07-16T23:04:10.064Z
102182026-07-16T23:04:10.064Zrunning 0 tests
102192026-07-16T23:04:10.064Z
102202026-07-16T23:04:10.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102212026-07-16T23:04:10.064Z
102222026-07-16T23:04:10.086Z Doc-tests end_to_end_tests
102232026-07-16T23:04:10.089Z 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-8d9e39d182030183.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-a0f92d504bde2a44.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.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-741e283204d81d92.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-4af9281e768f6173.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`
102242026-07-16T23:04:10.421Z
102252026-07-16T23:04:10.421Zrunning 0 tests
102262026-07-16T23:04:10.421Z
102272026-07-16T23:04:10.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102282026-07-16T23:04:10.422Z
102292026-07-16T23:04:10.450Z Doc-tests ereport_types
102302026-07-16T23:04:10.456Z 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-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
102312026-07-16T23:04:10.601Z
102322026-07-16T23:04:10.601Zrunning 0 tests
102332026-07-16T23:04:10.601Z
102342026-07-16T23:04:10.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102352026-07-16T23:04:10.601Z
102362026-07-16T23:04:10.613Z Doc-tests gateway_api
102372026-07-16T23:04:10.613Z 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-47744c16ff29c52e.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-2ca3c8bee68cd45f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c9eb82e23a1101c6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
102382026-07-16T23:04:11.143Z
102392026-07-16T23:04:11.143Zrunning 2 tests
102402026-07-16T23:04:11.143Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
102412026-07-16T23:04:11.143Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
102422026-07-16T23:04:11.143Z
102432026-07-16T23:04:11.143Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102442026-07-16T23:04:11.143Z
102452026-07-16T23:04:11.148Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
102462026-07-16T23:04:11.161Z Doc-tests gateway_client
102472026-07-16T23:04:11.161Z 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-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-0f8eec6f3100ca05.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
102482026-07-16T23:04:11.727Z
102492026-07-16T23:04:11.727Zrunning 0 tests
102502026-07-16T23:04:11.727Z
102512026-07-16T23:04:11.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102522026-07-16T23:04:11.727Z
102532026-07-16T23:04:11.758Z Doc-tests gateway_test_utils
102542026-07-16T23:04:11.758Z 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-47744c16ff29c52e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-03917786fe5fcca1.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`
102552026-07-16T23:04:12.094Z
102562026-07-16T23:04:12.095Zrunning 0 tests
102572026-07-16T23:04:12.095Z
102582026-07-16T23:04:12.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102592026-07-16T23:04:12.095Z
102602026-07-16T23:04:12.128Z Doc-tests gateway_types
102612026-07-16T23:04:12.128Z 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-0f8eec6f3100ca05.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
102622026-07-16T23:04:12.256Z
102632026-07-16T23:04:12.256Zrunning 0 tests
102642026-07-16T23:04:12.256Z
102652026-07-16T23:04:12.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102662026-07-16T23:04:12.256Z
102672026-07-16T23:04:12.270Z Doc-tests gateway_types_versions
102682026-07-16T23:04:12.270Z 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-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-aa8914d729a772b8.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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-f869c5adb5fe9c31.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`
102692026-07-16T23:04:13.022Z
102702026-07-16T23:04:13.022Zrunning 1 test
102712026-07-16T23:04:13.022Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
102722026-07-16T23:04:13.022Z
102732026-07-16T23:04:13.022Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
102742026-07-16T23:04:13.022Z
102752026-07-16T23:04:13.025Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
102762026-07-16T23:04:13.055Z Doc-tests gfss
102772026-07-16T23:04:13.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-a31d758ca56a95ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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`
102782026-07-16T23:04:13.152Z
102792026-07-16T23:04:13.152Zrunning 0 tests
102802026-07-16T23:04:13.152Z
102812026-07-16T23:04:13.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102822026-07-16T23:04:13.152Z
102832026-07-16T23:04:13.163Z Doc-tests illumos_utils
102842026-07-16T23:04:13.164Z 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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-0ffbe722cdc81f97.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-75022602542b1ad9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-acd5423646243a9c.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-4af9281e768f6173.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-c43277cde92877f6.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`
102852026-07-16T23:04:13.565Z
102862026-07-16T23:04:13.565Zrunning 0 tests
102872026-07-16T23:04:13.565Z
102882026-07-16T23:04:13.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102892026-07-16T23:04:13.565Z
102902026-07-16T23:04:13.595Z Doc-tests installinator
102912026-07-16T23:04:13.595Z 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-146b6e1ef17ef086.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-740d69e5fe127d57.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.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-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-7d2599b5b291405e.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-c43277cde92877f6.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-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
102922026-07-16T23:04:13.952Z
102932026-07-16T23:04:13.952Zrunning 0 tests
102942026-07-16T23:04:13.952Z
102952026-07-16T23:04:13.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102962026-07-16T23:04:13.952Z
102972026-07-16T23:04:13.983Z Doc-tests installinator_api
102982026-07-16T23:04:13.983Z 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-47744c16ff29c52e.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-c0135991ca1d03a0.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2c98a2751b510572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-f869c5adb5fe9c31.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
102992026-07-16T23:04:14.490Z
103002026-07-16T23:04:14.490Zrunning 2 tests
103012026-07-16T23:04:14.490Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
103022026-07-16T23:04:14.490Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
103032026-07-16T23:04:14.490Z
103042026-07-16T23:04:14.490Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103052026-07-16T23:04:14.490Z
103062026-07-16T23:04:14.493Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
103072026-07-16T23:04:14.512Z Doc-tests installinator_client
103082026-07-16T23:04:14.512Z 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-fbda81355f570bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4a3eb910ce9265bc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103092026-07-16T23:04:14.786Z
103102026-07-16T23:04:14.786Zrunning 0 tests
103112026-07-16T23:04:14.786Z
103122026-07-16T23:04:14.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103132026-07-16T23:04:14.786Z
103142026-07-16T23:04:14.806Z Doc-tests installinator_common
103152026-07-16T23:04:14.810Z 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-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-2c98a2751b510572.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-4a3eb910ce9265bc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103162026-07-16T23:04:15.056Z
103172026-07-16T23:04:15.056Zrunning 0 tests
103182026-07-16T23:04:15.056Z
103192026-07-16T23:04:15.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103202026-07-16T23:04:15.057Z
103212026-07-16T23:04:15.080Z Doc-tests installinator_common_versions
103222026-07-16T23:04:15.080Z 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-2c98a2751b510572.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
103232026-07-16T23:04:15.516Z
103242026-07-16T23:04:15.516Zrunning 1 test
103252026-07-16T23:04:15.516Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
103262026-07-16T23:04:15.516Z
103272026-07-16T23:04:15.516Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103282026-07-16T23:04:15.516Z
103292026-07-16T23:04:15.520Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
103302026-07-16T23:04:15.533Z Doc-tests internal_dns_resolver
103312026-07-16T23:04:15.533Z 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-6ba26675c4fac47a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5912a0242e3d7011.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e2e754f2445c2520.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
103322026-07-16T23:04:15.725Z
103332026-07-16T23:04:15.725Zrunning 0 tests
103342026-07-16T23:04:15.725Z
103352026-07-16T23:04:15.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103362026-07-16T23:04:15.725Z
103372026-07-16T23:04:15.747Z Doc-tests internal_dns_types
103382026-07-16T23:04:15.747Z 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-5c1967d3209b1f0d.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-789a9953d12eca7e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
103392026-07-16T23:04:15.921Z
103402026-07-16T23:04:15.921Zrunning 0 tests
103412026-07-16T23:04:15.922Z
103422026-07-16T23:04:15.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103432026-07-16T23:04:15.922Z
103442026-07-16T23:04:15.939Z Doc-tests internal_dns_types_versions
103452026-07-16T23:04:15.939Z 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-5c1967d3209b1f0d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-f35729aea32a1531.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
103462026-07-16T23:04:16.498Z
103472026-07-16T23:04:16.498Zrunning 1 test
103482026-07-16T23:04:16.498Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
103492026-07-16T23:04:16.498Z
103502026-07-16T23:04:16.498Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103512026-07-16T23:04:16.498Z
103522026-07-16T23:04:16.501Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
103532026-07-16T23:04:16.524Z Doc-tests ipcc
103542026-07-16T23:04:16.524Z 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-bdce2a3b52623f23.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f869c5adb5fe9c31.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103552026-07-16T23:04:16.623Z
103562026-07-16T23:04:16.623Zrunning 0 tests
103572026-07-16T23:04:16.623Z
103582026-07-16T23:04:16.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103592026-07-16T23:04:16.623Z
103602026-07-16T23:04:16.634Z Doc-tests key_manager
103612026-07-16T23:04:16.634Z 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-ae95e0ae21149182.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0ffbe722cdc81f97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
103622026-07-16T23:04:16.791Z
103632026-07-16T23:04:16.791Zrunning 0 tests
103642026-07-16T23:04:16.791Z
103652026-07-16T23:04:16.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103662026-07-16T23:04:16.791Z
103672026-07-16T23:04:16.808Z Doc-tests key_manager_types
103682026-07-16T23:04:16.808Z 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-0ffbe722cdc81f97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
103692026-07-16T23:04:16.847Z
103702026-07-16T23:04:16.847Zrunning 0 tests
103712026-07-16T23:04:16.847Z
103722026-07-16T23:04:16.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103732026-07-16T23:04:16.847Z
103742026-07-16T23:04:16.852Z Doc-tests live_tests_macros
103752026-07-16T23:04:16.852Z 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-ac5d00c9bea0068e.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
103762026-07-16T23:04:17.247Z
103772026-07-16T23:04:17.247Zrunning 1 test
103782026-07-16T23:04:17.247Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
103792026-07-16T23:04:17.247Z
103802026-07-16T23:04:17.247Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103812026-07-16T23:04:17.247Z
103822026-07-16T23:04:17.251Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
103832026-07-16T23:04:17.260Z Doc-tests nexus_auth
103842026-07-16T23:04:17.264Z 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-74441cbe9b8d31b2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-65e5e5af54b355dd.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-8cb707d1d8fbec46.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f9f2cc1aaa9c4dcc.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`
103852026-07-16T23:04:17.871Z
103862026-07-16T23:04:17.871Zrunning 0 tests
103872026-07-16T23:04:17.871Z
103882026-07-16T23:04:17.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103892026-07-16T23:04:17.871Z
103902026-07-16T23:04:17.915Z Doc-tests nexus_background_task_interface
103912026-07-16T23:04:17.916Z 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-26e72f1184760c6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
103922026-07-16T23:04:17.973Z
103932026-07-16T23:04:17.973Zrunning 0 tests
103942026-07-16T23:04:17.973Z
103952026-07-16T23:04:17.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103962026-07-16T23:04:17.973Z
103972026-07-16T23:04:17.983Z Doc-tests nexus_client
103982026-07-16T23:04:17.983Z 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-5c1967d3209b1f0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.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`
103992026-07-16T23:04:18.486Z
104002026-07-16T23:04:18.486Zrunning 0 tests
104012026-07-16T23:04:18.486Z
104022026-07-16T23:04:18.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104032026-07-16T23:04:18.486Z
104042026-07-16T23:04:18.521Z Doc-tests nexus_config
104052026-07-16T23:04:18.521Z 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-47744c16ff29c52e.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-af46f918fc513dbf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56540526f4c85c22.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`
104062026-07-16T23:04:19.016Z
104072026-07-16T23:04:19.016Zrunning 0 tests
104082026-07-16T23:04:19.016Z
104092026-07-16T23:04:19.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104102026-07-16T23:04:19.016Z
104112026-07-16T23:04:19.053Z Doc-tests nexus_db_errors
104122026-07-16T23:04:19.053Z 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-448f1f00cf2b0d5d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
104132026-07-16T23:04:19.355Z
104142026-07-16T23:04:19.355Zrunning 0 tests
104152026-07-16T23:04:19.355Z
104162026-07-16T23:04:19.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104172026-07-16T23:04:19.355Z
104182026-07-16T23:04:19.386Z Doc-tests nexus_db_fixed_data
104192026-07-16T23:04:19.386Z 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-8cb707d1d8fbec46.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
104202026-07-16T23:04:19.652Z
104212026-07-16T23:04:19.652Zrunning 0 tests
104222026-07-16T23:04:19.652Z
104232026-07-16T23:04:19.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104242026-07-16T23:04:19.652Z
104252026-07-16T23:04:19.681Z Doc-tests nexus_db_lookup
104262026-07-16T23:04:19.681Z 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-3b758545fee92184.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
104272026-07-16T23:04:20.160Z
104282026-07-16T23:04:20.160Zrunning 0 tests
104292026-07-16T23:04:20.160Z
104302026-07-16T23:04:20.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104312026-07-16T23:04:20.160Z
104322026-07-16T23:04:20.199Z Doc-tests nexus_db_model
104332026-07-16T23:04:20.199Z 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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-794683267129d87f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-af46f918fc513dbf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-febf50b1810da258.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f816ab49c6dae4be.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-acd5423646243a9c.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-54697e5ab0fecc7b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
104342026-07-16T23:04:35.020Z
104352026-07-16T23:04:35.020Zrunning 4 tests
104362026-07-16T23:04:35.038Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
104372026-07-16T23:04:35.041Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
104382026-07-16T23:04:35.041Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
104392026-07-16T23:04:35.041Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
104402026-07-16T23:04:35.041Z
104412026-07-16T23:04:35.041Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
104422026-07-16T23:04:35.041Z
104432026-07-16T23:04:35.067Zall doctests ran in 12.16s; merged doctests compilation took 12.11s
104442026-07-16T23:04:35.180Z Doc-tests nexus_db_queries
104452026-07-16T23:04:35.183Z 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-3b758545fee92184.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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.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-794683267129d87f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4a820f5ea807aee0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6b994b2f2e9fff9a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-65e5e5af54b355dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-1a5bdb7c31e90a0c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-8cb707d1d8fbec46.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-5ff8efa110d3ce34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
104462026-07-16T23:04:41.806Z
104472026-07-16T23:04:41.806Zrunning 3 tests
104482026-07-16T23:04:41.810Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 70) ... ignored
104492026-07-16T23:04:41.810Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
104502026-07-16T23:04:41.814Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
104512026-07-16T23:04:41.814Z
104522026-07-16T23:04:41.814Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
104532026-07-16T23:04:41.814Z
104542026-07-16T23:04:41.827Zall doctests ran in 5.13s; merged doctests compilation took 5.11s
104552026-07-16T23:04:41.932Z Doc-tests nexus_db_schema
104562026-07-16T23:04:41.932Z 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-448f1f00cf2b0d5d.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-c392fb7d2ed26fed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-56540526f4c85c22.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`
104572026-07-16T23:04:46.936Z
104582026-07-16T23:04:46.936Zrunning 0 tests
104592026-07-16T23:04:46.936Z
104602026-07-16T23:04:46.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104612026-07-16T23:04:46.936Z
104622026-07-16T23:04:47.150Z Doc-tests nexus_defaults
104632026-07-16T23:04:47.150Z 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-5ca1d961e567c480.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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`
104642026-07-16T23:04:47.300Z
104652026-07-16T23:04:47.300Zrunning 0 tests
104662026-07-16T23:04:47.300Z
104672026-07-16T23:04:47.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104682026-07-16T23:04:47.300Z
104692026-07-16T23:04:47.318Z Doc-tests nexus_external_api
104702026-07-16T23:04:47.318Z 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-55f5d4afce3d242a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-5ca1d961e567c480.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-2295b8dc1ad4f219.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4fd3f6ffb2ea1d19.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
104712026-07-16T23:04:48.338Z
104722026-07-16T23:04:48.338Zrunning 2 tests
104732026-07-16T23:04:48.338Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 208) ... ignored
104742026-07-16T23:04:48.338Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 214) ... ignored
104752026-07-16T23:04:48.338Z
104762026-07-16T23:04:48.338Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104772026-07-16T23:04:48.338Z
104782026-07-16T23:04:48.341Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
104792026-07-16T23:04:48.386Z Doc-tests nexus_fm
104802026-07-16T23:04:48.386Z 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-5c1967d3209b1f0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f41cdf7287f8a579.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`
104812026-07-16T23:04:48.715Z
104822026-07-16T23:04:48.716Zrunning 0 tests
104832026-07-16T23:04:48.716Z
104842026-07-16T23:04:48.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104852026-07-16T23:04:48.716Z
104862026-07-16T23:04:48.750Z Doc-tests nexus_internal_api
104872026-07-16T23:04:48.750Z 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-47744c16ff29c52e.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-ad083277bdae0f67.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.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-16T23:04:49.416Z
104892026-07-16T23:04:49.416Zrunning 2 tests
104902026-07-16T23:04:49.416Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
104912026-07-16T23:04:49.416Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
104922026-07-16T23:04:49.416Z
104932026-07-16T23:04:49.416Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104942026-07-16T23:04:49.416Z
104952026-07-16T23:04:49.420Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
104962026-07-16T23:04:49.450Z Doc-tests nexus_inventory
104972026-07-16T23:04:49.453Z 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-5c1967d3209b1f0d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e3d76f558de5f239.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-79331f7b5547030c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.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`
104982026-07-16T23:04:49.737Z
104992026-07-16T23:04:49.737Zrunning 0 tests
105002026-07-16T23:04:49.737Z
105012026-07-16T23:04:49.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105022026-07-16T23:04:49.737Z
105032026-07-16T23:04:49.767Z Doc-tests nexus_lockstep_api
105042026-07-16T23:04:49.767Z 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-47744c16ff29c52e.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-9f52f7a502004765.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
105052026-07-16T23:04:50.427Z
105062026-07-16T23:04:50.427Zrunning 2 tests
105072026-07-16T23:04:50.427Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
105082026-07-16T23:04:50.427Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
105092026-07-16T23:04:50.427Z
105102026-07-16T23:04:50.427Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112026-07-16T23:04:50.427Z
105122026-07-16T23:04:50.432Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
105132026-07-16T23:04:50.461Z Doc-tests nexus_lockstep_client
105142026-07-16T23:04:50.461Z 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-8d9e39d182030183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
105152026-07-16T23:04:52.012Z
105162026-07-16T23:04:52.012Zrunning 0 tests
105172026-07-16T23:04:52.012Z
105182026-07-16T23:04:52.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105192026-07-16T23:04:52.012Z
105202026-07-16T23:04:52.077Z Doc-tests nexus_macros_common
105212026-07-16T23:04:52.081Z 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-10a76743626e3e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
105222026-07-16T23:04:52.120Z
105232026-07-16T23:04:52.120Zrunning 0 tests
105242026-07-16T23:04:52.120Z
105252026-07-16T23:04:52.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105262026-07-16T23:04:52.124Z
105272026-07-16T23:04:52.127Z Doc-tests nexus_metrics_producer_gc
105282026-07-16T23:04:52.127Z 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-3b758545fee92184.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-5ca1d961e567c480.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.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`
105292026-07-16T23:04:52.477Z
105302026-07-16T23:04:52.477Zrunning 0 tests
105312026-07-16T23:04:52.477Z
105322026-07-16T23:04:52.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105332026-07-16T23:04:52.477Z
105342026-07-16T23:04:52.513Z Doc-tests nexus_mgs_updates
105352026-07-16T23:04:52.513Z 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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
105362026-07-16T23:04:52.852Z
105372026-07-16T23:04:52.852Zrunning 0 tests
105382026-07-16T23:04:52.852Z
105392026-07-16T23:04:52.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105402026-07-16T23:04:52.852Z
105412026-07-16T23:04:52.883Z Doc-tests nexus_networking
105422026-07-16T23:04:52.887Z 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-f53c8d9537467c7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
105432026-07-16T23:04:53.247Z
105442026-07-16T23:04:53.247Zrunning 0 tests
105452026-07-16T23:04:53.247Z
105462026-07-16T23:04:53.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105472026-07-16T23:04:53.247Z
105482026-07-16T23:04:53.283Z Doc-tests nexus_reconfigurator_blippy
105492026-07-16T23:04:53.283Z 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-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105502026-07-16T23:04:53.553Z
105512026-07-16T23:04:53.553Zrunning 0 tests
105522026-07-16T23:04:53.553Z
105532026-07-16T23:04:53.554Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105542026-07-16T23:04:53.554Z
105552026-07-16T23:04:53.582Z Doc-tests nexus_reconfigurator_execution
105562026-07-16T23:04:53.585Z 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-3b758545fee92184.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-72c96b2b7e03a967.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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-4a3eb910ce9265bc.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`
105572026-07-16T23:04:53.957Z
105582026-07-16T23:04:53.957Zrunning 0 tests
105592026-07-16T23:04:53.957Z
105602026-07-16T23:04:53.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105612026-07-16T23:04:53.957Z
105622026-07-16T23:04:53.996Z Doc-tests nexus_reconfigurator_planning
105632026-07-16T23:04:53.996Z 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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-af46f918fc513dbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-b1eb5f98128de3e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-396bd859f83e6b7a.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-03917786fe5fcca1.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-a34093a339eb93dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
105642026-07-16T23:04:54.446Z
105652026-07-16T23:04:54.446Zrunning 0 tests
105662026-07-16T23:04:54.446Z
105672026-07-16T23:04:54.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105682026-07-16T23:04:54.446Z
105692026-07-16T23:04:54.485Z Doc-tests nexus_reconfigurator_preparation
105702026-07-16T23:04:54.485Z 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-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
105712026-07-16T23:04:54.836Z
105722026-07-16T23:04:54.836Zrunning 0 tests
105732026-07-16T23:04:54.836Z
105742026-07-16T23:04:54.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105752026-07-16T23:04:54.836Z
105762026-07-16T23:04:54.872Z Doc-tests nexus_reconfigurator_rendezvous
105772026-07-16T23:04:54.873Z 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-3b758545fee92184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
105782026-07-16T23:04:55.223Z
105792026-07-16T23:04:55.223Zrunning 0 tests
105802026-07-16T23:04:55.223Z
105812026-07-16T23:04:55.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105822026-07-16T23:04:55.223Z
105832026-07-16T23:04:55.258Z Doc-tests nexus_reconfigurator_simulation
105842026-07-16T23:04:55.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_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-5c1967d3209b1f0d.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-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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-f869c5adb5fe9c31.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f41cdf7287f8a579.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`
105852026-07-16T23:04:55.588Z
105862026-07-16T23:04:55.588Zrunning 0 tests
105872026-07-16T23:04:55.588Z
105882026-07-16T23:04:55.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105892026-07-16T23:04:55.588Z
105902026-07-16T23:04:55.619Z Doc-tests nexus_saga_recovery
105912026-07-16T23:04:55.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_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-5c1967d3209b1f0d.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-65e5e5af54b355dd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3b5f31a8c2f0e488.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`
105922026-07-16T23:04:55.910Z
105932026-07-16T23:04:55.910Zrunning 0 tests
105942026-07-16T23:04:55.910Z
105952026-07-16T23:04:55.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105962026-07-16T23:04:55.910Z
105972026-07-16T23:04:55.941Z Doc-tests nexus_switch_config
105982026-07-16T23:04:55.941Z 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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-4af9281e768f6173.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`
105992026-07-16T23:04:56.192Z
106002026-07-16T23:04:56.192Zrunning 0 tests
106012026-07-16T23:04:56.192Z
106022026-07-16T23:04:56.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106032026-07-16T23:04:56.192Z
106042026-07-16T23:04:56.217Z Doc-tests nexus_switch_config_preparation
106052026-07-16T23:04:56.218Z 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-5ca1d961e567c480.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-4af9281e768f6173.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())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
106062026-07-16T23:04:56.559Z
106072026-07-16T23:04:56.559Zrunning 0 tests
106082026-07-16T23:04:56.559Z
106092026-07-16T23:04:56.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106102026-07-16T23:04:56.559Z
106112026-07-16T23:04:56.596Z Doc-tests nexus_test_interface
106122026-07-16T23:04:56.596Z 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-8d9e39d182030183.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.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`
106132026-07-16T23:04:56.943Z
106142026-07-16T23:04:56.943Zrunning 0 tests
106152026-07-16T23:04:56.943Z
106162026-07-16T23:04:56.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106172026-07-16T23:04:56.943Z
106182026-07-16T23:04:56.980Z Doc-tests nexus_test_utils
106192026-07-16T23:04:56.981Z 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-8d9e39d182030183.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-5c1967d3209b1f0d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-46c9a692fcd79a21.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b7a342392fed3ed8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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-56540526f4c85c22.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-a34093a339eb93dc.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`
106202026-07-16T23:04:57.505Z
106212026-07-16T23:04:57.505Zrunning 0 tests
106222026-07-16T23:04:57.505Z
106232026-07-16T23:04:57.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106242026-07-16T23:04:57.505Z
106252026-07-16T23:04:57.550Z Doc-tests nexus_test_utils_macros
106262026-07-16T23:04:57.550Z 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-f09902aee18dfa7f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
106272026-07-16T23:04:57.593Z
106282026-07-16T23:04:57.593Zrunning 1 test
106292026-07-16T23:04:57.596Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 56) ... ignored
106302026-07-16T23:04:57.596Z
106312026-07-16T23:04:57.596Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106322026-07-16T23:04:57.596Z
106332026-07-16T23:04:57.600Z Doc-tests nexus_types
106342026-07-16T23:04:57.600Z 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-55f5d4afce3d242a.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-8d9e39d182030183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.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-47744c16ff29c52e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.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-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.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-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-acd5423646243a9c.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-3a1456ff8630d196.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-3b5f31a8c2f0e488.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-a879f84dfa0d7b67.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.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`
106352026-07-16T23:05:08.319Z
106362026-07-16T23:05:08.319Zrunning 4 tests
106372026-07-16T23:05:08.322Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3159) ... ignored
106382026-07-16T23:05:08.322Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3031) ... ignored
106392026-07-16T23:05:08.322Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1900) ... ignored
106402026-07-16T23:05:08.328Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
106412026-07-16T23:05:08.328Z
106422026-07-16T23:05:08.328Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
106432026-07-16T23:05:08.329Z
106442026-07-16T23:05:08.353Zall doctests ran in 8.94s; merged doctests compilation took 8.89s
106452026-07-16T23:05:08.445Z Doc-tests nexus_types_versions
106462026-07-16T23:05:08.448Z 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-55f5d4afce3d242a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-dbef0926a2f6c86b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-a879f84dfa0d7b67.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
106472026-07-16T23:05:11.399Z
106482026-07-16T23:05:11.399Zrunning 1 test
106492026-07-16T23:05:11.399Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
106502026-07-16T23:05:11.399Z
106512026-07-16T23:05:11.399Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106522026-07-16T23:05:11.399Z
106532026-07-16T23:05:11.404Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
106542026-07-16T23:05:11.504Z Doc-tests ntp_admin_api
106552026-07-16T23:05:11.504Z 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-47744c16ff29c52e.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-5c54e167823b5092.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-c92e8543ec56afee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
106562026-07-16T23:05:11.989Z
106572026-07-16T23:05:11.989Zrunning 2 tests
106582026-07-16T23:05:11.989Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
106592026-07-16T23:05:11.989Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
106602026-07-16T23:05:11.989Z
106612026-07-16T23:05:11.989Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106622026-07-16T23:05:11.989Z
106632026-07-16T23:05:11.993Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
106642026-07-16T23:05:12.009Z Doc-tests ntp_admin_client
106652026-07-16T23:05:12.009Z 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-5c1967d3209b1f0d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
106662026-07-16T23:05:12.151Z
106672026-07-16T23:05:12.151Zrunning 0 tests
106682026-07-16T23:05:12.151Z
106692026-07-16T23:05:12.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106702026-07-16T23:05:12.151Z
106712026-07-16T23:05:12.167Z Doc-tests ntp_admin_types
106722026-07-16T23:05:12.171Z 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-07e5ee65e17f180a.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-c92e8543ec56afee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106732026-07-16T23:05:12.221Z
106742026-07-16T23:05:12.221Zrunning 0 tests
106752026-07-16T23:05:12.221Z
106762026-07-16T23:05:12.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106772026-07-16T23:05:12.221Z
106782026-07-16T23:05:12.229Z Doc-tests ntp_admin_types_versions
106792026-07-16T23:05:12.229Z 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-c92e8543ec56afee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
106802026-07-16T23:05:12.669Z
106812026-07-16T23:05:12.669Zrunning 1 test
106822026-07-16T23:05:12.669Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
106832026-07-16T23:05:12.669Z
106842026-07-16T23:05:12.669Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106852026-07-16T23:05:12.669Z
106862026-07-16T23:05:12.672Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106872026-07-16T23:05:12.685Z Doc-tests omicron_certificates
106882026-07-16T23:05:12.685Z 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-febf50b1810da258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
106892026-07-16T23:05:12.847Z
106902026-07-16T23:05:12.847Zrunning 0 tests
106912026-07-16T23:05:12.847Z
106922026-07-16T23:05:12.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106932026-07-16T23:05:12.847Z
106942026-07-16T23:05:12.866Z Doc-tests omicron_clickhouse_admin
106952026-07-16T23:05:12.866Z 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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-ecf2fc345c1acad9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3faee7b1c39bb530.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5b2c43bd8079ee0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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-56540526f4c85c22.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`
106962026-07-16T23:05:13.177Z
106972026-07-16T23:05:13.177Zrunning 0 tests
106982026-07-16T23:05:13.177Z
106992026-07-16T23:05:13.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107002026-07-16T23:05:13.177Z
107012026-07-16T23:05:13.210Z Doc-tests omicron_cockroach_admin
107022026-07-16T23:05:13.210Z 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-5c1967d3209b1f0d.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-579023c4d60148b0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-7b73bc21a3ecd772.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b7a342392fed3ed8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
107032026-07-16T23:05:13.445Z
107042026-07-16T23:05:13.445Zrunning 0 tests
107052026-07-16T23:05:13.445Z
107062026-07-16T23:05:13.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107072026-07-16T23:05:13.445Z
107082026-07-16T23:05:13.469Z Doc-tests omicron_cockroach_metrics
107092026-07-16T23:05:13.472Z 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-5c1967d3209b1f0d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-c100c6f8266300e6.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-30f9696b11ba3844.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
107102026-07-16T23:05:15.675Z
107112026-07-16T23:05:15.675Zrunning 1 test
107122026-07-16T23:05:15.678Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
107132026-07-16T23:05:15.678Z
107142026-07-16T23:05:15.678Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107152026-07-16T23:05:15.678Z
107162026-07-16T23:05:15.681Zall doctests ran in 2.05s; merged doctests compilation took 2.04s
107172026-07-16T23:05:15.707Z Doc-tests omicron_common
107182026-07-16T23:05:15.707Z 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-55f5d4afce3d242a.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-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-6f63008d42a59760.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-f869c5adb5fe9c31.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`
107192026-07-16T23:05:20.259Z
107202026-07-16T23:05:20.259Zrunning 3 tests
107212026-07-16T23:05:20.262Ztest common/src/lib.rs - FileKv (line 36) ... ignored
107222026-07-16T23:05:20.265Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
107232026-07-16T23:05:20.265Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
107242026-07-16T23:05:20.265Z
107252026-07-16T23:05:20.265Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
107262026-07-16T23:05:20.265Z
107272026-07-16T23:05:20.276Zall doctests ran in 3.77s; merged doctests compilation took 3.75s
107282026-07-16T23:05:20.325Z Doc-tests omicron_ddm_admin_client
107292026-07-16T23:05:20.329Z 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-c60048ccdc0f5947.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-db93ad9036e9b6d2.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`
107302026-07-16T23:05:20.509Z
107312026-07-16T23:05:20.509Zrunning 0 tests
107322026-07-16T23:05:20.509Z
107332026-07-16T23:05:20.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107342026-07-16T23:05:20.509Z
107352026-07-16T23:05:20.530Z Doc-tests omicron_deployment_graph
107362026-07-16T23:05:20.530Z 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-b1eb5f98128de3e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
107372026-07-16T23:05:20.581Z
107382026-07-16T23:05:20.581Zrunning 0 tests
107392026-07-16T23:05:20.581Z
107402026-07-16T23:05:20.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107412026-07-16T23:05:20.581Z
107422026-07-16T23:05:20.590Z Doc-tests omicron_dev_lib
107432026-07-16T23:05:20.590Z 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-af44c4cf0fdc0f71.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
107442026-07-16T23:05:20.856Z
107452026-07-16T23:05:20.857Zrunning 0 tests
107462026-07-16T23:05:20.857Z
107472026-07-16T23:05:20.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107482026-07-16T23:05:20.857Z
107492026-07-16T23:05:20.887Z Doc-tests omicron_gateway
107502026-07-16T23:05:20.890Z 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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.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-c9eb82e23a1101c6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-aa8914d729a772b8.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bdce2a3b52623f23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36ce63ebce1c8ac9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-03917786fe5fcca1.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-f869c5adb5fe9c31.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`
107512026-07-16T23:05:21.371Z
107522026-07-16T23:05:21.371Zrunning 0 tests
107532026-07-16T23:05:21.371Z
107542026-07-16T23:05:21.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107552026-07-16T23:05:21.371Z
107562026-07-16T23:05:21.412Z Doc-tests omicron_git_version
107572026-07-16T23:05:21.412Z 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-f816ab49c6dae4be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107582026-07-16T23:05:21.481Z
107592026-07-16T23:05:21.481Zrunning 0 tests
107602026-07-16T23:05:21.481Z
107612026-07-16T23:05:21.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107622026-07-16T23:05:21.481Z
107632026-07-16T23:05:21.490Z Doc-tests omicron_ledger
107642026-07-16T23:05:21.490Z 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-47744c16ff29c52e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
107652026-07-16T23:05:21.561Z
107662026-07-16T23:05:21.561Zrunning 0 tests
107672026-07-16T23:05:21.561Z
107682026-07-16T23:05:21.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107692026-07-16T23:05:21.561Z
107702026-07-16T23:05:21.569Z Doc-tests omicron_ls_apis
107712026-07-16T23:05:21.569Z 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-72c96b2b7e03a967.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-b1eb5f98128de3e5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-470c1c741a20fe73.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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`
107722026-07-16T23:05:21.754Z
107732026-07-16T23:05:21.755Zrunning 0 tests
107742026-07-16T23:05:21.755Z
107752026-07-16T23:05:21.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107762026-07-16T23:05:21.755Z
107772026-07-16T23:05:21.774Z Doc-tests omicron_nexus
107782026-07-16T23:05:21.778Z 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-3b758545fee92184.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-8d9e39d182030183.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-5c1967d3209b1f0d.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-dfbcfcd34bb41982.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-77b1c251b87b19fe.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8bc003df75b0db37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.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-a612911803bd2aaf.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df362e1967086399.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-9043638babf52d1d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-448f1f00cf2b0d5d.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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-2ca3c8bee68cd45f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ae404d624569725b.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-6b994b2f2e9fff9a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.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-c48fa6e2d9c0486f.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-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-65e5e5af54b355dd.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-26e72f1184760c6c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8f6fc885fcf1edb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-c392fb7d2ed26fed.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-516506e4a7626d15.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-2295b8dc1ad4f219.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-dcdcca1c61fc072e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ad083277bdae0f67.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9f52f7a502004765.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb2a551f75384e5.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-48adb393fc1bb133.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1244d9416123bafd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3f7b8d80cac95816.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2d8eb9187b17a0d3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-13091776646bff3e.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-40db59e4c0aca871.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-0b3ad0966b6c2a46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7412f96967b9d4f4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f09902aee18dfa7f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-74c85f9eda481f9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.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-30f9696b11ba3844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9e257b791a1a0fa4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-b3483a0d075bb684.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-1f4432a1b7d931af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-778a006994ec8a70.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-eff33ed8d302a7f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.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-38ef25beab3a1e3b.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-26809eafe98f9eea.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f9f2cc1aaa9c4dcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-455094fa17adcb74.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-60ce014ad00cce0a.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-3a1456ff8630d196.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3b5f31a8c2f0e488.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-5669c9da092d4aa3.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-56540526f4c85c22.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a879f84dfa0d7b67.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.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`
107792026-07-16T23:05:29.400Z
107802026-07-16T23:05:29.400Zrunning 6 tests
107812026-07-16T23:05:29.404Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
107822026-07-16T23:05:29.404Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
107832026-07-16T23:05:29.407Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 964) ... ok
107842026-07-16T23:05:29.408Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1058) ... ok
107852026-07-16T23:05:29.408Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1028) ... ok
107862026-07-16T23:05:29.408Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 986) ... ok
107872026-07-16T23:05:29.408Z
107882026-07-16T23:05:29.408Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
107892026-07-16T23:05:29.408Z
107902026-07-16T23:05:29.414Zall doctests ran in 5.60s; merged doctests compilation took 5.58s
107912026-07-16T23:05:29.534Z Doc-tests omicron_ntp_admin
107922026-07-16T23:05:29.534Z 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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7412f96967b9d4f4.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-5c54e167823b5092.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-07e5ee65e17f180a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-6fc8dd2b6bff30d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-56540526f4c85c22.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`
107932026-07-16T23:05:29.730Z
107942026-07-16T23:05:29.730Zrunning 1 test
107952026-07-16T23:05:29.735Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
107962026-07-16T23:05:29.735Z
107972026-07-16T23:05:29.735Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107982026-07-16T23:05:29.735Z
107992026-07-16T23:05:29.752Z Doc-tests omicron_package
108002026-07-16T23:05:29.755Z 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-7cb43d17e5d87995.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-047073d12058efd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fae5082a2150818f.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-741e283204d81d92.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-20d2f70ea9bb014b.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-c43277cde92877f6.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-c86c5e8e58ffa430.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`
108012026-07-16T23:05:29.897Z
108022026-07-16T23:05:29.897Zrunning 0 tests
108032026-07-16T23:05:29.897Z
108042026-07-16T23:05:29.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108052026-07-16T23:05:29.897Z
108062026-07-16T23:05:29.914Z Doc-tests omicron_passwords
108072026-07-16T23:05:29.914Z 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-4d115f99e074d068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-3a1456ff8630d196.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`
108082026-07-16T23:05:30.004Z
108092026-07-16T23:05:30.004Zrunning 0 tests
108102026-07-16T23:05:30.004Z
108112026-07-16T23:05:30.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108122026-07-16T23:05:30.004Z
108132026-07-16T23:05:30.016Z Doc-tests omicron_pins
108142026-07-16T23:05:30.019Z 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-419e3d2af78a2815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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`
108152026-07-16T23:05:30.070Z
108162026-07-16T23:05:30.070Zrunning 0 tests
108172026-07-16T23:05:30.070Z
108182026-07-16T23:05:30.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108192026-07-16T23:05:30.070Z
108202026-07-16T23:05:30.077Z Doc-tests omicron_repl_utils
108212026-07-16T23:05:30.081Z 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-c8f5637b804887b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0ceda6a763c7479b.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`
108222026-07-16T23:05:30.130Z
108232026-07-16T23:05:30.130Zrunning 0 tests
108242026-07-16T23:05:30.130Z
108252026-07-16T23:05:30.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108262026-07-16T23:05:30.130Z
108272026-07-16T23:05:30.136Z Doc-tests omicron_rpaths
108282026-07-16T23:05:30.136Z 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-48165b0240585cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108292026-07-16T23:05:30.172Z
108302026-07-16T23:05:30.172Zrunning 0 tests
108312026-07-16T23:05:30.172Z
108322026-07-16T23:05:30.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108332026-07-16T23:05:30.172Z
108342026-07-16T23:05:30.177Z Doc-tests omicron_sled_agent
108352026-07-16T23:05:30.180Z 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-3828ed9f7c740f74.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8ce7b443c74e009d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c9107307c8721b6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.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-724921aff3a5a609.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a612911803bd2aaf.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-68c361d43ab0d43e.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-950885cbcf9038ed.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.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-38070303f6275196.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-af46f918fc513dbf.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-87fc48c4db797880.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-347dee4d90e0bd78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f399ddab671c6e34.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-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0b3337c3fac7d6bb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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-79204efbd66ac769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-0e39179b60f73a21.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-c43277cde92877f6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-03917786fe5fcca1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9b3d65c162f15550.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-c86c5e8e58ffa430.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-a34093a339eb93dc.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.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-faf4bbec7adcfeb9.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`
108362026-07-16T23:05:31.192Z
108372026-07-16T23:05:31.192Zrunning 0 tests
108382026-07-16T23:05:31.192Z
108392026-07-16T23:05:31.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108402026-07-16T23:05:31.192Z
108412026-07-16T23:05:31.255Z Doc-tests omicron_test_utils
108422026-07-16T23:05:31.259Z 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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-af46f918fc513dbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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 port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-26ab0e16a7b9a80e.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-741e283204d81d92.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5ff8efa110d3ce34.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-c86c5e8e58ffa430.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-56540526f4c85c22.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`
108432026-07-16T23:05:41.029Z
108442026-07-16T23:05:41.029Zrunning 2 tests
108452026-07-16T23:05:41.044Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
108462026-07-16T23:05:41.050Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
108472026-07-16T23:05:41.050Z
108482026-07-16T23:05:41.050Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
108492026-07-16T23:05:41.050Z
108502026-07-16T23:05:41.071Z
108512026-07-16T23:05:41.072Zrunning 1 test
108522026-07-16T23:05:41.075Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
108532026-07-16T23:05:41.075Z
108542026-07-16T23:05:41.075Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108552026-07-16T23:05:41.075Z
108562026-07-16T23:05:41.075Zall doctests ran in 9.47s; merged doctests compilation took 9.42s
108572026-07-16T23:05:41.119Z Doc-tests omicron_uuid_kinds
108582026-07-16T23:05:41.119Z 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-146b6e1ef17ef086.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.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-d368f40c332fc1ab.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
108592026-07-16T23:05:41.242Z
108602026-07-16T23:05:41.242Zrunning 0 tests
108612026-07-16T23:05:41.242Z
108622026-07-16T23:05:41.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108632026-07-16T23:05:41.242Z
108642026-07-16T23:05:41.256Z Doc-tests omicron_workspace_hack
108652026-07-16T23:05:41.263Z 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 byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.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-5c1967d3209b1f0d.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-146b6e1ef17ef086.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-6b994b2f2e9fff9a.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-5ca1d961e567c480.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-fb88421f681b0090.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-00acb75db488dd75.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-88793649eb8d47b5.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-741e283204d81d92.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-5ff8efa110d3ce34.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-56540526f4c85c22.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5aa3d3ed008b1f99.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-a879f84dfa0d7b67.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`
108662026-07-16T23:05:41.292Z
108672026-07-16T23:05:41.292Zrunning 0 tests
108682026-07-16T23:05:41.292Z
108692026-07-16T23:05:41.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108702026-07-16T23:05:41.293Z
108712026-07-16T23:05:41.300Z Doc-tests oxide_client
108722026-07-16T23:05:41.304Z 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-5c1967d3209b1f0d.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-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b3483a0d075bb684.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-778a006994ec8a70.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-741e283204d81d92.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`
108732026-07-16T23:05:45.921Z
108742026-07-16T23:05:45.921Zrunning 315 tests
108752026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
108762026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
108772026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
108782026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
108792026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
108802026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
108812026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
108822026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
108832026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
108842026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
108852026-07-16T23:05:45.921Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
108862026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
108872026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
108882026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
108892026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
108902026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
108912026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
108922026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
108932026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
108942026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
108952026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
108962026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
108972026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
108982026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
108992026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
109002026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
109012026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
109022026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
109032026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
109042026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
109052026-07-16T23:05:45.927Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
109062026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
109072026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
109082026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
109092026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
109102026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
109112026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
109122026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
109132026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
109142026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
109152026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
109162026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
109172026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
109182026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
109192026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
109202026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
109212026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
109222026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
109232026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
109242026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
109252026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
109262026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
109272026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
109282026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
109292026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
109302026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
109312026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
109322026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
109332026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
109342026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
109352026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
109362026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
109372026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
109382026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
109392026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
109402026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
109412026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
109422026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
109432026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
109442026-07-16T23:05:45.928Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
109452026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
109462026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
109472026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
109482026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
109492026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
109502026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
109512026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
109522026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
109532026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
109542026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
109552026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
109562026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
109572026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
109582026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
109592026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
109602026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
109612026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
109622026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
109632026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
109642026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
109652026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
109662026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
109672026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
109682026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
109692026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
109702026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
109712026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
109722026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
109732026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
109742026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
109752026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
109762026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
109772026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
109782026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
109792026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
109802026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
109812026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
109822026-07-16T23:05:45.929Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
109832026-07-16T23:05:45.930Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
109842026-07-16T23:05:45.930Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
109852026-07-16T23:05:45.930Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
109862026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
109872026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
109882026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
109892026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
109902026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
109912026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
109922026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
109932026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
109942026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
109952026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
109962026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
109972026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
109982026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
109992026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
110002026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
110012026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
110022026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
110032026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
110042026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
110052026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
110062026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
110072026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
110082026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
110092026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
110102026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
110112026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
110122026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
110132026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
110142026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
110152026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
110162026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
110172026-07-16T23:05:45.935Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
110182026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
110192026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
110202026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
110212026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
110222026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
110232026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
110242026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
110252026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
110262026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
110272026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
110282026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
110292026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
110302026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
110312026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
110322026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
110332026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
110342026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
110352026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
110362026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
110372026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
110382026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
110392026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
110402026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
110412026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
110422026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
110432026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
110442026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
110452026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
110462026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
110472026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
110482026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
110492026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
110502026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
110512026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
110522026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
110532026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
110542026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
110552026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
110562026-07-16T23:05:45.936Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
110572026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
110582026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
110592026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
110602026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
110612026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
110622026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
110632026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
110642026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
110652026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
110662026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
110672026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
110682026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
110692026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
110702026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
110712026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
110722026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
110732026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
110742026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
110752026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
110762026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
110772026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
110782026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
110792026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
110802026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
110812026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
110822026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
110832026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
110842026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
110852026-07-16T23:05:45.937Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
110862026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
110872026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
110882026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
110892026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
110902026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
110912026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
110922026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
110932026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
110942026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
110952026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
110962026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
110972026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
110982026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
110992026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
111002026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
111012026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
111022026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
111032026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
111042026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
111052026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
111062026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
111072026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
111082026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
111092026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
111102026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
111112026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
111122026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
111132026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
111142026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
111152026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
111162026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
111172026-07-16T23:05:45.942Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
111182026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
111192026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
111202026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
111212026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
111222026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
111232026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
111242026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
111252026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
111262026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
111272026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
111282026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
111292026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
111302026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
111312026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
111322026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
111332026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
111342026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
111352026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
111362026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
111372026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
111382026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
111392026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
111402026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
111412026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
111422026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
111432026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
111442026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
111452026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
111462026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
111472026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
111482026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
111492026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
111502026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
111512026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
111522026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
111532026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
111542026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
111552026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
111562026-07-16T23:05:45.943Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
111572026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
111582026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
111592026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
111602026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
111612026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
111622026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
111632026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
111642026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
111652026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
111662026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
111672026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
111682026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
111692026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
111702026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
111712026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
111722026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
111732026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
111742026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
111752026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
111762026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
111772026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
111782026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
111792026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
111802026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
111812026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
111822026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
111832026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
111842026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
111852026-07-16T23:05:45.944Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
111862026-07-16T23:05:45.948Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
111872026-07-16T23:05:45.948Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
111882026-07-16T23:05:45.948Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
111892026-07-16T23:05:45.948Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
111902026-07-16T23:05:45.948Z
111912026-07-16T23:05:45.948Ztest result: ok. 0 passed; 0 failed; 315 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-07-16T23:05:45.948Z
111932026-07-16T23:05:45.948Zall doctests ran in 0.59s; merged doctests compilation took 0.58s
111942026-07-16T23:05:46.037Z Doc-tests oximeter
111952026-07-16T23:05:46.037Z 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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65bdc1bfe569ae0e.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f50808110d9c9ca.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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`
111962026-07-16T23:05:50.108Z
111972026-07-16T23:05:50.108Zrunning 2 tests
111982026-07-16T23:05:50.111Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
111992026-07-16T23:05:50.111Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
112002026-07-16T23:05:50.111Z
112012026-07-16T23:05:50.111Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112022026-07-16T23:05:50.111Z
112032026-07-16T23:05:50.123Zall doctests ran in 3.90s; merged doctests compilation took 3.89s
112042026-07-16T23:05:50.155Z Doc-tests oximeter_api
112052026-07-16T23:05:50.156Z 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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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`
112062026-07-16T23:05:50.674Z
112072026-07-16T23:05:50.674Zrunning 2 tests
112082026-07-16T23:05:50.674Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
112092026-07-16T23:05:50.674Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
112102026-07-16T23:05:50.674Z
112112026-07-16T23:05:50.674Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112122026-07-16T23:05:50.674Z
112132026-07-16T23:05:50.678Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112142026-07-16T23:05:50.697Z Doc-tests oximeter_client
112152026-07-16T23:05:50.697Z 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-5c1967d3209b1f0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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`
112162026-07-16T23:05:50.942Z
112172026-07-16T23:05:50.943Zrunning 0 tests
112182026-07-16T23:05:50.943Z
112192026-07-16T23:05:50.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112202026-07-16T23:05:50.943Z
112212026-07-16T23:05:50.968Z Doc-tests oximeter_collector
112222026-07-16T23:05:50.972Z 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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abb7f7c974abb6a5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8f5ee7d68335cef9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b34e51034b678857.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
112232026-07-16T23:05:51.402Z
112242026-07-16T23:05:51.402Zrunning 0 tests
112252026-07-16T23:05:51.403Z
112262026-07-16T23:05:51.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112272026-07-16T23:05:51.403Z
112282026-07-16T23:05:51.444Z Doc-tests oximeter_db
112292026-07-16T23:05:51.444Z 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-5c1967d3209b1f0d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-04dfd94e8856cbf0.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-724921aff3a5a609.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.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-47744c16ff29c52e.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-72c96b2b7e03a967.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-1f4432a1b7d931af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.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-0ceda6a763c7479b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
112302026-07-16T23:05:52.458Z
112312026-07-16T23:05:52.458Zrunning 3 tests
112322026-07-16T23:05:52.458Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
112332026-07-16T23:05:52.458Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
112342026-07-16T23:05:52.458Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
112352026-07-16T23:05:52.458Z
112362026-07-16T23:05:52.458Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
112372026-07-16T23:05:52.458Z
112382026-07-16T23:05:52.462Z
112392026-07-16T23:05:52.462Zrunning 2 tests
112402026-07-16T23:05:52.462Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
112412026-07-16T23:05:52.462Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
112422026-07-16T23:05:52.462Z
112432026-07-16T23:05:52.462Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112442026-07-16T23:05:52.462Z
112452026-07-16T23:05:52.462Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112462026-07-16T23:05:52.508Z Doc-tests oximeter_instruments
112472026-07-16T23:05:52.512Z 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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-7cb43d17e5d87995.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-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ba9be7f775bee39f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-c43277cde92877f6.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`
112482026-07-16T23:05:52.840Z
112492026-07-16T23:05:52.840Zrunning 0 tests
112502026-07-16T23:05:52.840Z
112512026-07-16T23:05:52.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112522026-07-16T23:05:52.840Z
112532026-07-16T23:05:52.872Z Doc-tests oximeter_macro_impl
112542026-07-16T23:05:52.872Z 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-00acb75db488dd75.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.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`
112552026-07-16T23:05:52.925Z
112562026-07-16T23:05:52.925Zrunning 0 tests
112572026-07-16T23:05:52.925Z
112582026-07-16T23:05:52.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112592026-07-16T23:05:52.925Z
112602026-07-16T23:05:52.932Z Doc-tests oximeter_producer
112612026-07-16T23:05:52.932Z 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-5c1967d3209b1f0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-38070303f6275196.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1f4432a1b7d931af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b3eee0e364fa1353.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-8827d9eb43afbbab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-0e39179b60f73a21.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-c43277cde92877f6.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`
112622026-07-16T23:05:53.247Z
112632026-07-16T23:05:53.247Zrunning 0 tests
112642026-07-16T23:05:53.247Z
112652026-07-16T23:05:53.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112662026-07-16T23:05:53.247Z
112672026-07-16T23:05:53.280Z Doc-tests oximeter_producer_api
112682026-07-16T23:05:53.284Z 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-47744c16ff29c52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-8827d9eb43afbbab.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112692026-07-16T23:05:53.802Z
112702026-07-16T23:05:53.802Zrunning 2 tests
112712026-07-16T23:05:53.802Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
112722026-07-16T23:05:53.802Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
112732026-07-16T23:05:53.802Z
112742026-07-16T23:05:53.803Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112752026-07-16T23:05:53.803Z
112762026-07-16T23:05:53.806Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112772026-07-16T23:05:53.826Z Doc-tests oximeter_schema
112782026-07-16T23:05:53.826Z 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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-65bdc1bfe569ae0e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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-acd5423646243a9c.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`
112792026-07-16T23:05:54.025Z
112802026-07-16T23:05:54.025Zrunning 0 tests
112812026-07-16T23:05:54.025Z
112822026-07-16T23:05:54.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112832026-07-16T23:05:54.025Z
112842026-07-16T23:05:54.044Z Doc-tests oximeter_test_utils
112852026-07-16T23:05:54.044Z 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-5c1967d3209b1f0d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4708dce32f7927a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0f34d87564e7ceae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8952335af4a1edc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.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`
112862026-07-16T23:05:54.371Z
112872026-07-16T23:05:54.371Zrunning 0 tests
112882026-07-16T23:05:54.371Z
112892026-07-16T23:05:54.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112902026-07-16T23:05:54.371Z
112912026-07-16T23:05:54.414Z Doc-tests oximeter_timeseries_macro
112922026-07-16T23:05:54.415Z 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-00acb75db488dd75.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-836779d43f6af577.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f50808110d9c9ca.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b5b03d0083a1f7c9.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`
112932026-07-16T23:05:54.554Z
112942026-07-16T23:05:54.554Zrunning 0 tests
112952026-07-16T23:05:54.554Z
112962026-07-16T23:05:54.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112972026-07-16T23:05:54.555Z
112982026-07-16T23:05:54.571Z Doc-tests oximeter_types
112992026-07-16T23:05:54.574Z 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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c41042f1d06f476e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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`
113002026-07-16T23:05:55.146Z
113012026-07-16T23:05:55.146Zrunning 11 tests
113022026-07-16T23:05:55.488Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
113032026-07-16T23:05:55.503Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
113042026-07-16T23:05:59.211Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
113052026-07-16T23:05:59.389Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
113062026-07-16T23:05:59.541Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
113072026-07-16T23:05:59.600Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
113082026-07-16T23:05:59.618Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
113092026-07-16T23:05:59.640Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
113102026-07-16T23:05:59.709Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
113112026-07-16T23:05:59.712Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
113122026-07-16T23:05:59.712Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
113132026-07-16T23:05:59.712Z
113142026-07-16T23:05:59.713Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.57s
113152026-07-16T23:05:59.713Z
113162026-07-16T23:05:59.713Zall doctests ran in 4.99s; merged doctests compilation took 0.43s
113172026-07-16T23:05:59.739Z Doc-tests oximeter_types_versions
113182026-07-16T23:05:59.743Z 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-5c1967d3209b1f0d.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-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-4fd3f6ffb2ea1d19.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-acd5423646243a9c.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`
113192026-07-16T23:06:00.489Z
113202026-07-16T23:06:00.489Zrunning 1 test
113212026-07-16T23:06:00.489Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
113222026-07-16T23:06:00.489Z
113232026-07-16T23:06:00.492Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113242026-07-16T23:06:00.492Z
113252026-07-16T23:06:00.492Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
113262026-07-16T23:06:00.524Z Doc-tests oxlog
113272026-07-16T23:06:00.524Z 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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.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`
113282026-07-16T23:06:00.570Z
113292026-07-16T23:06:00.570Zrunning 0 tests
113302026-07-16T23:06:00.570Z
113312026-07-16T23:06:00.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113322026-07-16T23:06:00.570Z
113332026-07-16T23:06:00.577Z Doc-tests oxql_types
113342026-07-16T23:06:00.577Z 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-5c1967d3209b1f0d.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-00acb75db488dd75.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5733d478c699eb37.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5481e243cbdeec43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
113352026-07-16T23:06:00.805Z
113362026-07-16T23:06:00.805Zrunning 0 tests
113372026-07-16T23:06:00.805Z
113382026-07-16T23:06:00.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113392026-07-16T23:06:00.805Z
113402026-07-16T23:06:00.828Z Doc-tests parallel_task_set
113412026-07-16T23:06:00.828Z 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-00acb75db488dd75.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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`
113422026-07-16T23:06:00.877Z
113432026-07-16T23:06:00.877Zrunning 0 tests
113442026-07-16T23:06:00.877Z
113452026-07-16T23:06:00.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113462026-07-16T23:06:00.877Z
113472026-07-16T23:06:00.885Z Doc-tests range_requests
113482026-07-16T23:06:00.885Z 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-47744c16ff29c52e.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-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-38ef25beab3a1e3b.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`
113492026-07-16T23:06:01.005Z
113502026-07-16T23:06:01.005Zrunning 0 tests
113512026-07-16T23:06:01.005Z
113522026-07-16T23:06:01.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113532026-07-16T23:06:01.005Z
113542026-07-16T23:06:01.020Z Doc-tests reconfigurator_cli
113552026-07-16T23:06:01.023Z 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-5c1967d3209b1f0d.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-146b6e1ef17ef086.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.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-789a9953d12eca7e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fb88421f681b0090.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-016c91f6f47a63ef.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ffa7b4cc55044cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-fb0dcf94cb55cc43.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-c8f5637b804887b2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-396bd859f83e6b7a.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-4af9281e768f6173.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-c43277cde92877f6.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-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.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`
113562026-07-16T23:06:01.483Z
113572026-07-16T23:06:01.483Zrunning 0 tests
113582026-07-16T23:06:01.483Z
113592026-07-16T23:06:01.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113602026-07-16T23:06:01.483Z
113612026-07-16T23:06:01.523Z Doc-tests repo_depot_api
113622026-07-16T23:06:01.523Z 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-47744c16ff29c52e.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-00acb75db488dd75.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-79204efbd66ac769.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113632026-07-16T23:06:02.030Z
113642026-07-16T23:06:02.030Zrunning 2 tests
113652026-07-16T23:06:02.030Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
113662026-07-16T23:06:02.030Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
113672026-07-16T23:06:02.030Z
113682026-07-16T23:06:02.030Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-07-16T23:06:02.030Z
113702026-07-16T23:06:02.034Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
113712026-07-16T23:06:02.051Z Doc-tests repo_depot_client
113722026-07-16T23:06:02.055Z 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-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-87fcee6cdc0bbbe2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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`
113732026-07-16T23:06:02.182Z
113742026-07-16T23:06:02.182Zrunning 0 tests
113752026-07-16T23:06:02.182Z
113762026-07-16T23:06:02.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113772026-07-16T23:06:02.182Z
113782026-07-16T23:06:02.198Z Doc-tests sled_agent_api
113792026-07-16T23:06:02.202Z 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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
113802026-07-16T23:06:02.835Z
113812026-07-16T23:06:02.835Zrunning 2 tests
113822026-07-16T23:06:02.835Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 117) ... ignored
113832026-07-16T23:06:02.835Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 123) ... ignored
113842026-07-16T23:06:02.835Z
113852026-07-16T23:06:02.835Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-07-16T23:06:02.835Z
113872026-07-16T23:06:02.839Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
113882026-07-16T23:06:02.865Z Doc-tests sled_agent_client
113892026-07-16T23:06:02.869Z 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-5c1967d3209b1f0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eae55012371092f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-79331f7b5547030c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-c62fedb6a6203321.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`
113902026-07-16T23:06:04.305Z
113912026-07-16T23:06:04.305Zrunning 0 tests
113922026-07-16T23:06:04.305Z
113932026-07-16T23:06:04.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113942026-07-16T23:06:04.305Z
113952026-07-16T23:06:04.360Z Doc-tests sled_agent_config_reconciler
113962026-07-16T23:06:04.364Z 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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0ffbe722cdc81f97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-00a186c7916f9048.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-c62fedb6a6203321.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
113972026-07-16T23:06:04.805Z
113982026-07-16T23:06:04.805Zrunning 0 tests
113992026-07-16T23:06:04.805Z
114002026-07-16T23:06:04.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114012026-07-16T23:06:04.805Z
114022026-07-16T23:06:04.841Z Doc-tests sled_agent_early_networking
114032026-07-16T23:06:04.841Z 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-eeae12a73a112a53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.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-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8bb2dd58f636140d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-71d2a7e27e798b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-6c28a25fc4844df1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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`
114042026-07-16T23:06:05.115Z
114052026-07-16T23:06:05.115Zrunning 0 tests
114062026-07-16T23:06:05.115Z
114072026-07-16T23:06:05.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114082026-07-16T23:06:05.115Z
114092026-07-16T23:06:05.144Z Doc-tests sled_agent_health_monitor
114102026-07-16T23:06:05.144Z 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-5c1967d3209b1f0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-00a186c7916f9048.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-4c4d9b1bb1b182b5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.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`
114112026-07-16T23:06:05.338Z
114122026-07-16T23:06:05.338Zrunning 0 tests
114132026-07-16T23:06:05.338Z
114142026-07-16T23:06:05.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114152026-07-16T23:06:05.338Z
114162026-07-16T23:06:05.360Z Doc-tests sled_agent_measurements
114172026-07-16T23:06:05.360Z 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-72c96b2b7e03a967.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-e93c5c094c3aa9f7.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-3c2cada92c583b41.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.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`
114182026-07-16T23:06:05.596Z
114192026-07-16T23:06:05.597Zrunning 0 tests
114202026-07-16T23:06:05.597Z
114212026-07-16T23:06:05.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114222026-07-16T23:06:05.597Z
114232026-07-16T23:06:05.621Z Doc-tests sled_agent_rack_setup
114242026-07-16T23:06:05.621Z 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-3828ed9f7c740f74.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-5c1967d3209b1f0d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-125f03c9d8e1cbc7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-87fc48c4db797880.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-6854fe35bb9ea461.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-3ffef8912840b5f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.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-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-79331f7b5547030c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-e93c5c094c3aa9f7.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-2806d9465bec5e14.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
114252026-07-16T23:06:05.978Z
114262026-07-16T23:06:05.978Zrunning 0 tests
114272026-07-16T23:06:05.978Z
114282026-07-16T23:06:05.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114292026-07-16T23:06:05.978Z
114302026-07-16T23:06:06.012Z Doc-tests sled_agent_resolvable_files
114312026-07-16T23:06:06.012Z 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-47744c16ff29c52e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-f869c5adb5fe9c31.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114322026-07-16T23:06:06.266Z
114332026-07-16T23:06:06.267Zrunning 0 tests
114342026-07-16T23:06:06.267Z
114352026-07-16T23:06:06.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114362026-07-16T23:06:06.267Z
114372026-07-16T23:06:06.291Z Doc-tests sled_agent_resolvable_files_examples
114382026-07-16T23:06:06.291Z 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-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114392026-07-16T23:06:06.465Z
114402026-07-16T23:06:06.465Zrunning 0 tests
114412026-07-16T23:06:06.465Z
114422026-07-16T23:06:06.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114432026-07-16T23:06:06.465Z
114442026-07-16T23:06:06.484Z Doc-tests sled_agent_types
114452026-07-16T23:06:06.484Z 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-3828ed9f7c740f74.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f869c5adb5fe9c31.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`
114462026-07-16T23:06:06.724Z
114472026-07-16T23:06:06.724Zrunning 0 tests
114482026-07-16T23:06:06.724Z
114492026-07-16T23:06:06.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114502026-07-16T23:06:06.724Z
114512026-07-16T23:06:06.749Z Doc-tests sled_agent_types_versions
114522026-07-16T23:06:06.749Z 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-3828ed9f7c740f74.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-59abff3dee537ebf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3ac76901977b9770.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-5ca1d961e567c480.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-57fdd260842c60f7.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-eb7655e8da195ea1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-3a1456ff8630d196.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-e427470bcb381c9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-a3549fa7b647f84c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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`
114532026-07-16T23:06:08.863Z
114542026-07-16T23:06:08.863Zrunning 1 test
114552026-07-16T23:06:08.863Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
114562026-07-16T23:06:08.863Z
114572026-07-16T23:06:08.863Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114582026-07-16T23:06:08.863Z
114592026-07-16T23:06:08.867Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
114602026-07-16T23:06:08.938Z Doc-tests sled_diagnostics
114612026-07-16T23:06:08.938Z 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-5c1967d3209b1f0d.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-7cb43d17e5d87995.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3e5e597070f109ce.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8eb787780bbbe2d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-faf4bbec7adcfeb9.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`
114622026-07-16T23:06:09.174Z
114632026-07-16T23:06:09.174Zrunning 0 tests
114642026-07-16T23:06:09.175Z
114652026-07-16T23:06:09.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114662026-07-16T23:06:09.175Z
114672026-07-16T23:06:09.198Z Doc-tests sled_hardware
114682026-07-16T23:06:09.199Z 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-7cb43d17e5d87995.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-20d2f70ea9bb014b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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`
114692026-07-16T23:06:09.477Z
114702026-07-16T23:06:09.477Zrunning 0 tests
114712026-07-16T23:06:09.477Z
114722026-07-16T23:06:09.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114732026-07-16T23:06:09.477Z
114742026-07-16T23:06:09.504Z Doc-tests sled_hardware_types
114752026-07-16T23:06:09.504Z 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-146b6e1ef17ef086.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f6854897dfab288b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.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`
114762026-07-16T23:06:09.606Z
114772026-07-16T23:06:09.606Zrunning 0 tests
114782026-07-16T23:06:09.606Z
114792026-07-16T23:06:09.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114802026-07-16T23:06:09.606Z
114812026-07-16T23:06:09.617Z Doc-tests sled_storage
114822026-07-16T23:06:09.617Z 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-72c96b2b7e03a967.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-20d2f70ea9bb014b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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`
114832026-07-16T23:06:09.849Z
114842026-07-16T23:06:09.849Zrunning 0 tests
114852026-07-16T23:06:09.849Z
114862026-07-16T23:06:09.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114872026-07-16T23:06:09.849Z
114882026-07-16T23:06:09.875Z Doc-tests sp_sim
114892026-07-16T23:06:09.875Z 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-47744c16ff29c52e.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-0f8eec6f3100ca05.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-20d020489ab07c97.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5007868fe865df61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-0e39179b60f73a21.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-03917786fe5fcca1.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`
114902026-07-16T23:06:10.323Z
114912026-07-16T23:06:10.323Zrunning 0 tests
114922026-07-16T23:06:10.323Z
114932026-07-16T23:06:10.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114942026-07-16T23:06:10.323Z
114952026-07-16T23:06:10.362Z Doc-tests support_bundle_collection
114962026-07-16T23:06:10.365Z 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-5c1967d3209b1f0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-e0e6e5565301f86f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1af07b7c0a5aef50.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-37a4fcfbc9e1b2fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fd5dbbc23c87d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-20d020489ab07c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7ab09e8b4a8b1736.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-79331f7b5547030c.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-5669c9da092d4aa3.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-f869c5adb5fe9c31.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`
114972026-07-16T23:06:10.762Z
114982026-07-16T23:06:10.762Zrunning 0 tests
114992026-07-16T23:06:10.762Z
115002026-07-16T23:06:10.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115012026-07-16T23:06:10.762Z
115022026-07-16T23:06:10.800Z Doc-tests transient_dns_server
115032026-07-16T23:06:10.800Z 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-6ba26675c4fac47a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-de3eb2debca04e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-789a9953d12eca7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-a34093a339eb93dc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115042026-07-16T23:06:10.974Z
115052026-07-16T23:06:10.974Zrunning 0 tests
115062026-07-16T23:06:10.974Z
115072026-07-16T23:06:10.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115082026-07-16T23:06:10.974Z
115092026-07-16T23:06:10.993Z Doc-tests trust_quorum
115102026-07-16T23:06:10.994Z 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-b8fbe7ea8fbd163e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3828ed9f7c740f74.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-146b6e1ef17ef086.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-47744c16ff29c52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.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-72c96b2b7e03a967.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-cdb9a996f4073e2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-3c2cada92c583b41.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-9b3d65c162f15550.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-219425e21e23ca15.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-54697e5ab0fecc7b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d574b7538ec879fa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
115112026-07-16T23:06:11.311Z
115122026-07-16T23:06:11.311Zrunning 0 tests
115132026-07-16T23:06:11.311Z
115142026-07-16T23:06:11.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115152026-07-16T23:06:11.311Z
115162026-07-16T23:06:11.342Z Doc-tests trust_quorum_protocol
115172026-07-16T23:06:11.342Z 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-b8fbe7ea8fbd163e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3828ed9f7c740f74.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-146b6e1ef17ef086.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.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-72c96b2b7e03a967.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-3a1456ff8630d196.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-54697e5ab0fecc7b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d574b7538ec879fa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.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`
115182026-07-16T23:06:11.566Z
115192026-07-16T23:06:11.566Zrunning 0 tests
115202026-07-16T23:06:11.566Z
115212026-07-16T23:06:11.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115222026-07-16T23:06:11.566Z
115232026-07-16T23:06:11.584Z Doc-tests trust_quorum_test_utils
115242026-07-16T23:06:11.584Z 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-3828ed9f7c740f74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-54697e5ab0fecc7b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d574b7538ec879fa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115252026-07-16T23:06:11.741Z
115262026-07-16T23:06:11.742Zrunning 0 tests
115272026-07-16T23:06:11.742Z
115282026-07-16T23:06:11.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115292026-07-16T23:06:11.742Z
115302026-07-16T23:06:11.757Z Doc-tests trust_quorum_types
115312026-07-16T23:06:11.761Z 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-00acb75db488dd75.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c62fedb6a6203321.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-a3549fa7b647f84c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115322026-07-16T23:06:11.848Z
115332026-07-16T23:06:11.848Zrunning 0 tests
115342026-07-16T23:06:11.848Z
115352026-07-16T23:06:11.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115362026-07-16T23:06:11.848Z
115372026-07-16T23:06:11.860Z Doc-tests trust_quorum_types_versions
115382026-07-16T23:06:11.860Z 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-59abff3dee537ebf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-146b6e1ef17ef086.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-a31d758ca56a95ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-72c96b2b7e03a967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3a1456ff8630d196.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-a3549fa7b647f84c.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`
115392026-07-16T23:06:12.414Z
115402026-07-16T23:06:12.414Zrunning 1 test
115412026-07-16T23:06:12.414Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
115422026-07-16T23:06:12.414Z
115432026-07-16T23:06:12.415Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115442026-07-16T23:06:12.415Z
115452026-07-16T23:06:12.418Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
115462026-07-16T23:06:12.437Z Doc-tests typed_rng
115472026-07-16T23:06:12.437Z 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-fb88421f681b0090.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-f41cdf7287f8a579.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`
115482026-07-16T23:06:12.500Z
115492026-07-16T23:06:12.501Zrunning 0 tests
115502026-07-16T23:06:12.501Z
115512026-07-16T23:06:12.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115522026-07-16T23:06:12.501Z
115532026-07-16T23:06:12.509Z Doc-tests update_common
115542026-07-16T23:06:12.512Z 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-5c1967d3209b1f0d.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-47744c16ff29c52e.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-6f63008d42a59760.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f6967f6c69fa3ceb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115552026-07-16T23:06:12.728Z
115562026-07-16T23:06:12.728Zrunning 0 tests
115572026-07-16T23:06:12.728Z
115582026-07-16T23:06:12.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115592026-07-16T23:06:12.728Z
115602026-07-16T23:06:12.753Z Doc-tests update_engine
115612026-07-16T23:06:12.756Z 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-5c1967d3209b1f0d.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-b8b0fde0b17f5569.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-acd5423646243a9c.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-3a1456ff8630d196.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-4a3eb910ce9265bc.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`
115622026-07-16T23:06:14.028Z
115632026-07-16T23:06:14.028Zrunning 4 tests
115642026-07-16T23:06:14.032Ztest update-engine/src/events.rs - events::StepEvent::spec (line 76) ... ignored
115652026-07-16T23:06:14.032Ztest update-engine/src/macros.rs - macros::define_update_engine (line 15) ... ignored
115662026-07-16T23:06:14.032Ztest update-engine/src/macros.rs - macros::define_update_engine (line 9) ... ignored
115672026-07-16T23:06:14.032Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
115682026-07-16T23:06:14.032Z
115692026-07-16T23:06:14.032Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
115702026-07-16T23:06:14.032Z
115712026-07-16T23:06:14.035Zall doctests ran in 1.02s; merged doctests compilation took 1.01s
115722026-07-16T23:06:14.061Z Doc-tests wicket
115732026-07-16T23:06:14.061Z 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-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-741e283204d81d92.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-7d2599b5b291405e.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-c43277cde92877f6.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-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.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-4a3eb910ce9265bc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.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`
115742026-07-16T23:06:14.557Z
115752026-07-16T23:06:14.557Zrunning 0 tests
115762026-07-16T23:06:14.557Z
115772026-07-16T23:06:14.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115782026-07-16T23:06:14.557Z
115792026-07-16T23:06:14.598Z Doc-tests wicket_common
115802026-07-16T23:06:14.598Z 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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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 toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115812026-07-16T23:06:14.970Z
115822026-07-16T23:06:14.970Zrunning 0 tests
115832026-07-16T23:06:14.970Z
115842026-07-16T23:06:14.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115852026-07-16T23:06:14.970Z
115862026-07-16T23:06:15.001Z Doc-tests wicket_dbg
115872026-07-16T23:06:15.001Z 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-00acb75db488dd75.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-0ceda6a763c7479b.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-7d2599b5b291405e.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-c43277cde92877f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1ee4ec08f7a4c900.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115882026-07-16T23:06:15.270Z
115892026-07-16T23:06:15.270Zrunning 0 tests
115902026-07-16T23:06:15.270Z
115912026-07-16T23:06:15.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115922026-07-16T23:06:15.270Z
115932026-07-16T23:06:15.299Z Doc-tests wicketd
115942026-07-16T23:06:15.302Z 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-30fe023ed7ddd1a1.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.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-eeae12a73a112a53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.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-f53c8d9537467c7b.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-46c9a692fcd79a21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-0f8eec6f3100ca05.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-7cb43d17e5d87995.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-740d69e5fe127d57.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c0135991ca1d03a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-fbda81355f570bce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-11901a36d6e49220.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-789a9953d12eca7e.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-febf50b1810da258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-059c750bab79b2ea.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b8b0fde0b17f5569.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e93c5c094c3aa9f7.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-81df2122b69de37e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-21164740c991f365.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0e39179b60f73a21.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-c86c5e8e58ffa430.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-a879f84dfa0d7b67.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f9aef24b8bef0a41.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-18053cd4b9f3fcb2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dff7f946925cc08a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ad1a840edffb4d5c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1cf7d9740d55e62a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-857014a266ff6244.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115952026-07-16T23:06:15.740Z
115962026-07-16T23:06:15.740Zrunning 0 tests
115972026-07-16T23:06:15.740Z
115982026-07-16T23:06:15.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115992026-07-16T23:06:15.740Z
116002026-07-16T23:06:15.780Z Doc-tests wicketd_api
116012026-07-16T23:06:15.780Z 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-579c7286f27cade5.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8d9e39d182030183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-47744c16ff29c52e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f53c8d9537467c7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4d115f99e074d068.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-db93ad9036e9b6d2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-f869c5adb5fe9c31.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7751bc3011bfdbce.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116022026-07-16T23:06:16.437Z
116032026-07-16T23:06:16.437Zrunning 2 tests
116042026-07-16T23:06:16.437Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 57) ... ignored
116052026-07-16T23:06:16.437Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 63) ... ignored
116062026-07-16T23:06:16.437Z
116072026-07-16T23:06:16.437Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
116082026-07-16T23:06:16.437Z
116092026-07-16T23:06:16.441Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
116102026-07-16T23:06:16.471Z Doc-tests wicketd_client
116112026-07-16T23:06:16.471Z 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-8d9e39d182030183.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5c1967d3209b1f0d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-2aa888b2b5751a94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fcf430c2e1c8956a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a3eb910ce9265bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a616b0dae31bb83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5ab42c15042b7b0a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0fba39896bafb7b9.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116122026-07-16T23:06:17.603Z
116132026-07-16T23:06:17.603Zrunning 0 tests
116142026-07-16T23:06:17.603Z
116152026-07-16T23:06:17.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116162026-07-16T23:06:17.603Z
116172026-07-16T23:06:17.651Z Doc-tests wicketd_commission_types
116182026-07-16T23:06:17.651Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types --test wicketd-commission-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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-00acb75db488dd75.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-48f062f78f69e935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116192026-07-16T23:06:17.812Z
116202026-07-16T23:06:17.812Zrunning 0 tests
116212026-07-16T23:06:17.812Z
116222026-07-16T23:06:17.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116232026-07-16T23:06:17.812Z
116242026-07-16T23:06:17.830Z Doc-tests wicketd_commission_types_versions
116252026-07-16T23:06:17.830Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types_versions --test wicketd-commission-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-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_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-d62986e9e6f4d1a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-acd5423646243a9c.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-e427470bcb381c9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-c814c5bf8c399b7b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116262026-07-16T23:06:18.408Z
116272026-07-16T23:06:18.408Zrunning 1 test
116282026-07-16T23:06:18.408Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
116292026-07-16T23:06:18.408Z
116302026-07-16T23:06:18.408Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116312026-07-16T23:06:18.408Z
116322026-07-16T23:06:18.412Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
116332026-07-16T23:06:18.435Z Doc-tests xtask_downloader
116342026-07-16T23:06:18.436Z 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-00acb75db488dd75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-741e283204d81d92.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-c43277cde92877f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c86c5e8e58ffa430.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-c0c47f75a8b80c72.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116352026-07-16T23:06:18.547Z
116362026-07-16T23:06:18.547Zrunning 1 test
116372026-07-16T23:06:18.550Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
116382026-07-16T23:06:18.551Z
116392026-07-16T23:06:18.551Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116402026-07-16T23:06:18.551Z
116412026-07-16T23:06:18.560Z Doc-tests zfs_test_harness
116422026-07-16T23:06:18.560Z 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-7cb43d17e5d87995.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ae95e0ae21149182.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-d368f40c332fc1ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-1f14279c5de58cfb.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-faf4bbec7adcfeb9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116432026-07-16T23:06:18.771Z
116442026-07-16T23:06:18.771Zrunning 0 tests
116452026-07-16T23:06:18.771Z
116462026-07-16T23:06:18.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116472026-07-16T23:06:18.771Z
116482026-07-16T23:06:18.793Z Doc-tests zone_setup
116492026-07-16T23:06:18.793Z 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-47744c16ff29c52e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb43d17e5d87995.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6f63008d42a59760.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-00acb75db488dd75.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-d62986e9e6f4d1a7.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-4af9281e768f6173.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-db93ad9036e9b6d2.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-f14792a7d67f3270.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116502026-07-16T23:06:18.981Z
116512026-07-16T23:06:18.982Zrunning 0 tests
116522026-07-16T23:06:18.982Z
116532026-07-16T23:06:18.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116542026-07-16T23:06:18.982Z
116552026-07-16T23:06:19.076Z
116562026-07-16T23:06:19.076Zreal 2:18.763690621
116572026-07-16T23:06:19.076Zuser 1:50.784328793
116582026-07-16T23:06:19.076Zsys 52.893370023
116592026-07-16T23:06:19.080Ztrap 0.013432730
116602026-07-16T23:06:19.080Ztflt 0.871206621
116612026-07-16T23:06:19.080Zdflt 0.351262869
116622026-07-16T23:06:19.080Zkflt 0.000040350
116632026-07-16T23:06:19.080Zlock 6:27.112636964
116642026-07-16T23:06:19.080Zslp 13:02.908985065
116652026-07-16T23:06:19.080Zlat 0.324287773
116662026-07-16T23:06:19.080Zstop 3.706530673
116672026-07-16T23:06:19.080Z+ banner 'check schema migration cleanup'
116682026-07-16T23:06:19.080Z
116692026-07-16T23:06:19.080Z #### # # ###### #### # # #### #### # # ######
116702026-07-16T23:06:19.080Z # # # # # # # # # # # # # # #
116712026-07-16T23:06:19.080Z # ###### ##### # #### #### # ###### #####
116722026-07-16T23:06:19.080Z # # # # # # # # # # # #
116732026-07-16T23:06:19.080Z # # # # # # # # # # # # # # # #
116742026-07-16T23:06:19.080Z #### # # ###### #### # # #### #### # # ######
116752026-07-16T23:06:19.080Z
116762026-07-16T23:06:19.080Z+ ptime -m cargo xtask schema old-migrations
116772026-07-16T23:06:19.561Z Compiling serde_core v1.0.228
116782026-07-16T23:06:19.561Z Compiling libc v0.2.185
116792026-07-16T23:06:19.565Z Compiling serde v1.0.228
116802026-07-16T23:06:19.565Z Compiling rustix v1.1.3
116812026-07-16T23:06:19.565Z Compiling bitflags v2.11.0
116822026-07-16T23:06:19.565Z Compiling serde_json v1.0.150
116832026-07-16T23:06:19.565Z Compiling syn v1.0.109
116842026-07-16T23:06:19.656Z Compiling getrandom v0.4.1
116852026-07-16T23:06:19.663Z Compiling log v0.4.29
116862026-07-16T23:06:19.764Z Compiling usdt-impl v0.5.0
116872026-07-16T23:06:19.777Z Compiling indexmap v2.14.0
116882026-07-16T23:06:19.791Z Compiling fs-err v3.3.0
116892026-07-16T23:06:19.808Z Compiling once_cell v1.21.3
116902026-07-16T23:06:19.812Z Compiling heck v0.4.1
116912026-07-16T23:06:19.812Z Compiling anyhow v1.0.102
116922026-07-16T23:06:19.833Z Compiling syn v2.0.117
116932026-07-16T23:06:20.489Z Compiling errno v0.3.14
116942026-07-16T23:06:20.489Z Compiling thread-id v4.2.2
116952026-07-16T23:06:20.493Z Compiling memmap v0.7.0
116962026-07-16T23:06:21.124Z Compiling proc-macro-error v1.0.4
116972026-07-16T23:06:21.389Z Compiling terminal_size v0.4.3
116982026-07-16T23:06:21.389Z Compiling tempfile v3.25.0
116992026-07-16T23:06:21.426Z Compiling tabled_derive v0.7.0
117002026-07-16T23:06:21.489Z Compiling clap_builder v4.6.0
117012026-07-16T23:06:21.490Z Compiling textwrap v0.16.2
117022026-07-16T23:06:21.703Z Compiling camino v1.2.2
117032026-07-16T23:06:21.703Z Compiling cargo-platform v0.3.2
117042026-07-16T23:06:21.703Z Compiling semver v1.0.28
117052026-07-16T23:06:21.874Z Compiling pest_generator v2.8.6
117062026-07-16T23:06:21.957Z Compiling camino-tempfile v1.4.1
117072026-07-16T23:06:22.224Z Compiling tabled v0.15.0
117082026-07-16T23:06:22.400Z Compiling serde_derive v1.0.228
117092026-07-16T23:06:22.400Z Compiling thiserror-impl v1.0.69
117102026-07-16T23:06:22.404Z Compiling zerocopy-derive v0.7.35
117112026-07-16T23:06:22.404Z Compiling pest_derive v2.8.6
117122026-07-16T23:06:22.404Z Compiling scroll_derive v0.12.1
117132026-07-16T23:06:22.404Z Compiling thiserror-impl v2.0.18
117142026-07-16T23:06:22.404Z Compiling clap_derive v4.6.1
117152026-07-16T23:06:23.138Z Compiling scroll v0.12.0
117162026-07-16T23:06:23.246Z Compiling zerocopy v0.7.35
117172026-07-16T23:06:23.350Z Compiling goblin v0.8.2
117182026-07-16T23:06:23.461Z Compiling thiserror v1.0.69
117192026-07-16T23:06:23.550Z Compiling dtrace-parser v0.2.0
117202026-07-16T23:06:23.562Z Compiling thiserror v2.0.18
117212026-07-16T23:06:23.885Z Compiling clap v4.6.1
117222026-07-16T23:06:24.872Z Compiling dof v0.3.0
117232026-07-16T23:06:24.872Z Compiling serde_tokenstream v0.2.3
117242026-07-16T23:06:24.895Z Compiling toml_datetime v0.6.11
117252026-07-16T23:06:24.899Z Compiling serde_spanned v0.6.9
117262026-07-16T23:06:24.899Z Compiling cargo_metadata v0.23.1
117272026-07-16T23:06:24.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
117282026-07-16T23:06:24.899Z Compiling macaddr v1.0.1
117292026-07-16T23:06:25.066Z Compiling toml_edit v0.22.27
117302026-07-16T23:06:25.571Z Compiling usdt-attr-macro v0.5.0
117312026-07-16T23:06:25.571Z Compiling usdt-macro v0.5.0
117322026-07-16T23:06:26.294Z Compiling toml v0.8.23
117332026-07-16T23:06:26.341Z Compiling usdt v0.5.0
117342026-07-16T23:06:26.622Z Compiling cargo_toml v0.21.0
117352026-07-16T23:06:27.934Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
117362026-07-16T23:06:30.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
117372026-07-16T23:06:30.355Z Running `target/debug/xtask schema old-migrations`
117382026-07-16T23:06:31.243Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
117392026-07-16T23:06:31.386Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
117402026-07-16T23:06:31.386Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
117412026-07-16T23:06:31.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
117422026-07-16T23:06:31.956Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
117432026-07-16T23:06:31.956Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
117442026-07-16T23:06:39.073Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
117452026-07-16T23:06:39.073Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
117462026-07-16T23:06:39.883Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
117472026-07-16T23:06:39.883Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
117482026-07-16T23:06:39.887Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
117492026-07-16T23:06:39.887Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
117502026-07-16T23:06:48.682Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
117512026-07-16T23:06:56.788Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
117522026-07-16T23:06:58.369Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
117532026-07-16T23:07:33.179Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
117542026-07-16T23:07:44.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
117552026-07-16T23:07:44.979Z Running `target/debug/schema old-migrations`
117562026-07-16T23:07:44.979ZIdentifying old migrations that can be removed
117572026-07-16T23:07:44.979ZBase schema version: 148.0.0
117582026-07-16T23:07:44.980ZOK: No old migrations found
117592026-07-16T23:07:44.980Z
117602026-07-16T23:07:44.980Zreal 1:25.608114197
117612026-07-16T23:07:44.980Zuser 2:37.131758585
117622026-07-16T23:07:44.980Zsys 25.861732793
117632026-07-16T23:07:44.980Ztrap 0.021996313
117642026-07-16T23:07:44.980Ztflt 0.590755223
117652026-07-16T23:07:44.980Zdflt 1.812184407
117662026-07-16T23:07:44.980Zkflt 0.000188700
117672026-07-16T23:07:44.980Zlock 10:33.957281200
117682026-07-16T23:07:44.980Zslp 5:27.403587070
117692026-07-16T23:07:44.980Zlat 0.318198921
117702026-07-16T23:07:44.980Zstop 15.479825596
117712026-07-16T23:07:44.980Z+ [[ illumos == \i\l\l\u\m\o\s ]]
117722026-07-16T23:07:44.980Z+ banner live-test
117732026-07-16T23:07:44.980Z
117742026-07-16T23:07:44.980Z # # # # ###### ##### ###### #### #####
117752026-07-16T23:07:44.980Z # # # # # # # # #
117762026-07-16T23:07:44.980Z # # # # ##### ##### # ##### #### #
117772026-07-16T23:07:44.980Z # # # # # # # # #
117782026-07-16T23:07:44.980Z # # # # # # # # # #
117792026-07-16T23:07:44.980Z ###### # ## ###### # ###### #### #
117802026-07-16T23:07:44.980Z
117812026-07-16T23:07:44.981Z+ ptime -m cargo xtask live-tests
117822026-07-16T23:07:45.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
117832026-07-16T23:07:45.197Z Running `target/debug/xtask live-tests`
117842026-07-16T23:07:45.236Zusing temporary directory: /var/tmp/omicron_tmp/.tmpKsR0Yu
117852026-07-16T23:07:45.236Zwill create archive file: /var/tmp/omicron_tmp/.tmpKsR0Yu/live-tests-archive/omicron-live-tests.tar.zst
117862026-07-16T23:07:45.236Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
117872026-07-16T23:07:45.236Z
117882026-07-16T23:07:45.240Zrunning: /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/.tmpKsR0Yu/live-tests-archive/omicron-live-tests.tar.zst"
117892026-07-16T23:07:47.087Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
117902026-07-16T23:07:47.215Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
117912026-07-16T23:07:47.233Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
117922026-07-16T23:07:47.245Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
117932026-07-16T23:07:47.245Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
117942026-07-16T23:07:47.249Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
117952026-07-16T23:07:47.291Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
117962026-07-16T23:07:47.304Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
117972026-07-16T23:07:47.322Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
117982026-07-16T23:07:47.326Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
117992026-07-16T23:07:47.326Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
118002026-07-16T23:07:47.326Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
118012026-07-16T23:07:48.312Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
118022026-07-16T23:07:48.956Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
118032026-07-16T23:07:52.515Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
118042026-07-16T23:07:52.515Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
118052026-07-16T23:07:53.537Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
118062026-07-16T23:08:24.889Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
118072026-07-16T23:08:25.419Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
118082026-07-16T23:08:27.719Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
118092026-07-16T23:08:28.273Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
118102026-07-16T23:08:59.683Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
118112026-07-16T23:09:05.022Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
118122026-07-16T23:09:28.071Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 41s
118132026-07-16T23:09:28.283Zinfo: experimental features enabled: setup-scripts, benchmarks
118142026-07-16T23:09:28.289Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpKsR0Yu/live-tests-archive/omicron-live-tests.tar.zst
118152026-07-16T23:09:28.958Z Archived 402 files to /var/tmp/omicron_tmp/.tmpKsR0Yu/live-tests-archive/omicron-live-tests.tar.zst in 0.67s
118162026-07-16T23:09:29.044Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpKsR0Yu/live-tests-archive\""
118172026-07-16T23:09:29.054Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpKsR0Yu" "live-tests-archive"
118182026-07-16T23:09:29.240Zcreated:
118192026-07-16T23:09:29.240ZTo use this:
118202026-07-16T23:09:29.240Z
118212026-07-16T23:09:29.240Z1. Copy the tarball to the switch zone in a deployed Omicron system.
118222026-07-16T23:09:29.240Z
118232026-07-16T23:09:29.240Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
118242026-07-16T23:09:29.244Z e.g., scp \
118252026-07-16T23:09:29.244Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
118262026-07-16T23:09:29.244Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
118272026-07-16T23:09:29.244Z
118282026-07-16T23:09:29.244Z2. Copy the `cargo-nextest` binary to the same place.
118292026-07-16T23:09:29.244Z
118302026-07-16T23:09:29.244Z e.g., scp \
118312026-07-16T23:09:29.244Z $(which cargo-nextest) \
118322026-07-16T23:09:29.244Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
118332026-07-16T23:09:29.244Z
118342026-07-16T23:09:29.244Z3. From the switch zone on that system, unpack the tarball with:
118352026-07-16T23:09:29.244Z
118362026-07-16T23:09:29.244Z tar xzf live-tests-archive.tgz
118372026-07-16T23:09:29.244Z
118382026-07-16T23:09:29.244Z4. From the switch zone on that system, run tests with:
118392026-07-16T23:09:29.244Z
118402026-07-16T23:09:29.244Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
118412026-07-16T23:09:29.244Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
118422026-07-16T23:09:29.244Z --workspace-remap live-tests-archive
118432026-07-16T23:09:29.244Z
118442026-07-16T23:09:29.244Z
118452026-07-16T23:09:29.244Zreal 1:44.540971392
118462026-07-16T23:09:29.244Zuser 2:48.164386080
118472026-07-16T23:09:29.244Zsys 26.356170915
118482026-07-16T23:09:29.245Ztrap 0.023265197
118492026-07-16T23:09:29.245Ztflt 0.198417667
118502026-07-16T23:09:29.245Zdflt 1.298687056
118512026-07-16T23:09:29.245Zkflt 0.000003630
118522026-07-16T23:09:29.245Zlock 11:19.504844540
118532026-07-16T23:09:29.245Zslp 10:29.557350928
118542026-07-16T23:09:29.245Zlat 0.201428054
118552026-07-16T23:09:29.245Zstop 4.496839993
118562026-07-16T23:09:29.245Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
118572026-07-16T23:09:29.248Z+ unset TMPDIR
118582026-07-16T23:09:29.248Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
118592026-07-16T23:09:29.248Zfiles in /var/tmp/omicron_tmp (none expected on success):
118602026-07-16T23:09:29.248Z+ find /var/tmp/omicron_tmp -ls
118612026-07-16T23:09:29.252Z135593 46 drwxr-xr-x 2 build build 2 Jul 16 23:09 /var/tmp/omicron_tmp
118622026-07-16T23:09:29.252Z+ rmdir /var/tmp/omicron_tmp
118632026-07-16T23:09:29.255Zprocess exited: duration 1879496 ms, exit code 0
 
118642026-07-16T23:09:29.308Zfound 6 output files
118652026-07-16T23:09:29.308Zuploading: /work/cargo-build-analysis.jsonl (1791468 bytes)
118662026-07-16T23:09:30.335Zuploaded: /work/cargo-build-analysis.jsonl
118672026-07-16T23:09:30.336Zuploading: /work/environment.json (108 bytes)
118682026-07-16T23:09:31.349Zuploaded: /work/environment.json
118692026-07-16T23:09:31.349Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (605789 bytes)
118702026-07-16T23:09:32.368Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
118712026-07-16T23:09:32.368Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (286363648 bytes)
118722026-07-16T23:09:36.806Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
118732026-07-16T23:09:36.807Zuploading: /tmp/nextest-run-archive.zip (2980074 bytes)
118742026-07-16T23:09:37.843Zuploaded: /tmp/nextest-run-archive.zip
118752026-07-16T23:09:37.843Zuploading: /tmp/nextest-chrome-trace.json (3861049 bytes)
118762026-07-16T23:09:38.883Zuploaded: /tmp/nextest-chrome-trace.json